Searched refs:GetKeyFor (Results 1 – 12 of 12) sorted by relevance
85 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()
66 auto dbKey = CapMetaRow::GetKeyFor(deviceId); in GetCapability()82 auto dbKey = CapMetaRow::GetKeyFor(localDeviceId); in InitLocalCapability()
56 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()
1056 auto capKey = CapMetaRow::GetKeyFor(uuid); in IsNeedMetaSync()
87 std::vector<uint8_t> KvStoreMetaRow::GetKeyFor(const std::string &key) in GetKeyFor() function in OHOS::DistributedKv::KvStoreMetaRow93 std::vector<uint8_t> SecretMetaRow::GetKeyFor(const std::string &key) in GetKeyFor() function in OHOS::DistributedKv::SecretMetaRow
40 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);
34 API_EXPORT static std::vector<uint8_t> GetKeyFor(const std::string &key);
46 API_EXPORT static std::string GetKeyFor(const std::string &key);
37 std::vector<uint8_t> CapMetaRow::GetKeyFor(const std::string &key) in GetKeyFor() function in OHOS::DistributedData::CapMetaRow
58 std::string UserMetaRow::GetKeyFor(const std::string &key) in GetKeyFor() function in OHOS::DistributedData::UserMetaRow
698 auto key = capMetaRow.GetKeyFor("PEER_DEVICE_ID");742 auto key = userMetaRow.GetKeyFor(userMetaData.deviceId);
474 auto capKey = CapMetaRow::GetKeyFor(uuid); in IsNeedMetaSync()