Home
last modified time | relevance | path

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

/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_event_notifier_proxy_test.cpp63 * @tc.desc: OnSyncCompleted
74 proxy->OnSyncCompleted(syncResults); in HWTEST_F()
80 * @tc.desc: OnSyncCompleted
92 proxy->OnSyncCompleted(syncResults); in HWTEST_F()
H A Dprofile_proxy_test.cpp75 eventCb.OnSyncCompleted(syncResults); in HWTEST_F()
H A Devent_subscribe_test.cpp65 void OnSyncCompleted(const SyncResult& syncResults) override
H A Dprofile_crud_test.cpp82 void OnSyncCompleted(const SyncResult& syncResults) override
/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;
/foundation/deviceprofile/device_info_manager/old/services/core/include/subscribemanager/
H A Dprofile_event_notifier_proxy.h29 void OnSyncCompleted(const SyncResult& syncResults) override;
/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 in OHOS::DeviceProfile::IProfileEventCallback
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dsync_completed_callback_test.cpp68 void OnSyncCompleted(const SyncResult& syncResults) override
147 proxy->OnSyncCompleted(syncResults); in HWTEST_F()
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
/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);
/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()
/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()
/foundation/deviceprofile/device_info_manager/old/tools/dp/include/
H A Ddp_command.h59 void OnSyncCompleted(const SyncResult& syncResults) override;
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_sync_completed_listener.cpp97 syncListenerProxy->OnSyncCompleted(syncResults); in NotifySyncCompleted()
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Dprofile_event_notifier_stub.cpp85 profileEventCb_->OnSyncCompleted(syncResults); in OnSyncCompletedInner()
/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);
/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()
/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 status) in OnSyncCompleted() function in OHOS::Media::MediaLibraryDevice
98 MEDIA_INFO_LOG("OnSyncCompleted dev id %{private}s, status %{public}d", devId.c_str(), status); in OnSyncCompleted()
/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H A Ddp_command.cpp479 void ProfileEventCallback::OnSyncCompleted(const SyncResult& syncResults) in OnSyncCompleted() function in OHOS::DeviceProfile::ProfileEventCallback
481 HILOGI("OnSyncCompleted"); in OnSyncCompleted()
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp523 syncListenerProxy->OnSyncCompleted(syncResults); in SyncWithNotOHBasedDeviceFailed()

Completed in 18 milliseconds