Home
last modified time | relevance | path

Searched refs:GenerateKey (Results 1 - 19 of 19) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_distributed/src/devices_info_interact/
H A Ddevices_info_interact.cpp73 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 Dlazy_foreach.cpp31 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 Dlazy_foreach_func.h35 std::string GenerateKey(int64_t index);
H A Dlazy_foreach_func.cpp28 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 Ddevice_profile_storage_manager.cpp132 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 Ddistributeddb_data_generate_unit_test.cpp22 void GenerateKey(int keyCount, int startPosition, Key &keyTest) in GenerateKey() function
49 GenerateKey(entryCount, startPosition, entryTest.key); in GenerateEntry()
H A Ddistributeddb_data_generate_unit_test.h97 void GenerateKey(int keyCount, int startPosition, DistributedDB::Key &keyTest);
/foundation/ai/intelligent_voice_framework/utils/
H A Dhuks_aes_adapter.h34 static int32_t GenerateKey(struct HksBlob *keyAlias);
H A Dhuks_aes_adapter.cpp181 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 Ddevices_info_interact.h40 std::string GenerateKey(const std::string &udid);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_data_storage.cpp271 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 Ddistributed_data_storage.h104 static void GenerateKey(const std::string& uuid, int32_t missionId, DistributedKv::Key& key);
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dhuks_master.h39 bool GenerateKey(const UserAuth &auth, KeyBlob &keyOut);
/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/
H A Ddevice_profile_storage_manager.h73 std::string GenerateKey(const std::string& udid, const std::string& key, KeyType keyType);
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler_util.h130 std::string GenerateKey(const ShortcutKey& key);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp556 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 Dprofile_storage_test.cpp1121 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 Dbase_key.cpp336 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 Dhuks_master.cpp365 bool HuksMaster::GenerateKey(const UserAuth &auth, KeyBlob &keyOut) in GenerateKey() function in OHOS::StorageDaemon::HuksMaster

Completed in 16 milliseconds