/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_event_notifier_proxy_test.cpp | 74 proxy->OnSyncCompleted(syncResults); 92 proxy->OnSyncCompleted(syncResults);
|
H A D | profile_proxy_test.cpp | 75 eventCb.OnSyncCompleted(syncResults);
|
H A D | event_subscribe_test.cpp | 65 void OnSyncCompleted(const SyncResult& syncResults) override in OnSyncCompleted() function in OHOS::DeviceProfile::ProfileEventCallback
|
H A D | profile_crud_test.cpp | 82 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 D | sync_completed_callback_test.cpp | 68 void OnSyncCompleted(const SyncResult& syncResults) override in OnSyncCompleted() function in OHOS::DistributedDeviceProfile::SyncCompletedListener 147 proxy->OnSyncCompleted(syncResults);
|
H A D | profile_cache_test.cpp | 55 void OnSyncCompleted(const map<string, SyncStatus>& syncResults) { in OnSyncCompleted() function in OHOS::DistributedDeviceProfile::SyncCallback
|
H A D | device_profile_manager_test.cpp | 95 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 D | kvdb_notifier_stub.cpp | 35 &KVDBNotifierStub::OnSyncCompleted, 60 int32_t KVDBNotifierStub::OnSyncCompleted(MessageParcel& data, MessageParcel& reply) in OnSyncCompleted() function in OHOS::DistributedKv::KVDBNotifierStub
|
H A D | kvdb_notifier_stub.h | 33 int32_t OnSyncCompleted(MessageParcel& data, MessageParcel& reply);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | sync_completed_callback_proxy.h | 33 void OnSyncCompleted(const SyncResult& syncResults) override;
|
H A D | i_sync_completed_callback.h | 32 virtual void OnSyncCompleted(const SyncResult& syncResults) = 0;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/ |
H A D | iprofile_event_callback.h | 36 virtual void OnSyncCompleted(const SyncResult& syncResults) {} in OnSyncCompleted() function
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/subscribemanager/ |
H A D | profile_event_notifier_proxy.h | 29 void OnSyncCompleted(const SyncResult& syncResults) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | sync_completed_callback_proxy.cpp | 32 void SyncCompletedCallbackProxy::OnSyncCompleted(const SyncResult &syncResults) in OnSyncCompleted() function in OHOS::DistributedDeviceProfile::SyncCompletedCallbackProxy
|
H A D | sync_completed_callback_stub.cpp | 76 OnSyncCompleted(syncResults); in OnSyncCompletedInner()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/include/ |
H A D | dp_command.h | 59 void OnSyncCompleted(const SyncResult& syncResults) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/ |
H A D | profile_event_notifier_proxy.cpp | 31 void ProfileEventNotifierProxy::OnSyncCompleted(const SyncResult& syncResults) in OnSyncCompleted() function in OHOS::DeviceProfile::ProfileEventNotifierProxy
|
H A D | profile_sync_handler.cpp | 73 profileEventNotifier->OnSyncCompleted(syncResults); in NotifySyncCompleted()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/ |
H A D | kv_sync_completed_listener.cpp | 97 syncListenerProxy->OnSyncCompleted(syncResults); in NotifySyncCompleted()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/ |
H A D | profile_event_notifier_stub.cpp | 85 profileEventCb_->OnSyncCompleted(syncResults);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/include/device_manage/ |
H A D | medialibrary_device.h | 68 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 D | devices_info_interact.cpp | 149 MediaLibraryDevice::GetInstance()->OnSyncCompleted(devId, status); in SyncCompleted()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/tools/dp/src/ |
H A D | dp_command.cpp | 468 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 D | medialibrary_device.cpp | 96 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 D | device_profile_manager.cpp | 523 syncListenerProxy->OnSyncCompleted(syncResults); in SyncWithNotOHBasedDeviceFailed()
|