Home
last modified time | relevance | path

Searched refs:SetEqualIdentifier (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_engine.h67 …virtual int SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targ…
70 virtual void SetEqualIdentifier() = 0;
H A Dsyncer_proxy.cpp194 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 Dsync_engine.h81 …int SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) ove…
83 void SetEqualIdentifier() override;
H A Dgeneric_syncer.h88 …int SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) ove…
H A Dsync_engine.cpp747 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 Dgeneric_syncer.cpp128 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 Dsync_able_kvdb_connection.cpp82 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 Dsync_able_kvdb_connection.h80 int SetEqualIdentifier(const PragmaSetEqualIdentifier *param);
H A Dsync_able_kvdb.h87 int SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets);
H A Dsync_able_kvdb.cpp446 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 Ddistributeddb_communicator_proxy_test.cpp152 …DBStatus status = g_kvDelegatePtr->SetEqualIdentifier(identifier, { DEVICE_B, DEVICE_D, DEVICE_E }…
159 status = g_kvDelegatePtr->SetEqualIdentifier(identifier, { DEVICE_B });
H A Ddistributeddb_single_ver_multi_user_test.cpp847 g_kvDelegatePtr1->SetEqualIdentifier(identifier, devices);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/include/
H A Dsyncer_proxy.h97 …int SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) ove…
H A Disyncer.h116 …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 Dkv_store_nb_delegate_mock.h81 DBStatus SetEqualIdentifier(const std::string &identifier,
H A Dkv_store_nb_delegate_mock.cpp207 DBStatus KvStoreNbDelegateMock::SetEqualIdentifier(const std::string &identifier, in SetEqualIdentifier() function in DistributedDB::KvStoreNbDelegateMock
H A Ddb_store_mock.h89 …DBStatus SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets…
H A Ddb_store_mock.cpp217 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 Dgeneral_store.h182 …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 Dkvdb_general_store.cpp427 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 Dkvdb_general_store.h78 …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 Dkv_store_nb_delegate.h210 DB_API virtual DBStatus SetEqualIdentifier(const std::string &identifier,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.h138 …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 Dsync_fuzzer.cpp227 g_kvDelegatePtr->SetEqualIdentifier(tmpIdentifier, targets); in OtherOperation()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_general_store_test.cpp413 store->SetEqualIdentifier(BUNDLE_NAME, STORE_NAME);
420 store->SetEqualIdentifier(BUNDLE_NAME, STORE_NAME);

12