Home
last modified time | relevance | path

Searched defs:syncResult (Results 1 – 6 of 6) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_distributed/src/database_manage/
Dmedialibrary_sync_operation.cpp238 …ullTableCallbackExec(const MediaLibrarySyncOpts &syncOpts, const string &networkId, int syncResult) in SyncPullTableCallbackExec()
281 … DistributedRdb::SyncCallback callback = [syncOpts](const DistributedRdb::SyncResult &syncResult) { in SyncPullTable()
352 …ushTableCallbackExec(const MediaLibrarySyncOpts &syncOpts, const string &networkId, int syncResult) in SyncPushTableCallbackExec()
391 … DistributedRdb::SyncCallback callback = [syncOpts](const DistributedRdb::SyncResult& syncResult) { in SyncPushTable()
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
Dstatic_profile_manager.cpp209 int32_t syncResult = staticProfileStore_->Sync({remoteNetworkId}, SyncMode::PUSH_PULL); in E2ESyncStaticProfile() local
Ddevice_profile_manager.cpp407 … int32_t syncResult = deviceProfileStore_->Sync(ohBasedDevices, syncOptions.GetSyncMode()); in SyncDeviceProfile() local
820 int32_t syncResult = deviceProfileStore_->Sync({remoteNetworkId}, SyncMode::PUSH_PULL); in E2ESyncDynamicProfile() local
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
Dsubscribe_manager_test.cpp368 std::map<std::string, Status> syncResult; variable
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
Dnapi_rdb_context.h69 DistributedRdb::SyncResult syncResult; member
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
Dnapi_rdb_store.cpp83 DistributedRdb::SyncResult syncResult; member