/drivers/peripheral/clearplay/hdi_service/src/ |
H A D | media_decrypt_module_service.cpp | 59 std::vector<uint8_t> key; in DecryptMediaData() local 136 int32_t MediaDecryptModuleService::DecryptBySM4Cbc(const std::vector<uint8_t> &key, const std::vector<uint8_t> &iv, in DecryptBySM4Cbc() argument 183 DecryptByAesCbc(const std::vector<uint8_t> &key, const std::vector<uint8_t> &iv, uint8_t *srcData, uint8_t *destData, const std::vector<SubSample> &subSamples) DecryptByAesCbc() argument [all...] |
/drivers/peripheral/display/buffer/test/fuzztest/metadata_fuzzer/ |
H A D | metadata_fuzzer.cpp | 100 uint16_t key = GetData<uint16_t>(); in TestSetMetadata() local 112 uint16_t key = GetData<uint16_t>(); in TestGetMetadata() local 125 uint16_t key = GetData<uint16_t>(); in TestEraseMetadataKey() local
|
/drivers/peripheral/display/buffer/vdi_base/src/ |
H A D | display_buffer_vdi_impl.cpp | 89 int32_t DisplayBufferVdiImpl::SetMetadata(const BufferHandle& handle, uint32_t key, const std::vector<uint8_t>& value) in SetMetadata() argument 95 int32_t DisplayBufferVdiImpl::GetMetadata(const BufferHandle& handle, uint32_t key, std::vector<uint8_t>& value) in GetMetadata() argument 107 int32_t DisplayBufferVdiImpl::EraseMetadataKey(const BufferHandle& handle, uint32_t key) in EraseMetadataKey() argument
|
/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/ |
H A D | adaptor_algorithm_test.cpp | 242 Buffer *key = DeriveDeviceKey(pinData, secret); in HWTEST_F() local 266 Buffer *key = Hkdf(salt, rootKey); in HWTEST_F() local 286 Buffer *key = Sha256Adaptor(data); HWTEST_F() local [all...] |
/drivers/peripheral/user_auth/hdi_service/common/src/ |
H A D | user_sign_centre.c | 53 const Buffer key = GetTmpBuffer(tokenKey->macKey, sizeof(tokenKey->macKey), sizeof(tokenKey->macKey)); in UserAuthTokenHmac() local 128 const Buffer key = GetTmpBuffer(tokenKey->macKey, sizeof(tokenKey->macKey), sizeof(tokenKey->macKey)); in CheckUserAuthTokenHmac() local
|
/foundation/ability/ability_runtime/frameworks/js/napi/insight_intent/insight_intent_driver/ |
H A D | js_insight_intent_driver.cpp | 133 uint64_t key = InsightIntentHostClient::GetInstance()->AddInsightIntentExecute(client); in OnExecute() local
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_info_rdb_storage_mgr.cpp | 80 std::string key = std::string().append(FORM_INFO_PREFIX).append(bundleName); in RemoveBundleFormInfos() local 102 std::string key = std::string().append(FORM_INFO_PREFIX).append(bundleName); in UpdateBundleFormInfos() local 157 std::string key = std::string().append(FORM_ID_PREFIX).append(formId); in SaveStorageFormData() local 188 std::string key = std::string().append(FORM_ID_PREFIX).append(formId); in DeleteStorageFormData() local 227 std::string key = std::string().append(STATUS_DATA_PREFIX).append(formId); LoadStatusData() local 248 std::string key = std::string().append(STATUS_DATA_PREFIX).append(formId); UpdateStatusData() local [all...] |
/foundation/ability/form_fwk/test/unittest/fms_form_rdb_data_mgr_test/ |
H A D | fms_form_rdb_data_mgr_test.cpp | 119 std::string key = "testKey"; in HWTEST_F() local 135 std::string key = "testKey"; in HWTEST_F() local 167 std::string key = "testKey"; in HWTEST_F() local 277 std::string key = "testKey"; in HWTEST_F() local 354 std::string key = "testKey"; HWTEST_F() local 415 std::string key = "testKey"; HWTEST_F() local [all...] |
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/ |
H A D | intell_voice_service_manager.h | 109 static bool IsSwitchKeyValid(const std::string &key) in IsSwitchKeyValid() argument
|
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | intell_voice_util.cpp | 101 std::string key; in SplitStringToKVPair() local
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/ |
H A D | enroll_engine.cpp | 266 std::string EnrollEngine::GetParameter(const std::string &key) in GetParameter() argument
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/ |
H A D | distributed_want_params_wrapper.cpp | 198 std::string key = ""; in ParseWantParams() local
|
/foundation/ability/form_fwk/test/unittest/fms_form_info_rdb_storage_mgr_test/ |
H A D | mock_form_rdb_data_mgr.cpp | 52 ErrCode FormRdbDataMgr::QueryData(const std::string &tableName, const std::string &key, in QueryData() argument 61 ErrCode FormRdbDataMgr::QueryData(const std::string &tableName, const std::string &key, in QueryData() argument 70 ErrCode FormRdbDataMgr::InsertData(const std::string &tableName, const std::string &key, in InsertData() argument 79 ErrCode FormRdbDataMgr::DeleteData(const std::string &tableName, const std::string &key) in DeleteData() argument
|
/foundation/ai/intelligent_voice_framework/frameworks/native/ |
H A D | enroll_intell_voice_engine.cpp | 138 int32_t EnrollIntellVoiceEngine::SetParameter(const string &key, const string &value) in SetParameter() argument 149 std::string EnrollIntellVoiceEngine::GetParameter(const std::string &key) in GetParameter() argument
|
H A D | wakeup_intell_voice_engine.cpp | 77 int32_t WakeupIntellVoiceEngine::SetParameter(const string &key, const string &value) in SetParameter() argument 88 std::string WakeupIntellVoiceEngine::GetParameter(const std::string &key) in GetParameter() argument
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/ |
H A D | trigger_manager.cpp | 104 int32_t TriggerManager::SetParameter(const std::string &key, const std::string &value) in SetParameter() argument 113 std::string TriggerManager::GetParameter(const std::string &key) in GetParameter() argument
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_ability_manager.h | 317 int32_t ExecuteIntent(uint64_t key, const sptr<IRemoteObject> &callerToken, in ExecuteIntent() argument 811 int32_t ExecuteIntent(uint64_t key, const sptr<IRemoteObject> &callerToken, in ExecuteIntent() argument
|
/foundation/ability/idl_tool/parser/ |
H A D | lexer.cpp | 163 String key = sb.ToString(); in ReadIdentifier() local
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/ |
H A D | intell_voice_engine_proxy.cpp | 96 std::string IntellVoiceEngineProxy::GetParameter(const std::string &key) in GetParameter() argument
|
H A D | intell_voice_service_proxy.cpp | 115 std::string IntellVoiceServiceProxy::GetParameter(const std::string &key) in GetParameter() argument
|
/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | string_helper.cpp | 192 int StringHelper::GetHashCode(const std::string &key)
in GetHashCode() argument
|
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
H A D | uncaught_exception_callback.cpp | 31 std::string NapiUncaughtExceptionCallback::GetNativeStrFromJsTaggedObj(napi_value obj, const char* key) in GetNativeStrFromJsTaggedObj() argument
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | insight_intent_execute_manager.cpp | 48 int32_t InsightIntentExecuteManager::CheckAndUpdateParam(uint64_t key, const sptr<IRemoteObject> &callerToken, in CheckAndUpdateParam() argument 105 int32_t InsightIntentExecuteManager::AddRecord(uint64_t key, const sptr<IRemoteObject> &callerToken, in AddRecord() argument
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | configuration.h | 90 bool AddItem(const std::string &key, const std::string &value) in AddItem() argument [all...] |
/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupdatamanager_fuzzer/ |
H A D | abilityautostartupdatamanager_fuzzer.cpp | 68 DistributedKv::Key key; in DoSomethingInterestingWithMyAPI() local
|