Home
last modified time | relevance | path

Searched defs:dbKey (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dsubscribe_profile_manager_test.cpp168 std::string dbKey = ""; variable
183 std::string dbKey = ""; variable
238 std::string dbKey = ""; variable
252 std::string dbKey = ""; variable
266 std::string dbKey = ""; variable
280 std::string dbKey = ""; variable
294 std::string dbKey = ""; variable
308 std::string dbKey = ""; variable
322 std::string dbKey = ""; variable
336 std::string dbKey = ""; variable
[all …]
H A Dprofile_utils_test.cpp912 string dbKey = ""; variable
925 string dbKey = ""; variable
954 string dbKey = ""; variable
967 string dbKey = ""; variable
996 string dbKey = ""; variable
1022 string dbKey = ""; variable
1051 string dbKey = ""; variable
1064 string dbKey = ""; variable
1106 string dbKey = ""; variable
1132 string dbKey = ""; variable
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp72 const std::string& dbKey, const std::string& dbValue) in NotifyProfileChange()
207 int32_t SubscribeProfileManager::NotifyDeviceProfileAdd(const std::string& dbKey, const std::string… in NotifyDeviceProfileAdd()
232 int32_t SubscribeProfileManager::NotifyDeviceProfileUpdate(const std::string& dbKey, const std::str… in NotifyDeviceProfileUpdate()
259 int32_t SubscribeProfileManager::NotifyDeviceProfileDelete(const std::string& dbKey, const std::str… in NotifyDeviceProfileDelete()
284 int32_t SubscribeProfileManager::NotifyServiceProfileAdd(const std::string& dbKey, const std::strin… in NotifyServiceProfileAdd()
310 int32_t SubscribeProfileManager::NotifyServiceProfileUpdate(const std::string& dbKey, const std::st… in NotifyServiceProfileUpdate()
339 int32_t SubscribeProfileManager::NotifyServiceProfileDelete(const std::string& dbKey, const std::st… in NotifyServiceProfileDelete()
365 int32_t SubscribeProfileManager::NotifyCharProfileAdd(const std::string& dbKey, const std::string& … in NotifyCharProfileAdd()
392 int32_t SubscribeProfileManager::NotifyCharProfileUpdate(const std::string& dbKey, const std::strin… in NotifyCharProfileUpdate()
422 int32_t SubscribeProfileManager::NotifyCharProfileDelete(const std::string& dbKey, const std::strin… in NotifyCharProfileDelete()
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Dupgrade_manager.cpp66 auto dbKey = CapMetaRow::GetKeyFor(deviceId); in GetCapability() local
82 auto dbKey = CapMetaRow::GetKeyFor(localDeviceId); in InitLocalCapability() local
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp45 std::string ProfileUtils::GetDbKeyAnonyString(const std::string& dbKey) in GetDbKeyAnonyString()
200 std::string ProfileUtils::GetProfileKey(const std::string& dbKey) in GetProfileKey()
209 std::string ProfileUtils::GetDeviceIdByDBKey(const std::string& dbKey) in GetDeviceIdByDBKey()
224 std::string ProfileUtils::GetServiceNameByDBKey(const std::string& dbKey) in GetServiceNameByDBKey()
239 std::string ProfileUtils::GetNonOhSuffixServiceNameByDBKey(const std::string& dbKey) in GetNonOhSuffixServiceNameByDBKey()
280 std::string ProfileUtils::GetCharKeyByDBKey(const std::string& dbKey) in GetCharKeyByDBKey()
693 std::string ProfileUtils::GetProfileProperty(const std::string& dbKey) in GetProfileProperty()
809 std::string dbKey = CHAR_PREFIX + SEPARATOR + profile.GetDeviceId() + SEPARATOR + serviceName + in GetDbKeyByProfile() local
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/decision_db/src/
H A Dlnn_decision_db.c111 int32_t EncryptStorageData(LnnEncryptDataLevel level, uint8_t *dbKey, uint32_t len) in EncryptStorageData()
150 int32_t DecryptStorageData(LnnEncryptDataLevel level, uint8_t *dbKey, uint32_t len) in DecryptStorageData()
188 static int32_t GetDecisionDbKey(uint8_t *dbKey, uint32_t len, bool isUpdate) in GetDecisionDbKey()
227 uint8_t dbKey[LNN_DB_KEY_LEN] = {0}; in EncryptDecisionDb() local
245 uint8_t dbKey[LNN_DB_KEY_LEN] = {0}; in UpdateDecisionDbKey() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dquery_sync_water_mark_helper.cpp84 std::string dbKey(deleteWaterMarkKey.begin(), deleteWaterMarkKey.end()); in LoadDeleteSyncDataToCache() local
213 Key dbKey; in SaveQueryWaterMarkToDB() local
226 Key dbKey; in GetQueryWaterMarkFromDB() local
338 int QuerySyncWaterMarkHelper::UpdateDeleteSyncCacheAndSave(const std::string &dbKey, in UpdateDeleteSyncCacheAndSave()
377 Key dbKey; in GetDeleteWaterMarkFromDB() local
398 Key dbKey; in SaveDeleteWaterMarkToDB() local
/ohos5.0/foundation/communication/dsoftbus/core/adapter/kv_store/src/
H A Dlnn_kv_data_change_listener.cpp58 std::string dbKey = item.key.ToString(); in OnChange() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp127 std::string dbKey = item.key.ToString(); in FilterEntries() local
251 std::string dbKey = ProfileUtils::GetDbKeyByProfile(newSwitchProfile); in GenerateSwitchNotify() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dconvertor.cpp34 std::vector<uint8_t> dbKey = TrimKey(prefix); in GetPrefix() local
H A Ddevice_convertor.cpp42 std::vector<uint8_t> dbKey; in ToLocal() local
H A Dsingle_store_impl.cpp96 DBKey dbKey = convertor_.ToLocalDBKey(key); in Put() local
155 DBKey dbKey = convertor_.ToLocalDBKey(key); in Delete() local
182 DBKey dbKey = convertor_.ToLocalDBKey(key); in DeleteBatch() local
349 DBKey dbKey = convertor_.ToWholeDBKey(key); in Get() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/utils/
H A Dprofile_control_utils.cpp473 std::string dbKey = item.first; in GetAllDeviceProfile() local
501 std::string dbKey = item.first; in GetAllServiceProfile() local
529 std::string dbKey = item.first; in GetAllCharacteristicProfile() local
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/fuzztest/profileutils_fuzzer/
H A Dprofileutils_fuzzer.cpp65 std::string dbKey = ""; in GetDeviceIdByDBKeyFuzzTest() local
74 std::string dbKey = "char#"; in GetCharKeyByDBKeyFuzzTest() local
269 std::string dbKey = "profileKey#profileProperty"; in GetProfilePropertyFuzzTest() local
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp43 DBKey dbKey = convertor_.ToLocalDBKey(key); in Put() local
95 DBKey dbKey = convertor_.ToLocalDBKey(key); in Delete() local
119 DBKey dbKey = convertor_.ToLocalDBKey(key); in DeleteBatch() local
201 DBKey dbKey = convertor_.ToWholeDBKey(key); in Get() local
H A Ddevice_convertor.cpp41 std::vector<uint8_t> dbKey; in ToLocal() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H A Dbackup_manager.cpp252 auto dbKey = meta.GetSecretKey(); in GetClearType() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.cpp522 std::vector<uint8_t> dbKey; in HandleInKeys() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_query_sync_test.cpp1685 Key dbKey; variable