Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_client.cpp35 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 Dsync_observer.cpp43 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 Dkvdb_notifier_client.h31 void SyncCompleted(const std::map<std::string, Status> &results, uint64_t sequenceId) override;
32 void SyncCompleted(uint64_t seqNum, ProgressDetail &&detail) override;
H A Dkvdb_notifier_stub.cpp68 SyncCompleted(std::move(results), sequenceId); in OnSyncCompleted()
80 SyncCompleted(sequenceId, std::move(detail)); in OnCloudSyncCompleted()
H A Dsync_observer.h37 void SyncCompleted(const std::map<std::string, DistributedKv::Status> &results) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dkvstore_sync_callback.h44 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 Dikvdb_notifier.h32 … 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 Dkvdb_notifier_proxy.h29 void SyncCompleted(const std::map<std::string, Status> &results, uint64_t sequenceId) override;
30 void SyncCompleted(uint64_t seqNum, ProgressDetail &&detail) override;
H A Dkvdb_notifier_proxy.cpp59 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 Dprofile_change_handler_test.cpp393 profileSyncHandler_->SyncCompleted(results);
395 profileSyncHandler_->SyncCompleted(results);
398 profileSyncHandler_->SyncCompleted(results);
411 profileSyncHandler_->SyncCompleted(results);
H A Dprofile_sync_test.cpp101 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 Donline_sync_table.cpp107 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 Dprofile_sync_handler.h36 void SyncCompleted(const std::map<std::string, Status>& results) override;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/listener/
H A Dkv_sync_completed_listener.h34 void SyncCompleted(const std::map<std::string, DistributedKv::Status>& results) override;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dkv_sync_completed_listener_test.cpp79 KvSyncCompletedListener_.SyncCompleted(results);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/
H A Donline_sync_table.h35 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 Ddevices_info_interact.h38 void SyncCompleted(const std::map<std::string, DistributedKv::Status> &results) override;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Ddsched_sync_e2e.h32 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 Dkv_sync_completed_listener.cpp60 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 Dmedialibrary_sync_operation.h54 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 Dprofile_sync_handler.cpp32 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 Ddistributed_data_storage.h40 void SyncCompleted(const std::map<std::string, DistributedKv::Status> &result) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/devicekvstore_fuzzer/
H A Ddevicekvstore_fuzzer.cpp53 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 Ddevices_info_interact.cpp146 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 Djs_kv_store.h80 void SyncCompleted(const std::map<std::string, DistributedKv::Status>& results) override;

12