Home
last modified time | relevance | path

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

12

/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 sequenceId) {} in SyncCompleted() function in OHOS::DistributedKv::KvStoreSyncCallback
/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 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 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;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
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.cpp35 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 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;
/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()
/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;
/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;
/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;
/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;
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dkv_sync_completed_listener_test.cpp79 KvSyncCompletedListener_.SyncCompleted(results); in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/services/common/
H A Dkv_operator.h43 void SyncCompleted(const std::map<std::string, DistributedKv::Status> &results) override;
H A Dkv_operator.cpp120 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 Dprofile_change_handler_test.cpp393 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 Dprofile_sync_test.cpp101 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 Ddsched_sync_e2e.h32 void SyncCompleted(const std::map<std::string, DistributedKv::Status> &result) override;
/foundation/multimedia/media_library/frameworks/services/media_distributed/include/database_manage/
H A Dmedialibrary_sync_operation.h53 void SyncCompleted(const std::map<std::string, DistributedKv::Status> &results) override;
/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
/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>& results) in SyncCompleted() function in OHOS::DistributedDeviceProfile::KvSyncCompletedListener
/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;
/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

Completed in 7 milliseconds

12