/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | isync_engine.h | 67 …virtual int SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targ… 70 virtual void SetEqualIdentifier() = 0;
|
H A D | syncer_proxy.cpp | 194 int SyncerProxy::SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &… in SetEqualIdentifier() function in DistributedDB::SyncerProxy 199 return syncer_->SetEqualIdentifier(identifier, targets); in SetEqualIdentifier()
|
H A D | sync_engine.h | 81 …int SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) ove… 83 void SetEqualIdentifier() override;
|
H A D | generic_syncer.h | 88 …int SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) ove…
|
H A D | sync_engine.cpp | 747 int SyncEngine::SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &t… in SetEqualIdentifier() function in DistributedDB::SyncEngine 785 void SyncEngine::SetEqualIdentifier() in SetEqualIdentifier() function in DistributedDB::SyncEngine 796 SetEqualIdentifier(item.first, item.second); in SetEqualIdentifier()
|
H A D | generic_syncer.cpp | 128 syncEngine_->SetEqualIdentifier(); in Initialize() 782 int GenericSyncer::SetEqualIdentifier(const std::string &identifier, const std::vector<std::string>… in SetEqualIdentifier() function in DistributedDB::GenericSyncer 788 int errCode = syncEngine_->SetEqualIdentifier(identifier, targets); in SetEqualIdentifier()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | sync_able_kvdb_connection.cpp | 82 errCode = SetEqualIdentifier(static_cast<PragmaSetEqualIdentifier *>(parameter)); }}, in InitPragmaFunc() 304 int SyncAbleKvDBConnection::SetEqualIdentifier(const PragmaSetEqualIdentifier *param) in SetEqualIdentifier() function in DistributedDB::SyncAbleKvDBConnection 314 return kvDB->SetEqualIdentifier(param->identifier_, param->targets_); in SetEqualIdentifier()
|
H A D | sync_able_kvdb_connection.h | 80 int SetEqualIdentifier(const PragmaSetEqualIdentifier *param);
|
H A D | sync_able_kvdb.h | 87 int SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets);
|
H A D | sync_able_kvdb.cpp | 446 int SyncAbleKvDB::SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> … in SetEqualIdentifier() function in DistributedDB::SyncAbleKvDB 451 return syncer_.SetEqualIdentifier(identifier, targets); in SetEqualIdentifier()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_communicator_proxy_test.cpp | 152 …DBStatus status = g_kvDelegatePtr->SetEqualIdentifier(identifier, { DEVICE_B, DEVICE_D, DEVICE_E }… 159 status = g_kvDelegatePtr->SetEqualIdentifier(identifier, { DEVICE_B });
|
H A D | distributeddb_single_ver_multi_user_test.cpp | 847 g_kvDelegatePtr1->SetEqualIdentifier(identifier, devices);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/include/ |
H A D | syncer_proxy.h | 97 …int SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) ove…
|
H A D | isyncer.h | 116 …virtual int SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targ…
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | kv_store_nb_delegate_mock.h | 81 DBStatus SetEqualIdentifier(const std::string &identifier,
|
H A D | kv_store_nb_delegate_mock.cpp | 207 DBStatus KvStoreNbDelegateMock::SetEqualIdentifier(const std::string &identifier, in SetEqualIdentifier() function in DistributedDB::KvStoreNbDelegateMock
|
H A D | db_store_mock.h | 89 …DBStatus SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets…
|
H A D | db_store_mock.cpp | 217 DBStatus DBStoreMock::SetEqualIdentifier(const std::string &identifier, const std::vector<std::stri… in SetEqualIdentifier() function in OHOS::DistributedData::DBStoreMock
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | general_store.h | 182 …virtual void SetEqualIdentifier(const std::string &appId, const std::string &storeId, std::string …
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_general_store.cpp | 427 void KVDBGeneralStore::SetEqualIdentifier(const std::string &appId, const std::string &storeId, std… in SetEqualIdentifier() function in OHOS::DistributedKv::KVDBGeneralStore 451 delegate_->SetEqualIdentifier(identifier, sameAccountDevs); in SetEqualIdentifier() 459 delegate_->SetEqualIdentifier(identifier, defaultAccountDevs); in SetEqualIdentifier()
|
H A D | kvdb_general_store.h | 78 …void SetEqualIdentifier(const std::string &appId, const std::string &storeId, std::string account …
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | kv_store_nb_delegate.h | 210 DB_API virtual DBStatus SetEqualIdentifier(const std::string &identifier,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_nb_delegate_impl.h | 138 …DBStatus SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/sync_fuzzer/ |
H A D | sync_fuzzer.cpp | 227 g_kvDelegatePtr->SetEqualIdentifier(tmpIdentifier, targets); in OtherOperation()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | kvdb_general_store_test.cpp | 413 store->SetEqualIdentifier(BUNDLE_NAME, STORE_NAME); 420 store->SetEqualIdentifier(BUNDLE_NAME, STORE_NAME);
|