Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_sync_completed_listener.cpp92 …sptr<ISyncCompletedCallback> syncListenerProxy = iface_cast<ISyncCompletedCallback>(syncListenerSt… in NotifySyncCompleted() local
93 if (syncListenerProxy == nullptr) { in NotifySyncCompleted()
97 syncListenerProxy->OnSyncCompleted(syncResults); in NotifySyncCompleted()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp518 …sptr<ISyncCompletedCallback> syncListenerProxy = iface_cast<ISyncCompletedCallback>(syncCompletedC… in SyncWithNotOHBasedDeviceFailed() local
519 if (syncListenerProxy == nullptr) { in SyncWithNotOHBasedDeviceFailed()
523 syncListenerProxy->OnSyncCompleted(syncResults); in SyncWithNotOHBasedDeviceFailed()