Home
last modified time | relevance | path

Searched defs:message (Results 2076 - 2100 of 2552) sorted by relevance

1...<<81828384858687888990>>...103

/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp46 HaMetaMessage message = HaMetaMessage(EventSceneId::SCENE_7, EventBranchId::BRANCH_1) in NotificationPreferences() local
70 HaMetaMessage message = HaMetaMessage(EventSceneId::SCENE_5, EventBranchId::BRANCH_1) in AddNotificationSlots() local
128 HaMetaMessage message = HaMetaMessage(EventSceneId::SCENE_5, EventBranchId::BRANCH_1) in RemoveNotificationSlot() local
156 HaMetaMessage message = HaMetaMessage(EventSceneId::SCENE_5, EventBranchId::BRANCH_1) RemoveNotificationAllSlots() local
214 HaMetaMessage message = HaMetaMessage(EventSceneId::SCENE_5, EventBranchId::BRANCH_2) UpdateNotificationSlots() local
895 HaMetaMessage message = HaMetaMessage().BundleName(bundleInfo.GetBundleName()); SaveBundleProperty() local
[all...]
/base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/
H A Ddownloaduploadmanager_fuzzer.cpp750 std::string message = "message"; in ResponseMessageFuzzTestTaskStatesFromParcel() local
808 std::string message = "message"; in ResponseMessageFuzzTestNotifyDataFromParcel() local
[all...]
/base/security/access_token/interfaces/kits/cj/accesstoken/src/
H A Dat_manager_impl.cpp531 void UIExtensionCallback::OnError(int32_t code, const std::string& name, const std::string& message) in OnError() argument
/base/security/access_token/frameworks/js/napi/accesstoken/src/
H A Dnapi_request_permission.cpp524 void UIExtensionCallback::OnError(int32_t code, const std::string& name, const std::string& message) in OnError() argument
/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c1143 Uint8Buff message = { NULL, infoLen }; in GetHashResult() local
/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
H A Diso_protocol.c75 static int32_t BuildSelfTokenMessage(uint8_t *message, int32_t messageLen, in BuildSelfTokenMessage() argument
115 static int32_t BuildPeerTokenMessage(uint8_t *message, int32_t messageLen, in BuildPeerTokenMessage() argument
162 uint8_t *message = (uint8_t *)HcMalloc(length, 0); IsoCalToken() local
[all...]
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_file.cpp913 struct DlpBlob message, outMessage; in DoDlpContentCryptyOperation() local
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_aes.c98 AesCbcNoPaddingCrypt(const struct HksBlob *key, const struct HksCipherParam *cipherParam, const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) AesCbcNoPaddingCrypt() argument
189 AesCbcNoPaddingCryptUpdate(void *cryptoCtx, const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) AesCbcNoPaddingCryptUpdate() argument
239 AesCbcNoPaddingCryptFinal(void **cryptoCtx, const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) AesCbcNoPaddingCryptFinal() argument
291 AesCbcPkcs7Crypt(const struct HksBlob *key, const struct HksCipherParam *cipherParam, const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) AesCbcPkcs7Crypt() argument
408 AesCbcPkcs7CryptUpdate(void *cryptoCtx, const struct HksBlob *message, struct HksBlob *cipherText) AesCbcPkcs7CryptUpdate() argument
426 AesCbcPkcs7CryptFinal(void **cryptoCtx, const struct HksBlob *message, struct HksBlob *cipherText) AesCbcPkcs7CryptFinal() argument
474 AesCbcCrypt(const struct HksBlob *key, const struct HksUsageSpec *usageSpec, const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) AesCbcCrypt() argument
512 AesCbcCryptUpdate(void *cryptoCtx, const uint8_t padding, const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) AesCbcCryptUpdate() argument
530 AesCbcCryptFinal(void **cryptoCtx, const uint8_t padding, const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) AesCbcCryptFinal() argument
550 AesEncryptGcm(const struct HksBlob *key, const struct HksUsageSpec *usageSpec, const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) AesEncryptGcm() argument
631 AesEncryptGcmUpdate(void *cryptoCtx, const uint8_t padding, const struct HksBlob *message, struct HksBlob *cipherText) AesEncryptGcmUpdate() argument
653 AesEncryptGcmFinal(void **cryptoCtx, const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) AesEncryptGcmFinal() argument
694 AesDecryptGcm(const struct HksBlob *key, const struct HksUsageSpec *usageSpec, const struct HksBlob *message, struct HksBlob *cipherText) AesDecryptGcm() argument
773 AesDecryptGcmUpdate(void *cryptoCtx, const struct HksBlob *message, struct HksBlob *cipherText) AesDecryptGcmUpdate() argument
792 AesDecryptGcmFinal(void **cryptoCtx, const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) AesDecryptGcmFinal() argument
851 AesEncryptCcm(const struct HksBlob *key, const struct HksUsageSpec *usageSpec, const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) AesEncryptCcm() argument
892 AesDecryptCcm(const struct HksBlob *key, const struct HksUsageSpec *usageSpec, const struct HksBlob *message, struct HksBlob *cipherText) AesDecryptCcm() argument
934 AesCtrCrypt(const struct HksBlob *key, const struct HksUsageSpec *usageSpec, const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) AesCtrCrypt() argument
1061 AesCtrCryptUpdate(void *cryptoCtx, const struct HksBlob *message, struct HksBlob *cipherText) AesCtrCryptUpdate() argument
1079 AesCtrCryptFinal(void **cryptoCtx, const struct HksBlob *message, struct HksBlob *cipherText) AesCtrCryptFinal() argument
1120 AesEcbNoPaddingCrypt(const struct HksBlob *key, const struct HksUsageSpec *usageSpec, const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) AesEcbNoPaddingCrypt() argument
1237 AesEcbNoPaddingData(mbedtls_cipher_context_t *ecbNoPadingctx, size_t blockSize, const struct HksBlob *message, struct HksBlob *cipherText, size_t *olenTotal) AesEcbNoPaddingData() argument
1279 GetAesEcbNoPaddingCtx(void *cryptoCtx, const struct HksBlob *message, struct HksBlob *cipherText, size_t *olenTotal) GetAesEcbNoPaddingCtx() argument
1314 AesEcbNoPaddingCryptUpdate(void *cryptoCtx, const struct HksBlob *message, struct HksBlob *cipherText) AesEcbNoPaddingCryptUpdate() argument
1324 AesEcbNoPaddingCryptFinal(void **cryptoCtx, const struct HksBlob *message, struct HksBlob *cipherText) AesEcbNoPaddingCryptFinal() argument
1355 AesEcbCrypt(const struct HksBlob *key, const struct HksUsageSpec *usageSpec, const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) AesEcbCrypt() argument
1387 AesEcbCryptUpdate(void *cryptoCtx, const uint8_t padding, const struct HksBlob *message, struct HksBlob *cipherText) AesEcbCryptUpdate() argument
1403 AesEcbCryptFinal(void **cryptoCtx, const uint8_t padding, const struct HksBlob *message, struct HksBlob *cipherText) AesEcbCryptFinal() argument
1430 HksMbedtlsAesEncrypt(const struct HksBlob *key, const struct HksUsageSpec *usageSpec, const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) HksMbedtlsAesEncrypt() argument
1497 HksMbedtlsAesEncryptUpdate(void *cryptoCtx, const struct HksBlob *message, struct HksBlob *cipherText) HksMbedtlsAesEncryptUpdate() argument
1530 HksMbedtlsAesEncryptFinal(void** cryptoCtx, const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) HksMbedtlsAesEncryptFinal() argument
1562 HksMbedtlsAesDecrypt(const struct HksBlob *key, const struct HksUsageSpec *usageSpec, const struct HksBlob *message, struct HksBlob *cipherText) HksMbedtlsAesDecrypt() argument
1627 HksMbedtlsAesDecryptUpdate(void *cryptoCtx, const struct HksBlob *message, struct HksBlob *cipherText) HksMbedtlsAesDecryptUpdate() argument
1657 HksMbedtlsAesDecryptFinal(void **cryptoCtx, const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) HksMbedtlsAesDecryptFinal() argument
1699 HksMbedtlsAesCryptoUpdate(void *cryptoCtx, const struct HksBlob *message, struct HksBlob *cipherText, const bool encrypt) HksMbedtlsAesCryptoUpdate() argument
1709 HksMbedtlsAesCryptoFinal(void **cryptoCtx, const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead, const bool encrypt) HksMbedtlsAesCryptoFinal() argument
[all...]
/base/security/huks/test/reliability/src/
H A Dapi_pressure_test.cpp766 HksBlob message = { .size = dataLen, .data = (uint8_t *)hexData }; in MacTest() local
787 HksBlob message = { .size = dataLen, .data = (uint8_t *)hexData }; in HashTest() local
663 SignTest( const struct HksBlob *authId, const struct HksParamSet *paramInSet, const struct HksBlob *message) SignTest() argument
677 VerifyTest(const struct HksBlob *authId, const struct HksParamSet *paramInSet, const struct HksBlob *message, const struct HksBlob *signature) VerifyTest() argument
867 HksBlob message = { .size = dataLen, .data = (uint8_t *)hexData }; SignScene() local
1190 HksBlob message = { .size = dataLen, .data = (uint8_t *)hexData }; HWTEST_F() local
1229 HksBlob message = { .size = dataLen, .data = (uint8_t *)hexData }; HWTEST_F() local
[all...]
/base/security/huks/interfaces/kits/napi/src/v9/
H A Dhuks_napi_common_item.cpp962 napi_value message = nullptr; in CreateJsError() local
/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp601 void CellularCallSupplement::EventSetCallWaiting(int32_t result, const std::string &message, int32_t flag) in EventSetCallWaiting() argument
570 EventGetCallWaiting( const CallWaitResult &waitingInfo, const std::string &message, int32_t flag) EventGetCallWaiting() argument
615 EventGetCallTransferInfo( const CallForwardQueryInfoList &cFQueryList, const std::string &message, int32_t flag) EventGetCallTransferInfo() argument
633 BuildCallForwardQueryInfo( const CallForwardQueryResult &queryResult, const std::string &message, int32_t flag) BuildCallForwardQueryInfo() argument
687 EventSetCallTransferInfo(int32_t result, const std::string &message, int32_t flag) EventSetCallTransferInfo() argument
702 EventGetCallRestriction( const CallRestrictionResult &result, const std::string &message, int32_t flag) EventGetCallRestriction() argument
732 EventSetCallRestriction(int32_t result, const std::string &message, int32_t flag) EventSetCallRestriction() argument
747 EventSetBarringPassword(int32_t result, const std::string &message, int32_t flag) EventSetBarringPassword() argument
1165 EventGetClip(const GetClipResult &getClipResult, const std::string &message, int32_t flag) EventGetClip() argument
1189 EventSetClip(int32_t result, const std::string &message, int32_t flag) EventSetClip() argument
1198 EventGetClir(const GetClirResult &result, const std::string &message, int32_t flag) EventGetClir() argument
1222 EventSetClir(int32_t result, const std::string &message, int32_t flag) EventSetClir() argument
1236 EventGetColr(const GetColrResult &result, const std::string &message, int32_t flag) EventGetColr() argument
1254 EventSetColr(int32_t result, const std::string &message, int32_t flag) EventSetColr() argument
1263 EventGetColp(const GetColpResult &result, const std::string &message, int32_t flag) EventGetColp() argument
1281 EventSetColp(int32_t result, const std::string &message, int32_t flag) EventSetColp() argument
[all...]
/base/telephony/sms_mms/services/sms/
H A Dsms_service.cpp517 int32_t SmsService::GetAllSimMessages(int32_t slotId, std::vector<ShortMessage> &message) in GetAllSimMessages() argument
630 int32_t SmsService::SplitMessage(const std::u16string &message, std::vector<std::u16string> &splitMessage) in SplitMessage() argument
654 GetSmsSegmentsInfo( int32_t slotId, const std::u16string &message, bool force7BitCode, ISmsServiceInterface::SmsSegmentsInfo &info) GetSmsSegmentsInfo() argument
719 CreateMessage(std::string pdu, std::string specification, ShortMessage &message) CreateMessage() argument
[all...]
/base/telephony/sms_mms/test/fuzztest/unittesttwo_fuzzer/
H A Dunittesttwo_fuzzer.cpp351 std::vector<ShortMessage> message; in TestSimMessage() local
370 std::string message = GetString(); in TestGetAndSet() local
379 std::string message = GetString(100); in TestSplitMessage() local
564 std::string message = GetString(100); in TestSplitMessage() local
578 std::string message = GetString(); TestGetSmsSegmentsInfo() local
[all...]
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_inner_type.h126 char message[kMaxMessageLen + 1] = { 0 }; member
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sms.cpp143 int32_t HRilSms::AddSimMessage(int32_t serialId, const OHOS::HDI::Ril::V1_1::SmsMessageIOInfo &message) in AddSimMessage() argument
185 int32_t HRilSms::UpdateSimMessage(int32_t serialId, const OHOS::HDI::Ril::V1_1::SmsMessageIOInfo &message) in UpdateSimMessage() argument
384 AddCdmaSimMessage(int32_t serialId, const OHOS::HDI::Ril::V1_1::SmsMessageIOInfo &message) AddCdmaSimMessage() argument
497 UpdateCdmaSimMessage(int32_t serialId, const OHOS::HDI::Ril::V1_1::SmsMessageIOInfo &message) UpdateCdmaSimMessage() argument
764 HRilSmsResponse *message = nullptr; NewCdmaSmsNotify() local
[all...]
/base/telephony/core_service/frameworks/js/napi/
H A Dnapi_util.cpp132 napi_value message = nullptr; in CreateErrorMessage() local
815 void NapiUtil::ThrowError(napi_env env, int32_t errorCode, const std::string &message) in ThrowError() argument
/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp140 auto message = std::make_shared<SmsMessageInfo>(); in ReceiveWapPushTestFunc() local
H A Dzero_branch_sms_part_test.cpp263 std::vector<ShortMessage> message; in HWTEST_F() local
313 std::vector<ShortMessage> message; in HWTEST_F() local
/base/update/updater/utils/
H A Dutils.cpp56 void UpdateInfoInMisc(const std::string headInfo, const std::optional<int> message, bool isRemove) in UpdateInfoInMisc() argument
815 void SetMessageToMisc(const std::string &miscCmd, const int message, const std::string headInfo) in SetMessageToMisc() argument
884 void AddUpdateInfoToMisc(const std::string headInfo, const std::optional<int> message) in AddUpdateInfoToMisc() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTAsync.h437 const char *message; global() member
457 const char *message; global() member
479 MQTTAsync_message message; global() member
514 MQTTAsync_message message; /**< the message being sent to the server */ global() member
870 const char* message; global() member
[all...]
H A DMQTTClient.h615 const char* message; global() member
[all...]
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H A DRkvpu_OMX_VdecControl.c494 ROCKCHIP_OMX_MESSAGE *message = NULL; in Rkvpu_OMX_FlushPort() local
1016 ROCKCHIP_OMX_MESSAGE *message = NULL; in Rkvpu_InputBufferGetQueue() local
1160 ROCKCHIP_OMX_MESSAGE *message = NULL; Rkvpu_OutputBufferGetQueue() local
1204 ROCKCHIP_OMX_MESSAGE *message = NULL; Rkvpu_OutputBufferGetQueue_Direct() local
[all...]
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
H A DRkvpu_OMX_VencControl.c452 ROCKCHIP_OMX_MESSAGE *message = NULL; in Rkvpu_OMX_FlushPort() local
772 ROCKCHIP_OMX_MESSAGE *message = NULL; in Rkvpu_OutputBufferGetQueue() local
816 ROCKCHIP_OMX_MESSAGE *message = NULL; Rkvpu_InputBufferGetQueue() local
868 ROCKCHIP_OMX_MESSAGE *message = NULL; Rkvpu_OutputBufferGetQueue_Direct() local
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_task_mgr.cpp261 void FormTaskMgr::PostFormEventTask(const int64_t formId, const std::string &message, in PostFormEventTask() argument
626 FireFormEvent(const int64_t formId, const std::string &message, const Want &want, const sptr<IRemoteObject> &remoteObject) FireFormEvent() argument
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/wantagent/
H A Dnapi_want_agent.cpp105 napi_value message = nullptr; in CreateErrorValue() local

Completed in 42 milliseconds

1...<<81828384858687888990>>...103