Home
last modified time | relevance | path

Searched defs:message (Results 1476 - 1500 of 3079) sorted by relevance

1...<<51525354555657585960>>...124

/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_aes_encrypt.cpp417 HksBlob message = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; in RunTestCase() local
H A Dhks_crypto_hal_rsa_oaep_decrypt.cpp792 HksBlob message = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; in RunTestCase() local
H A Dhks_crypto_hal_rsa_oaep_encrypt.cpp666 HksBlob message = { .size = inLen, .data = (uint8_t *)HksMalloc(inLen) }; in RunTestCase() local
H A Dhks_crypto_hal_ecdsa_sign.cpp523 HksBlob message = { .size = dataLen, .data = (uint8_t *)HksMalloc(dataLen) }; in RunTestCase() local
/base/sensors/sensor/vibration_convert/interfaces/js/src/
H A Dvibrator_convert_napi_utils.cpp199 napi_value message = nullptr; in CreateArray() local
/base/startup/appspawn/standard/
H A Dappspawn_msgmgr.c27 void *GetAppSpawnMsgInfo(const AppSpawnMsgNode *message, int type) in GetAppSpawnMsgInfo() argument
36 void *GetAppSpawnMsgExtInfo(const AppSpawnMsgNode *message, const char *name, uint32_t *len) in GetAppSpawnMsgExtInfo() argument
63 CheckAppSpawnMsgFlag(const AppSpawnMsgNode *message, uint32_t type, uint32_t index) CheckAppSpawnMsgFlag() argument
85 SetAppSpawnMsgFlag(const AppSpawnMsgNode *message, uint32_t type, uint32_t index) SetAppSpawnMsgFlag() argument
96 AppSpawnMsgNode *message = (AppSpawnMsgNode *)calloc(1, sizeof(AppSpawnMsgNode)); CreateAppSpawnMsg() local
131 AppSpawnMsgRebuild(AppSpawnMsgNode *message, const AppSpawnMsg *msg) AppSpawnMsgRebuild() argument
152 RebuildAppSpawnMsgNode(AppSpawnMsgNode *message, AppSpawnedProcess *appInfo) RebuildAppSpawnMsgNode() argument
178 CheckAppSpawnMsg(const AppSpawnMsgNode *message) CheckAppSpawnMsg() argument
257 DecodeAppSpawnMsg(AppSpawnMsgNode *message) DecodeAppSpawnMsg() argument
301 AppSpawnMsgNode *message = *outMsg; GetAppSpawnMsgFromBuffer() local
370 DumpAppSpawnMsg(const AppSpawnMsgNode *message) DumpAppSpawnMsg() argument
[all...]
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H A Dopenssl_rsa_helper.c388 int32_t OpensslRsaSignWithNoneDegist(struct HksBlob *key, int padding, const struct HksBlob *message, in OpensslRsaSignWithNoneDegist() argument
406 int32_t OpensslRsaVerifyWithNoneDegist(struct HksBlob *key, int padding, const struct HksBlob *message, in OpensslRsaVerifyWithNoneDegist() argument
/base/sensors/sensor/frameworks/js/napi/include/
H A Dasync_callback_info.h97 string message; member
/base/startup/appspawn/modules/ace_adapter/
H A Dace_adapter.cpp142 APPSPAWN_STATIC int BuildFdInfoMap(const AppSpawnMsgNode *message, std::map<std::string, int> &fdMap, int isColdRun) in BuildFdInfoMap() argument
[all...]
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_core_service_key_operate_one_stage.c163 struct HksBlob message in SignVerify() local
101 GetSignVerifyMessage(const struct HksParamSet *nodeParamSet, const struct HksBlob *srcData, struct HksBlob *message, bool *needFree, const struct HksParamSet *paramSet) GetSignVerifyMessage() argument
[all...]
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_backup_test.cpp341 uint8_t message[] = "0123456789abcdef"; in HWTEST_F() local
387 uint8_t message[] = "0123456789abcdef"; in HWTEST_F() local
/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_cb_handler.cpp240 void GsmSmsCbHandler::HandleCbMessage(std::shared_ptr<CBConfigReportInfo> &message) in HandleCbMessage() argument
/base/telephony/sms_mms/test/fuzztest/cdmasmsdecode_fuzzer/
H A Dcdmasmsdecode_fuzzer.cpp593 auto message = CdmaSmsTransportMessage::CreateTransportMessage(msg, pdu); in TransportMessageDecode() local
/base/telephony/sms_mms/test/fuzztest/cdmasmsencode_fuzzer/
H A Dcdmasmsencode_fuzzer.cpp404 auto message = CdmaSmsTransportMessage::CreateTransportMessage(msg); in TransportMessageEncode() local
/base/telephony/sms_mms/test/gtest/
H A Dcb_gtest.cpp790 auto message = std::make_shared<CBConfigReportInfo>(); in ReceiveCellBroadCastTestFunc() local
811 auto message = std::make_shared<CBConfigReportInfo>(); ReceiveCellBroadCastTestFunc2() local
[all...]
H A Dzero_branch_cdma_sms_test.cpp501 auto message = std::make_shared<CdmaSmsTransportMessage>(); in HWTEST_F() local
531 auto message = CdmaSmsTransportMessage::CreateTransportMessage(msg); in HWTEST_F() local
539 auto message = CdmaSmsTransportMessage::CreateTransportMessage(msg); in HWTEST_F() local
555 auto message = CdmaSmsTransportMessage::CreateTransportMessage(msg, buffer); HWTEST_F() local
565 auto message = CdmaSmsTransportMessage::CreateTransportMessage(msg, buffer); HWTEST_F() local
576 auto message = CdmaSmsTransportMessage::CreateTransportMessage(msg, buffer); HWTEST_F() local
589 auto message = std::make_shared<CdmaSmsTransportMessage>(); HWTEST_F() local
633 auto message = std::make_shared<CdmaSmsTeleserviceMessage>(); HWTEST_F() local
[all...]
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager_utils.cpp154 napi_value message = nullptr; in CreateErrorMessage() local
162 napi_value message = nullptr; in CreateErrorMessageWithErrorCode() local
/base/telephony/sms_mms/services/sms/
H A Dsms_send_manager.cpp225 int32_t SmsSendManager::SplitMessage(const std::string &message, std::vector<std::u16string> &splitMessage) in SplitMessage() argument
259 int32_t SmsSendManager::GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthInfo &lenInfo) in GetSmsSegmentsInfo() argument
H A Dsms_receive_handler.cpp132 std::shared_ptr<SmsBaseMessage> message = nullptr; in ProcessEvent() local
H A Dsms_interface_manager.cpp139 int32_t SmsInterfaceManager::GetAllSimMessages(std::vector<ShortMessage> &message) in GetAllSimMessages() argument
211 int32_t SmsInterfaceManager::SplitMessage(const std::string &message, std::vector<std::u16string> &splitMessage) in SplitMessage() argument
220 int32_t SmsInterfaceManager::GetSmsSegmentsInfo(const std::string &message, bool force7BitCode, LengthInfo &outInfo) in GetSmsSegmentsInfo() argument
/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/
H A Dsatellite_sms_client.cpp275 int32_t SatelliteSmsClient::SendSms(int32_t slotId, int32_t eventId, SatelliteMessage &message) in SendSms() argument
286 int32_t SatelliteSmsClient::SendSmsMoreMode(int32_t slotId, int32_t eventId, SatelliteMessage &message) in SendSmsMoreMode() argument
/base/time/time_service/framework/js/napi/system_time/src/
H A Djs_systemtime.cpp43 std::string message = "system error"; member
[all...]
/base/time/time_service/framework/js/napi/common/src/
H A Dnapi_utils.cpp81 napi_value message = nullptr; in ThrowError() local
101 napi_value NapiUtils::GetCallbackErrorValue(napi_env env, int32_t errCode, const std::string &message) in GetCallbackErrorValue() argument
129 void NapiUtils::SetPromise(napi_env env, napi_deferred deferred, int32_t errorCode, const std::string &message, in SetPromise() argument
139 void NapiUtils::SetCallback(napi_env env, napi_ref callbackIn, int32_t errorCode, const std::string &message, in SetCallback() argument
[all...]
/base/web/webview/ohos_adapter/cert_mgr_adapter/src/
H A Dcert_mgr_adapter_impl.cpp410 const struct CmBlob message = {certDataLen, const_cast<uint8_t *>(certData)}; in Sign() local
/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_builder.cpp115 std::shared_ptr<Builder> ScheduleNodeBuilder::SetCollectorMessage(const std::vector<uint8_t> &message) in SetCollectorMessage() argument
121 std::shared_ptr<Builder> ScheduleNodeBuilder::SetVerifierMessage(const std::vector<uint8_t> &message) in SetVerifierMessage() argument

Completed in 21 milliseconds

1...<<51525354555657585960>>...124