Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_event_notifier_proxy_test.cpp74 proxy->OnSyncCompleted(syncResults);
92 proxy->OnSyncCompleted(syncResults);
H A Dprofile_proxy_test.cpp75 eventCb.OnSyncCompleted(syncResults);
H A Devent_subscribe_test.cpp65 void OnSyncCompleted(const SyncResult& syncResults) override in OnSyncCompleted() function in OHOS::DeviceProfile::ProfileEventCallback
H A Dprofile_crud_test.cpp82 void OnSyncCompleted(const SyncResult& syncResults) override in OnSyncCompleted() function in OHOS::DeviceProfile::ProfileEventCallback
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dsync_completed_callback_test.cpp68 void OnSyncCompleted(const SyncResult& syncResults) override in OnSyncCompleted() function in OHOS::DistributedDeviceProfile::SyncCompletedListener
147 proxy->OnSyncCompleted(syncResults);
H A Dprofile_cache_test.cpp55 void OnSyncCompleted(const map<string, SyncStatus>& syncResults) { in OnSyncCompleted() function in OHOS::DistributedDeviceProfile::SyncCallback
H A Ddevice_profile_manager_test.cpp95 void OnSyncCompleted(const map<string, SyncStatus>& syncResults) { in OnSyncCompleted() function in OHOS::DistributedDeviceProfile::SyncCallback
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_stub.cpp35 &KVDBNotifierStub::OnSyncCompleted,
60 int32_t KVDBNotifierStub::OnSyncCompleted(MessageParcel& data, MessageParcel& reply) in OnSyncCompleted() function in OHOS::DistributedKv::KVDBNotifierStub
H A Dkvdb_notifier_stub.h33 int32_t OnSyncCompleted(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Dsync_completed_callback_proxy.h33 void OnSyncCompleted(const SyncResult& syncResults) override;
H A Di_sync_completed_callback.h32 virtual void OnSyncCompleted(const SyncResult& syncResults) = 0;
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H A Diprofile_event_callback.h36 virtual void OnSyncCompleted(const SyncResult& syncResults) {} in OnSyncCompleted() function
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/subscribemanager/
H A Dprofile_event_notifier_proxy.h29 void OnSyncCompleted(const SyncResult& syncResults) override;
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dsync_completed_callback_proxy.cpp32 void SyncCompletedCallbackProxy::OnSyncCompleted(const SyncResult &syncResults) in OnSyncCompleted() function in OHOS::DistributedDeviceProfile::SyncCompletedCallbackProxy
H A Dsync_completed_callback_stub.cpp76 OnSyncCompleted(syncResults); in OnSyncCompletedInner()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/include/
H A Ddp_command.h59 void OnSyncCompleted(const SyncResult& syncResults) override;
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dprofile_event_notifier_proxy.cpp31 void ProfileEventNotifierProxy::OnSyncCompleted(const SyncResult& syncResults) in OnSyncCompleted() function in OHOS::DeviceProfile::ProfileEventNotifierProxy
H A Dprofile_sync_handler.cpp73 profileEventNotifier->OnSyncCompleted(syncResults); in NotifySyncCompleted()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_sync_completed_listener.cpp97 syncListenerProxy->OnSyncCompleted(syncResults); in NotifySyncCompleted()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Dprofile_event_notifier_stub.cpp85 profileEventCb_->OnSyncCompleted(syncResults);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/include/device_manage/
H A Dmedialibrary_device.h68 void OnSyncCompleted(const std::string &devId, const DistributedKv::Status staus);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/devices_info_interact/
H A Ddevices_info_interact.cpp149 MediaLibraryDevice::GetInstance()->OnSyncCompleted(devId, status); in SyncCompleted()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H A Ddp_command.cpp468 void ProfileEventCallback::OnSyncCompleted(const SyncResult& syncResults) in OnSyncCompleted() function in OHOS::DeviceProfile::ProfileEventCallback
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/device_manage/
H A Dmedialibrary_device.cpp96 void MediaLibraryDevice::OnSyncCompleted(const std::string &devId, const DistributedKv::Status stat… in OnSyncCompleted() function in OHOS::Media::MediaLibraryDevice
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp523 syncListenerProxy->OnSyncCompleted(syncResults); in SyncWithNotOHBasedDeviceFailed()