Home
last modified time | relevance | path

Searched defs:key (Results 2601 - 2625 of 10004) sorted by relevance

1...<<101102103104105106107108109110>>...401

/drivers/peripheral/clearplay/hdi_service/src/
H A Dmedia_decrypt_module_service.cpp59 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 Dmetadata_fuzzer.cpp100 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 Ddisplay_buffer_vdi_impl.cpp89 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 Dadaptor_algorithm_test.cpp242 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 Duser_sign_centre.c53 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 Djs_insight_intent_driver.cpp133 uint64_t key = InsightIntentHostClient::GetInstance()->AddInsightIntentExecute(client); in OnExecute() local
/foundation/ability/form_fwk/services/src/
H A Dform_info_rdb_storage_mgr.cpp80 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 Dfms_form_rdb_data_mgr_test.cpp119 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 Dintell_voice_service_manager.h109 static bool IsSwitchKeyValid(const std::string &key) in IsSwitchKeyValid() argument
/foundation/ai/intelligent_voice_framework/utils/
H A Dintell_voice_util.cpp101 std::string key; in SplitStringToKVPair() local
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/
H A Denroll_engine.cpp266 std::string EnrollEngine::GetParameter(const std::string &key) in GetParameter() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params_wrapper.cpp198 std::string key = ""; in ParseWantParams() local
/foundation/ability/form_fwk/test/unittest/fms_form_info_rdb_storage_mgr_test/
H A Dmock_form_rdb_data_mgr.cpp52 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 Denroll_intell_voice_engine.cpp138 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 Dwakeup_intell_voice_engine.cpp77 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 Dtrigger_manager.cpp104 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 Dmock_ability_manager.h317 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 Dlexer.cpp163 String key = sb.ToString(); in ReadIdentifier() local
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/
H A Dintell_voice_engine_proxy.cpp96 std::string IntellVoiceEngineProxy::GetParameter(const std::string &key) in GetParameter() argument
H A Dintell_voice_service_proxy.cpp115 std::string IntellVoiceServiceProxy::GetParameter(const std::string &key) in GetParameter() argument
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_helper.cpp192 int StringHelper::GetHashCode(const std::string &key) in GetHashCode() argument
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Duncaught_exception_callback.cpp31 std::string NapiUncaughtExceptionCallback::GetNativeStrFromJsTaggedObj(napi_value obj, const char* key) in GetNativeStrFromJsTaggedObj() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_execute_manager.cpp48 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 Dconfiguration.h90 bool AddItem(const std::string &key, const std::string &value) in AddItem() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupdatamanager_fuzzer/
H A Dabilityautostartupdatamanager_fuzzer.cpp68 DistributedKv::Key key; in DoSomethingInterestingWithMyAPI() local

Completed in 19 milliseconds

1...<<101102103104105106107108109110>>...401