Home
last modified time | relevance | path

Searched refs:onTimeSyncResult (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/bus_center/demo/bus_center/
H A Dtime_sync_demo.c37 .onTimeSyncResult = onTimeSyncDone,
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dsession_bus_center.h73 void (*onTimeSyncResult)(const TimeSyncResultInfo *info, int32_t retCode); member
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/starttimesync_fuzzer/
H A Dstarttimesync_fuzzer.cpp31 .onTimeSyncResult = OnTimeSyncResult,
/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_latency.cpp56 timeSyncCb.onTimeSyncResult = OnTimeSyncResult; in StartSoftbusTimeSync()
/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h538 void (*onTimeSyncResult)(const TimeSyncResultInfo *info, int32_t retCode); member
/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c205 (cb == NULL || cb->onTimeSyncResult == item->cb.onTimeSyncResult)) { in FindTimeSyncCbItem()
1371 if (item->cb.onTimeSyncResult != NULL) { in LnnOnTimeSyncResult()
1372 item->cb.onTimeSyncResult((TimeSyncResultInfo *)info, retCode); in LnnOnTimeSyncResult()
/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c405 cb == NULL || cb->onTimeSyncResult == NULL) { in StartTimeSync()
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dbus_center_sdk_test.cpp157 .onTimeSyncResult = OnTimeSyncResult,
H A Dclient_bus_center_manager_test.cpp632 cb.onTimeSyncResult = OnTimeSyncResultCb; in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dsoftbus_channel_adapter.cpp413 ITimeSyncCb timeSyncCbk = {.onTimeSyncResult = onDevTimeSyncResult}; in StartDeviceTimeSync()

Completed in 10 milliseconds