/foundation/multimedia/media_library/frameworks/services/media_distributed/src/devices_info_interact/ |
H A D | devices_info_interact.cpp | 73 std::string DevicesInfoInteract::GenerateKey(const std::string &udid) in GenerateKey() function in OHOS::Media::DevicesInfoInteract 85 std::string key = GenerateKey(udid); in SyncMLDeviceInfos() 101 std::string key = GenerateKey(udid); in GetMLDeviceInfos() 131 std::string key = GenerateKey(udid); in PutMLDeviceInfos()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | lazy_foreach.cpp | 31 auto key = cjBuilder_->GenerateKey(index); in OnExpandChildrenOnInitialInNG() 42 auto key = cjBuilder_->GenerateKey(index); in OnGetChildByIndex() 68 auto key = cjBuilder_->GenerateKey(index); in OnGetChildByIndexNew()
|
H A D | lazy_foreach_func.h | 35 std::string GenerateKey(int64_t index);
|
H A D | lazy_foreach_func.cpp | 28 string LazyForEachFuncs::GenerateKey(int64_t index) in GenerateKey() function in OHOS::Ace::Framework::LazyForEachFuncs 32 LOGE("Failed to invoke cj function: LazyForEachFuncs GenerateKey, return empty id!"); in GenerateKey()
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | device_profile_storage_manager.cpp | 132 std::string DeviceProfileStorageManager::GenerateKey(const std::string& udid, in GenerateKey() function in OHOS::DeviceProfile::DeviceProfileStorageManager 155 keys.emplace_back(GenerateKey(localUdid_, serviceId, KeyType::SERVICE)); in PutDeviceProfile() 162 keys.emplace_back(GenerateKey(localUdid_, SERVICES, KeyType::SERVICE_LIST)); in PutDeviceProfile() 211 key = GenerateKey(localUdid_, serviceId, KeyType::SERVICE); in GetDeviceProfile() 220 key = GenerateKey(queryUdid, serviceId, KeyType::SERVICE); in GetDeviceProfile() 264 std::string key = GenerateKey(udid, SERVICES, KeyType::SERVICE_LIST); in SetServiceType() 299 std::string servicesKey = GenerateKey(localUdid_, SERVICES, KeyType::SERVICE_LIST); in DeleteDeviceProfile() 302 std::string serviceKey = GenerateKey(localUdid_, serviceId, KeyType::SERVICE); in DeleteDeviceProfile() 516 std::string servicesKey = GenerateKey(localUdid_, SERVICES, KeyType::SERVICE_LIST); in FlushProfileItems()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_data_generate_unit_test.cpp | 22 void GenerateKey(int keyCount, int startPosition, Key &keyTest) in GenerateKey() function 49 GenerateKey(entryCount, startPosition, entryTest.key); in GenerateEntry()
|
H A D | distributeddb_data_generate_unit_test.h | 97 void GenerateKey(int keyCount, int startPosition, DistributedDB::Key &keyTest);
|
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | huks_aes_adapter.h | 34 static int32_t GenerateKey(struct HksBlob *keyAlias);
|
H A D | huks_aes_adapter.cpp | 181 ret = GenerateKey(&keyAlias); in Encrypt() 294 int32_t HuksAesAdapter::GenerateKey(struct HksBlob *keyAlias) in GenerateKey() function in OHOS::IntellVoiceUtils::HuksAesAdapter
|
/foundation/multimedia/media_library/frameworks/services/media_distributed/include/devices_info_interact/ |
H A D | devices_info_interact.h | 40 std::string GenerateKey(const std::string &udid);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_data_storage.cpp | 271 GenerateKey(uuid, missionId, key); in InsertInnerLocked() 318 GenerateKey(uuid, missionId, key); in DeleteInnerLocked() 400 GenerateKey(uuid, missionId, key); in QueryInnerLocked() 429 void DistributedDataStorage::GenerateKey(const string& uuid, int32_t missionId, Key& key) in GenerateKey() function in OHOS::DistributedSchedule::DistributedDataStorage
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/ |
H A D | distributed_data_storage.h | 104 static void GenerateKey(const std::string& uuid, int32_t missionId, DistributedKv::Key& key);
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/ |
H A D | huks_master.h | 39 bool GenerateKey(const UserAuth &auth, KeyBlob &keyOut);
|
/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/ |
H A D | device_profile_storage_manager.h | 73 std::string GenerateKey(const std::string& udid, const std::string& key, KeyType keyType);
|
/foundation/multimodalinput/input/service/key_command/include/ |
H A D | key_command_handler_util.h | 130 std::string GenerateKey(const ShortcutKey& key);
|
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler_util.cpp | 556 std::string GenerateKey(const ShortcutKey& key) in GenerateKey() function 611 std::string key = GenerateKey(shortcutKey); in ParseShortcutKeys()
|
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_storage_test.cpp | 1121 keys.emplace_back(DeviceProfileStorageManager::GetInstance().GenerateKey("test123udid", "test", KeyType::SERVICE)); in HWTEST_F() 1162 DeviceProfileStorageManager::GetInstance().GenerateKey("test123udid", "test", KeyType::SERVICE); in HWTEST_F() 1409 keys.emplace_back(DeviceProfileStorageManager::GetInstance().GenerateKey( in HWTEST_F()
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | base_key.cpp | 336 if (!HuksMaster::GetInstance().GenerateKey(auth, keyCtx.shield)) { in StoreKey() 337 LOGE("GenerateKey of shield failed"); in StoreKey() 347 if (!HuksMaster::GetInstance().GenerateKey(auth, keyCtx.shield)) { in StoreKey() 348 LOGE("GenerateKey of shield failed"); in StoreKey() 929 if (!HuksMaster::GetInstance().GenerateKey(auth, keyCtx.shield) || in StoreKey() 931 LOGE("GenerateKey and save shield failed!"); in StoreKey()
|
H A D | huks_master.cpp | 365 bool HuksMaster::GenerateKey(const UserAuth &auth, KeyBlob &keyOut) in GenerateKey() function in OHOS::StorageDaemon::HuksMaster
|