/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/ |
H A D | end_point_test.cpp | 190 auto testStatus = kvStore_->SetIdentifier(accountId, appId, storeId, targetDev); 212 auto testStatus = kvStore_->SetIdentifier(accountId, appId, storeId, targetDev);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | db_properties.h | 52 …void SetIdentifier(const std::string &userId, const std::string &appId, const std::string &storeId,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | db_properties.cpp | 76 void DBProperties::SetIdentifier(const std::string &userId, const std::string &appId, const std::st… in SetIdentifier() function in DistributedDB::DBProperties
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/ |
H A D | sync_operation.h | 87 void SetIdentifier(const std::vector<uint8_t> &identifier);
|
H A D | sync_operation.cpp | 283 void SyncOperation::SetIdentifier(const std::vector<uint8_t> &identifier) in SetIdentifier() function in DistributedDB::SyncOperation
|
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | single_kvstore.h | 294 virtual Status SetIdentifier(const std::string &accountId, const std::string &appId, in SetIdentifier() function
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | runtime_config.cpp | 171 properties.SetIdentifier(userId, appId, storeId); in ReleaseAutoLaunch()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_mock_sync_module_test.cpp | 90 VirtualSingleVerSyncDBInterface::SetIdentifier(identifierVec); in TestSetIdentifier() 298 syncDBInterface->SetIdentifier(identifierVec); in SyncLifeTest002() 1107 syncDBInterface->SetIdentifier(identifier); 1143 syncDBInterface->SetIdentifier(identifier); 1199 syncDBInterface.SetIdentifier(identifier); 1265 syncDBInterface.SetIdentifier(identifier); 1930 syncDBInterface->SetIdentifier(identifier);
|
H A D | virtual_single_ver_sync_db_Interface.h | 136 void SetIdentifier(std::vector<uint8_t> &identifier);
|
H A D | distributeddb_anti_dos_sync_test.cpp | 114 g_syncInterface->SetIdentifier(identifier); in SetUp()
|
H A D | virtual_single_ver_sync_db_Interface.cpp | 82 void VirtualSingleVerSyncDBInterface::SetIdentifier(std::vector<uint8_t> &identifier) in SetIdentifier() function in DistributedDB::VirtualSingleVerSyncDBInterface
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/ |
H A D | single_store_impl.h | 84 Status SetIdentifier(const std::string &accountId, const std::string &appId,
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_single_kv_store.h | 138 DistributedKv::Status SetIdentifier(const std::string &accountId, const std::string &appId, in SetIdentifier() function
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_store_manager.cpp | 102 properties.SetIdentifier(userId_, appId_, storeId, subUser_, instanceId_); in OpenStore()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | single_store_impl.h | 84 Status SetIdentifier(const std::string &accountId, const std::string &appId,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
H A D | single_store_impl.cpp | 484 Status SingleStoreImpl::SetIdentifier(const std::string &accountId, const std::string &appId, in SetIdentifier() function in OHOS::DistributedKv::SingleStoreImpl
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | db_common.cpp | 321 properties.SetIdentifier(dbIdParam.userId, dbIdParam.appId, dbIdParam.storeId, in SetDatabaseIds()
|
H A D | auto_launch.cpp | 1045 propertiesPtr->SetIdentifier(param.userId, param.appId, param.storeId); in GetAutoLaunchRelationProperties()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | generic_syncer.cpp | 855 operation->SetIdentifier(syncInterface_->GetIdentifier()); in InitSyncOperation()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | single_store_impl.cpp | 1056 Status SingleStoreImpl::SetIdentifier(const std::string &accountId, const std::string &appId, in SetIdentifier() function in OHOS::DistributedKv::SingleStoreImpl
|