Home
last modified time | relevance | path

Searched refs:GetKeyFor (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/
H A Dsession_manager_test.cpp85 auto peerUserMetaKey = UserMetaRow::GetKeyFor(userMetaData.deviceId); in SetUpTestCase()
91 auto peerCapMetaKey = CapMetaRow::GetKeyFor(userMetaData.deviceId); in SetUpTestCase()
108 auto peerUserMetaKey = UserMetaRow::GetKeyFor(PEER_DEVICE_ID); in TearDownTestCase()
110 auto peerCapMetaKey = CapMetaRow::GetKeyFor(PEER_DEVICE_ID); in TearDownTestCase()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Dupgrade_manager.cpp66 auto dbKey = CapMetaRow::GetKeyFor(deviceId); in GetCapability()
82 auto dbKey = CapMetaRow::GetKeyFor(localDeviceId); in InitLocalCapability()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Duser_delegate.cpp56 MetaDataManager::GetInstance().LoadMeta(UserMetaRow::GetKeyFor(key), userMetaData); in GetLocalUsers()
84 MetaDataManager::GetInstance().LoadMeta(UserMetaRow::GetKeyFor(key), userMetaData); in GetUsers()
141 …return MetaDataManager::GetInstance().SaveMeta(UserMetaRow::GetKeyFor(userMetaData.deviceId), user… in InitLocalUserMeta()
H A Dkvdb_service_impl.cpp1056 auto capKey = CapMetaRow::GetKeyFor(uuid); in IsNeedMetaSync()
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/distributeddb/distributeddataservice/adapter/autils/
H A Dconstant.cpp87 std::vector<uint8_t> KvStoreMetaRow::GetKeyFor(const std::string &key) in GetKeyFor() function in OHOS::DistributedKv::KvStoreMetaRow
93 std::vector<uint8_t> SecretMetaRow::GetKeyFor(const std::string &key) in GetKeyFor() function in OHOS::DistributedKv::SecretMetaRow
H A Dconstant.h40 KVSTORE_API static std::vector<uint8_t> GetKeyFor(const std::string &key);
47 KVSTORE_API static std::vector<uint8_t> GetKeyFor(const std::string &key);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H A Dcapability_meta_data.h34 API_EXPORT static std::vector<uint8_t> GetKeyFor(const std::string &key);
H A Duser_meta_data.h46 API_EXPORT static std::string GetKeyFor(const std::string &key);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dcapability_meta_data.cpp37 std::vector<uint8_t> CapMetaRow::GetKeyFor(const std::string &key) in GetKeyFor() function in OHOS::DistributedData::CapMetaRow
H A Duser_meta_data.cpp58 std::string UserMetaRow::GetKeyFor(const std::string &key) in GetKeyFor() function in OHOS::DistributedData::UserMetaRow
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dmeta_data_test.cpp698 auto key = capMetaRow.GetKeyFor("PEER_DEVICE_ID");
742 auto key = userMetaRow.GetKeyFor(userMetaData.deviceId);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp474 auto capKey = CapMetaRow::GetKeyFor(uuid); in IsNeedMetaSync()