/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 sequenceId) {} in SyncCompleted() function in OHOS::DistributedKv::KvStoreSyncCallback
|
/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 sequenceId) in SyncCompleted() function in OHOS::DistributedKv::KVDBNotifierProxy 70 void KVDBNotifierProxy::SyncCompleted(uint64_t seqNum, ProgressDetail &&detail) in SyncCompleted() function in OHOS::DistributedKv::KVDBNotifierProxy
|
/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;
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
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.cpp | 35 void KVDBNotifierClient::SyncCompleted(const std::map<std::string, Status> &results, uint64_t sequenceId) 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 | 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;
|
/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()
|
/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;
|
/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;
|
/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;
|
/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;
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | kv_sync_completed_listener_test.cpp | 79 KvSyncCompletedListener_.SyncCompleted(results); in HWTEST_F()
|
/foundation/CastEngine/castengine_wifi_display/services/common/ |
H A D | kv_operator.h | 43 void SyncCompleted(const std::map<std::string, DistributedKv::Status> &results) override;
|
H A D | kv_operator.cpp | 120 void KvOperator::SyncCompleted(const std::map<std::string, DistributedKv::Status> &results) in SyncCompleted() function in OHOS::Sharing::KvOperator
|
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_change_handler_test.cpp | 393 profileSyncHandler_->SyncCompleted(results); in HWTEST_F() 395 profileSyncHandler_->SyncCompleted(results); in HWTEST_F() 398 profileSyncHandler_->SyncCompleted(results); in HWTEST_F() 411 profileSyncHandler_->SyncCompleted(results); in HWTEST_F()
|
H A D | profile_sync_test.cpp | 101 void SyncCompleted(const std::map<std::string, DistributedKv::Status>& results) override 156 onlineSyncTblTest_->SyncCompleted(results); in HWTEST_F()
|
/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;
|
/foundation/multimedia/media_library/frameworks/services/media_distributed/include/database_manage/ |
H A D | medialibrary_sync_operation.h | 53 void SyncCompleted(const std::map<std::string, DistributedKv::Status> &results) override;
|
/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
|
/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>& results) in SyncCompleted() function in OHOS::DistributedDeviceProfile::KvSyncCompletedListener
|
/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;
|
/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
|