Home
last modified time | relevance | path

Searched defs:on_change (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/test/debounce_tests/
Ddebounce_test_client.json12 "on_change" : "true", string
20 "on_change" : "true", string
28 "on_change" : "true", string
/aosp_15_r20/external/python/bumble/tests/
Dgatt_test.py213 def on_change(value): function
/aosp_15_r20/external/python/bumble/bumble/
Dgatt_client.py218 def on_change(value): function
Dgatt.py637 def on_change(value): function
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/coordination/
H A Dcoordination_service_agent.cc645 CoordinationServiceAgentImpl::ChangedKeyValuesCallback on_change) { in StartWatchKey()