Home
last modified time | relevance | path

Searched refs:FindTimeSyncCbItem (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/bus_center/manager/src/
H A Dclient_bus_center_manager.c199 static TimeSyncCallbackItem *FindTimeSyncCbItem(const char *networkId, ITimeSyncCb *cb) in FindTimeSyncCbItem() function
889 if (FindTimeSyncCbItem(targetNetworkId, cb) != NULL) { in StartTimeSyncInner()
919 while ((item = FindTimeSyncCbItem(targetNetworkId, NULL)) != NULL) { in StopTimeSyncInner()