/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | kvdb_notifier_client.cpp | 35 void KVDBNotifierClient::SyncCompleted(const std::map<std::string, Status> &results, uint64_t seque… in SyncCompleted() function in OHOS::DistributedKv::KVDBNotifierClient 40 finded.second->SyncCompleted(results); in SyncCompleted() 41 finded.second->SyncCompleted(results, sequenceId); in SyncCompleted() 46 void KVDBNotifierClient::SyncCompleted(uint64_t seqNum, ProgressDetail &&detail) in SyncCompleted() function in OHOS::DistributedKv::KVDBNotifierClient
|
H A D | sync_observer.cpp | 43 void SyncObserver::SyncCompleted(const std::map<std::string, DistributedKv::Status> &results) in SyncCompleted() function in OHOS::DistributedKv::SyncObserver 47 callback->SyncCompleted(results); in SyncCompleted()
|
H A D | kvdb_notifier_client.h | 31 void SyncCompleted(const std::map<std::string, Status> &results, uint64_t sequenceId) override; 32 void SyncCompleted(uint64_t seqNum, ProgressDetail &&detail) override;
|
H A D | kvdb_notifier_stub.cpp | 68 SyncCompleted(std::move(results), sequenceId); in OnSyncCompleted() 80 SyncCompleted(sequenceId, std::move(detail)); in OnCloudSyncCompleted()
|
H A D | sync_observer.h | 37 void SyncCompleted(const std::map<std::string, DistributedKv::Status> &results) override;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | kvstore_sync_callback.h | 44 API_EXPORT virtual void SyncCompleted(const std::map<std::string, Status> &results) = 0; 52 …API_EXPORT virtual void SyncCompleted(const std::map<std::string, Status> &results, uint64_t seque… in SyncCompleted() function
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/include/ |
H A D | ikvdb_notifier.h | 32 … virtual void SyncCompleted(const std::map<std::string, Status> &results, uint64_t sequenceId) = 0; 33 virtual void SyncCompleted(uint64_t seqNum, ProgressDetail &&detail) = 0;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_notifier_proxy.h | 29 void SyncCompleted(const std::map<std::string, Status> &results, uint64_t sequenceId) override; 30 void SyncCompleted(uint64_t seqNum, ProgressDetail &&detail) override;
|
H A D | kvdb_notifier_proxy.cpp | 59 void KVDBNotifierProxy::SyncCompleted(const std::map<std::string, Status> &results, uint64_t sequen… in SyncCompleted() function in OHOS::DistributedKv::KVDBNotifierProxy 70 void KVDBNotifierProxy::SyncCompleted(uint64_t seqNum, ProgressDetail &&detail) in SyncCompleted() function in OHOS::DistributedKv::KVDBNotifierProxy
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_change_handler_test.cpp | 393 profileSyncHandler_->SyncCompleted(results); 395 profileSyncHandler_->SyncCompleted(results); 398 profileSyncHandler_->SyncCompleted(results); 411 profileSyncHandler_->SyncCompleted(results);
|
H A D | profile_sync_test.cpp | 101 void SyncCompleted(const std::map<std::string, DistributedKv::Status>& results) override in SyncCompleted() function in OHOS::DeviceProfile::ProfileSyncHandler 156 onlineSyncTblTest_->SyncCompleted(results);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | online_sync_table.cpp | 107 void OnlineSyncTable::SyncCompleted(const std::map<std::string, Status>& results) in SyncCompleted() function in OHOS::DeviceProfile::OnlineSyncTable 159 syncCallback_->SyncCompleted(results); in NotifySyncCompleted()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/subscribemanager/ |
H A D | profile_sync_handler.h | 36 void SyncCompleted(const std::map<std::string, Status>& results) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/listener/ |
H A D | kv_sync_completed_listener.h | 34 void SyncCompleted(const std::map<std::string, DistributedKv::Status>& results) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | kv_sync_completed_listener_test.cpp | 79 KvSyncCompletedListener_.SyncCompleted(results);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/ |
H A D | online_sync_table.h | 35 void SyncCompleted(const std::map<std::string, DistributedKv::Status>& results) override;
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/include/devices_info_interact/ |
H A D | devices_info_interact.h | 38 void SyncCompleted(const std::map<std::string, DistributedKv::Status> &results) override;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/ |
H A D | dsched_sync_e2e.h | 32 void SyncCompleted(const std::map<std::string, DistributedKv::Status> &result) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/ |
H A D | kv_sync_completed_listener.cpp | 60 void KvSyncCompletedListener::SyncCompleted(const std::map<std::string, DistributedKv::Status>& res… in SyncCompleted() function in OHOS::DistributedDeviceProfile::KvSyncCompletedListener
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/include/database_manage/ |
H A D | medialibrary_sync_operation.h | 54 void SyncCompleted(const std::map<std::string, DistributedKv::Status> &results) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/ |
H A D | profile_sync_handler.cpp | 32 void ProfileSyncHandler::SyncCompleted(const std::map<std::string, Status>& results) in SyncCompleted() function in OHOS::DeviceProfile::ProfileSyncHandler
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/ |
H A D | distributed_data_storage.h | 40 void SyncCompleted(const std::map<std::string, DistributedKv::Status> &result) override;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/devicekvstore_fuzzer/ |
H A D | devicekvstore_fuzzer.cpp | 53 void SyncCompleted(const std::map<std::string, Status> &results); 56 void DeviceSyncCallbackTestImpl::SyncCompleted(const std::map<std::string, Status> &results) in SyncCompleted() function in OHOS::DeviceSyncCallbackTestImpl 181 syncCallback->SyncCompleted(results); in SyncCallbackFuzz()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/devices_info_interact/ |
H A D | devices_info_interact.cpp | 146 void DevicesInfoInteract::SyncCompleted(const std::map<std::string, DistributedKv::Status> &results) in SyncCompleted() function in OHOS::Media::DevicesInfoInteract
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/ |
H A D | js_kv_store.h | 80 void SyncCompleted(const std::map<std::string, DistributedKv::Status>& results) override;
|