Home
last modified time | relevance | path

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

/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
Dsubscribe_profile_manager_test.cpp167 std::string dbKey = ""; variable
182 std::string dbKey = ""; variable
237 std::string dbKey = ""; variable
251 std::string dbKey = ""; variable
265 std::string dbKey = ""; variable
279 std::string dbKey = ""; variable
293 std::string dbKey = ""; variable
307 std::string dbKey = ""; variable
321 std::string dbKey = ""; variable
335 std::string dbKey = ""; variable
[all …]
Dprofile_utils_test.cpp627 string dbKey = "profileKey#profileProperty"; variable
640 string dbKey = ""; variable
653 string dbKey = ""; variable
669 string dbKey = "profileKey#profileProperty"; variable
682 string dbKey = ""; variable
695 string dbKey = ""; variable
711 string dbKey = "dev#111"; variable
724 string dbKey = ""; variable
737 string dbKey = "#"; variable
750 string dbKey = ""; variable
[all …]
/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
Dsubscribe_profile_manager.cpp50 const std::string& dbKey, const std::string& dbValue) in NotifyProfileChange()
148 int32_t SubscribeProfileManager::NotifyDeviceProfileAdd(const std::string& dbKey, const std::string… in NotifyDeviceProfileAdd()
169 int32_t SubscribeProfileManager::NotifyDeviceProfileUpdate(const std::string& dbKey, const std::str… in NotifyDeviceProfileUpdate()
192 int32_t SubscribeProfileManager::NotifyDeviceProfileDelete(const std::string& dbKey, const std::str… in NotifyDeviceProfileDelete()
213 int32_t SubscribeProfileManager::NotifyServiceProfileAdd(const std::string& dbKey, const std::strin… in NotifyServiceProfileAdd()
235 int32_t SubscribeProfileManager::NotifyServiceProfileUpdate(const std::string& dbKey, const std::st… in NotifyServiceProfileUpdate()
260 int32_t SubscribeProfileManager::NotifyServiceProfileDelete(const std::string& dbKey, const std::st… in NotifyServiceProfileDelete()
282 int32_t SubscribeProfileManager::NotifyCharProfileAdd(const std::string& dbKey, const std::string& … in NotifyCharProfileAdd()
305 int32_t SubscribeProfileManager::NotifyCharProfileUpdate(const std::string& dbKey, const std::strin… in NotifyCharProfileUpdate()
331 int32_t SubscribeProfileManager::NotifyCharProfileDelete(const std::string& dbKey, const std::strin… in NotifyCharProfileDelete()
[all …]
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
Dkv_data_change_listener.cpp66 std::string dbKey = item.key.ToString(); in HandleAddChange() local
77 std::string dbKey = item.key.ToString(); in HandleUpdateChange() local
88 std::string dbKey = item.key.ToString(); in HandleDeleteChange() local
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/decision_db/src/
Dlnn_decision_db.c40 int32_t EncryptStorageData(uint8_t *dbKey, uint32_t len) in EncryptStorageData()
70 int32_t DecryptStorageData(uint8_t *dbKey, uint32_t len) in DecryptStorageData()
101 static int32_t GetDecisionDbKey(uint8_t *dbKey, uint32_t len, bool isUpdate) in GetDecisionDbKey()
140 uint8_t dbKey[LNN_DB_KEY_LEN] = {0}; in EncryptDecisionDb() local
158 uint8_t dbKey[LNN_DB_KEY_LEN] = {0}; in UpdateDecisionDbKey() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
Dupgrade_manager.cpp65 auto dbKey = CapMetaRow::GetKeyFor(deviceId); in GetCapability() local
81 auto dbKey = CapMetaRow::GetKeyFor(localDeviceId); in InitLocalCapability() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
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
/foundation/deviceprofile/device_info_manager/common/src/utils/
Dprofile_utils.cpp132 std::string ProfileUtils::GetProfileKey(const std::string& dbKey) in GetProfileKey()
141 std::string ProfileUtils::GetDeviceIdByDBKey(const std::string& dbKey) in GetDeviceIdByDBKey()
156 std::string ProfileUtils::GetServiceNameByDBKey(const std::string& dbKey) in GetServiceNameByDBKey()
171 std::string ProfileUtils::GetCharKeyByDBKey(const std::string& dbKey) in GetCharKeyByDBKey()
547 std::string ProfileUtils::GetProfileProperty(const std::string& dbKey) in GetProfileProperty()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
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
Ddevice_convertor.cpp41 std::vector<uint8_t> dbKey; in ToLocal() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
Dconvertor.cpp34 std::vector<uint8_t> dbKey = TrimKey(prefix); in GetPrefix() local
Ddevice_convertor.cpp42 std::vector<uint8_t> dbKey; in ToLocal() local
Dsingle_store_impl.cpp79 DBKey dbKey = convertor_.ToLocalDBKey(key); in Put() local
134 DBKey dbKey = convertor_.ToLocalDBKey(key); in Delete() local
159 DBKey dbKey = convertor_.ToLocalDBKey(key); in DeleteBatch() local
317 DBKey dbKey = convertor_.ToWholeDBKey(key); in Get() local
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
Ddevice_profile_manager.cpp352 std::string dbKey = item.first; in GetAllDeviceProfile() local
382 std::string dbKey = item.first; in GetAllServiceProfile() local
412 std::string dbKey = item.first; in GetAllCharacteristicProfile() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
Dbackup_manager.cpp254 auto dbKey = meta.GetSecretKey(); in GetClearType() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
Dquery_helper.cpp517 std::vector<uint8_t> dbKey; in HandleInKeys() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
Ddistributeddb_single_ver_p2p_query_sync_test.cpp1685 Key dbKey; variable