Home
last modified time | relevance | path

Searched defs:message (Results 1 – 25 of 214) sorted by relevance

123456789

/base/telephony/sms_mms/test/unittest/
Dsms_gsm_message_test.cpp93 ShortMessage *message = new ShortMessage(); in Test7BitSubmitSms() local
111 ShortMessage *message = new ShortMessage(); in TestUcs2SubmitSms() local
130 ShortMessage *message = new ShortMessage(); in Test7BitDeliverySms() local
149 ShortMessage *message = new ShortMessage(); in TestUcs2DeliverySms() local
169 ShortMessage *message = new ShortMessage(); in TestStatusReportSms() local
192 ShortMessage *message = new ShortMessage(); in TestMultiPageSms() local
215 ShortMessage *message = new ShortMessage(); in TestWapPushSms() local
235 ShortMessage *message = new ShortMessage(); in TestDataSmsDeliverySms() local
Dshort_message_test.cpp32 ShortMessage *message = new ShortMessage(); in TestCreateMessage() local
50 ShortMessage *message = new ShortMessage(); in Test3Gpp2CreateMessage() local
/base/sensors/sensor/interfaces/plugin/include/
Dsensor_napi_utils.h63 #define CHKNCF(env, cond, message) \ argument
71 #define CHKNRP(env, state, message) \ argument
79 #define CHKNRF(env, state, message) \ argument
87 #define CHKNRF(env, state, message) \ argument
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
Dhks_crypto_hal_api_openssl.cpp152 HksBlob message = { .size = 0, .data = nullptr }; variable
187 HksBlob message = { .size = 0, .data = nullptr }; variable
222 HksBlob message = { .size = 1, .data = buff }; variable
258 HksBlob message = { .size = 1, .data = buff }; variable
286 HksBlob message = { .size = 1, .data = buff }; variable
310 HksBlob message = { .size = 0, .data = nullptr }; variable
337 HksBlob message = { .size = 0, .data = nullptr }; variable
370 HksBlob message = { .size = 1, .data = buff }; variable
393 HksBlob message = { .size = 1, .data = buff }; variable
417 HksBlob message = { .size = 1, .data = buff }; variable
[all …]
Dhks_crypto_hal_api_mbedtls.cpp132 HksBlob message = { .size = 0, .data = nullptr }; variable
167 HksBlob message = { .size = 0, .data = nullptr }; variable
202 HksBlob message = { .size = 1, .data = buff }; variable
226 HksBlob message = { .size = 1, .data = buff }; variable
249 HksBlob message = { .size = 1, .data = buff }; variable
274 HksBlob message = { .size = 1, .data = buff }; variable
296 HksBlob message = { .size = 1, .data = buff }; variable
548 HksBlob message = { .size = 0, .data = nullptr }; variable
583 HksBlob message = { .size = dataLen, .data = (uint8_t *)HksMalloc(dataLen) }; variable
613 HksBlob message = { .size = 0, .data = nullptr }; variable
Dhks_crypto_hal_sm3_cipher.cpp92 HksBlob message = { .size = dataLen, .data = (uint8_t *)HksMalloc(dataLen) }; variable
114 HksBlob message = { .size = dataLen, .data = (uint8_t *)HksMalloc(dataLen) }; variable
136 HksBlob message = { .size = dataLen, .data = (uint8_t *)HksMalloc(dataLen) }; variable
/base/time/time_service/framework/js/napi/common/include/
Dnapi_utils.h30 #define NAPI_ASSERTS_BASE(env, assertion, code, message, retVal) \ argument
38 #define NAPI_ASSERTP(env, assertion, message) \ argument
42 #define CHECK_ARGS_RETURN_VOID(module, context, condition, message, code) \ argument
53 #define CHECK_STATUS_RETURN_VOID(module, context, message, code) \ argument
64 #define CHECK_RETURN(module, condition, message, retVal) \ argument
72 #define CHECK_RETURN_VOID(module, condition, message) \ argument
113 std::string message; member
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
Dhks_mbedtls_aes.c99 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in AesCbcNoPaddingCrypt()
183 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in AesCbcNoPaddingCryptUpdate()
229 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in AesCbcNoPaddingCryptFinal()
281 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in AesCbcPkcs7Crypt()
397 static int32_t AesCbcPkcs7CryptUpdate(void *cryptoCtx, const struct HksBlob *message, struct HksBlo… in AesCbcPkcs7CryptUpdate()
415 static int32_t AesCbcPkcs7CryptFinal(void **cryptoCtx, const struct HksBlob *message, in AesCbcPkcs7CryptFinal()
464 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in AesCbcCrypt()
502 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in AesCbcCryptUpdate()
520 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in AesCbcCryptFinal()
540 const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) in AesEncryptGcm()
[all …]
Dhks_mbedtls_ecdsa.c43 const struct HksBlob *message, struct HksBlob *signature) in HksMbedtlsEcdsaSign()
96 const struct HksBlob *message, const struct HksBlob *signature) in HksMbedtlsEcdsaVerify()
Dhks_mbedtls_engine.c30 const struct HksBlob *message, struct HksBlob *cipherText) in EncryptCheckParam()
222 const struct HksBlob *message, struct HksBlob *signature) in HksCryptoHalSign()
236 const struct HksBlob *message, const struct HksBlob *signature) in HksCryptoHalVerify()
263 const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) in HksCryptoHalEncrypt()
284 int32_t HksCryptoHalEncryptUpdate(const struct HksBlob *message, void *ctx, struct HksBlob *out, co… in HksCryptoHalEncryptUpdate()
297 int32_t HksCryptoHalEncryptFinal(const struct HksBlob *message, void **ctx, struct HksBlob *cipherT… in HksCryptoHalEncryptFinal()
325 const struct HksBlob *message, struct HksBlob *cipherText) in HksCryptoHalDecrypt()
346 int32_t HksCryptoHalDecryptUpdate(const struct HksBlob *message, void *ctx, struct HksBlob *out, co… in HksCryptoHalDecryptUpdate()
358 int32_t HksCryptoHalDecryptFinal(const struct HksBlob *message, void **ctx, struct HksBlob *cipherT… in HksCryptoHalDecryptFinal()
385 int32_t HksCryptoHalGetMainKey(const struct HksBlob *message, struct HksBlob *mainKey) in HksCryptoHalGetMainKey()
Dhks_mbedtls_get_main_key.c31 int32_t HksMbedtlsGetMainKey(const struct HksBlob *message, struct HksBlob *mainKey) in HksMbedtlsGetMainKey()
Dhks_mbedtls_rsa.c264 const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText) in HksMbedtlsRsaCrypt()
319 const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) in HksMbedtlsRsaEncrypt()
326 const struct HksBlob *message, struct HksBlob *cipherText) in HksMbedtlsRsaDecrypt()
349 const struct HksBlob *message, const bool sign, struct HksBlob *signature) in HksMbedtlsRsaSignVerify()
397 const struct HksBlob *message, struct HksBlob *signature) in HksMbedtlsRsaSign()
406 const struct HksBlob *message, const struct HksBlob *signature) in HksMbedtlsRsaVerify()
/base/security/device_security_level/test/dslm_unit_test/
Ddslm_rpc_process_test.cpp65 const uint8_t message[] = {'1', '2'}; variable
98 …const char *message = R"({"message":1,"payload":{"version":131072,"challenge111":"0102030405060708… variable
113 …const char *message = R"({"message":2,"payload":{"version":131072,"challenge111":"0102030405060708… variable
128 …const char *message = R"({"message":3,"payload":{"version":131072,"challenge111":"0102030405060708… variable
Ddslm_test.cpp154 …const char *message = "{\"mege\":1,\"payload\":{\"version\":131072,\"challenge\":\"010203040506070… variable
206 …const char *message = "{\"message\":1,\"payload\":{\"version\":131072,\"challenge\":\"010203040506… variable
223 …const char *message = "{\"mege\":1,\"payload\":{\"version\":131072,\"challenge\":\"010203040506070… variable
235 …const char *message = "{\"message\":1,\"pay\":{\"version\":131072,\"challenge\":\"0102030405060708… variable
253 uint8_t *message = nullptr; variable
262 uint8_t message[] = {'1', '2'}; variable
270 uint8_t message[] = {1, 2, 0}; variable
283 …const char *message = "{\"message\":1,\"payload\":{\"version\":131072,\"challenge\":\"010203040506… variable
343 const char *message = "{\"version\":3351057,\"challenge\":\"010203040a0b0c0d\"}"; variable
362 const char *message = "{\"version\":3351057,\"challenge\":\"z\"}"; variable
[all …]
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
Dhks_openssl_aes.c140 void *cryptoCtx, const struct HksBlob *message, struct HksBlob *cipherText) in OpensslBlockCipherEncryptUpdate()
202 void **cryptoCtx, const struct HksBlob *message, struct HksBlob *cipherText) in OpensslBlockCipherEncryptFinalThree()
209 void *cryptoCtx, const struct HksBlob *message, struct HksBlob *plainText) in OpensslBlockCipherDecryptUpdate()
228 void **cryptoCtx, const struct HksBlob *message, struct HksBlob *plainText) in OpensslBlockCipherDecryptFinalThree()
373 const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) in OpensslAesAeadEncryptFinal()
408 …EVP_CIPHER_CTX *ctx, const struct HksUsageSpec *usageSpec, const struct HksBlob *message, struct H… in OpensslAesAeadDecryptFinal()
529 static int32_t OpensslAesAeadEnryptUpdate(void *cryptoCtx, const struct HksBlob *message, in OpensslAesAeadEnryptUpdate()
547 const struct HksBlob *message, struct HksBlob *plainText) in OpensslAesAeadDecryptUpdate()
563 static int32_t OpensslAesAeadEncryptFinalGCM(void **cryptoCtx, const struct HksBlob *message, in OpensslAesAeadEncryptFinalGCM()
609 static int32_t OpensslAesAeadDecryptFinalGCM(void **cryptoCtx, const struct HksBlob *message, in OpensslAesAeadDecryptFinalGCM()
[all …]
Dhks_openssl_sm4.c114 int32_t HksOpensslSm4EncryptUpdate(void *cryptoCtx, const struct HksBlob *message, struct HksBlob *… in HksOpensslSm4EncryptUpdate()
142 int32_t HksOpensslSm4EncryptFinal(void **cryptoCtx, const struct HksBlob *message, struct HksBlob *… in HksOpensslSm4EncryptFinal()
190 int32_t HksOpensslSm4DecryptUpdate(void *cryptoCtx, const struct HksBlob *message, struct HksBlob *… in HksOpensslSm4DecryptUpdate()
212 int32_t HksOpensslSm4DecryptFinal(void **cryptoCtx, const struct HksBlob *message, struct HksBlob *… in HksOpensslSm4DecryptFinal()
269 const struct HksBlob *message, struct HksBlob *cipherText) in HksOpensslSm4Encrypt()
297 const struct HksBlob *message, struct HksBlob *plaintext) in HksOpensslSm4Decrypt()
Dhks_openssl_engine.c65 const struct HksBlob *message, const struct HksBlob *signature) in SignVerifyCheckParam()
110 const struct HksBlob *message, struct HksBlob *cipherText) in EncryptCheckParam()
125 const struct HksBlob *message, struct HksBlob *cipherText) in DecryptCheckParam()
347 const struct HksBlob *message, struct HksBlob *signature) in HksCryptoHalSign()
358 const struct HksBlob *message, const struct HksBlob *signature) in HksCryptoHalVerify()
380 const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) in HksCryptoHalEncrypt()
405 int32_t HksCryptoHalEncryptUpdate(const struct HksBlob *message, in HksCryptoHalEncryptUpdate()
420 int32_t HksCryptoHalEncryptFinal(const struct HksBlob *message, void **ctx, struct HksBlob *cipherT… in HksCryptoHalEncryptFinal()
448 const struct HksBlob *message, struct HksBlob *cipherText) in HksCryptoHalDecrypt()
470 int32_t HksCryptoHalDecryptUpdate(const struct HksBlob *message, in HksCryptoHalDecryptUpdate()
[all …]
Dhks_openssl_get_main_key.c26 int32_t HksOpensslGetMainKey(const struct HksBlob *message, struct HksBlob *mainKey) in HksOpensslGetMainKey()
/base/hiviewdfx/hiview/core/test/unittest/common/
Devent_dispatch_queue_test.cpp38const std::string& message, Event::MessageType type) in CreateEvent()
51 auto message = msg.GetValue("message"); in OnUnorderedEvent() local
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
Ddlp_crypt_test.cpp112 struct DlpBlob message = {15, input}; variable
133 struct DlpBlob message = {15, input}; variable
175 struct DlpBlob message = {15, input}; variable
197 struct DlpBlob message = {15, input}; variable
218 struct DlpBlob message = {15, input}; variable
260 struct DlpBlob message = {15, input}; variable
381 struct DlpBlob message = {32, g_key}; variable
413 struct DlpBlob message = {15, nullptr}; variable
434 struct DlpBlob message = {15, input}; variable
459 struct DlpBlob message = {15, input}; variable
[all …]
/base/notification/eventhandler/test/systemtest/ems_dumper_system_test/
Dems_dumper_system_test.cpp43 void Dump(const std::string &message) in Dump()
66 void Dump(const std::string &message) in Dump()
86 void Dump(const std::string &message) in Dump()
106 void Dump(const std::string &message) in Dump()
126 void Dump(const std::string &message) in Dump()
146 void Dump(const std::string &message) in Dump()
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
Ddlp_crypt.cpp169 EVP_CIPHER_CTX* ctx, const struct DlpBlob* message, struct DlpBlob* cipherText) in OpensslAesCipherEncryptFinal()
266 static int32_t OpensslAesCipherEncryptUpdate(void* cryptoCtx, const struct DlpBlob* message, struct… in OpensslAesCipherEncryptUpdate()
285 void** cryptoCtx, const struct DlpBlob* message, struct DlpBlob* cipherText) in OpensslAesCipherEncryptFinalThree()
323 static int32_t OpensslAesCipherDecryptUpdate(void* cryptoCtx, const struct DlpBlob* message, struct… in OpensslAesCipherDecryptUpdate()
343 void** cryptoCtx, const struct DlpBlob* message, struct DlpBlob* plainText) in OpensslAesCipherDecryptFinalThree()
379 EVP_CIPHER_CTX* ctx, const struct DlpBlob* message, struct DlpBlob* plainText) in OpensslAesCipherDecryptFinal()
434 int32_t DlpOpensslAesEncryptUpdate(void* cryptoCtx, const struct DlpBlob* message, struct DlpBlob* … in DlpOpensslAesEncryptUpdate()
469 int32_t DlpOpensslAesEncryptFinal(void** cryptoCtx, const struct DlpBlob* message, struct DlpBlob* … in DlpOpensslAesEncryptFinal()
536 int32_t DlpOpensslAesDecryptUpdate(void* cryptoCtx, const struct DlpBlob* message, struct DlpBlob* … in DlpOpensslAesDecryptUpdate()
571 int32_t DlpOpensslAesDecryptFinal(void** cryptoCtx, const struct DlpBlob* message, struct DlpBlob* … in DlpOpensslAesDecryptFinal()
[all …]
/base/customization/enterprise_device_management/interfaces/kits/common/include/
Dnapi_edm_error.h30 #define ASSERT_AND_THROW_PARAM_ERROR(env, assertion, message) \ argument
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_utils.h65 #define PARAM_CHECK_RETURN(env, condition, message, typeCode, retVal) \ argument
74 #define CHECK_RETURN_VOID(condition, message) \ argument
83 #define CHECK_RETURN(condition, message, retVal) \ argument
/base/telephony/sms_mms/services/sms/gsm/
Dgsm_sms_receive_handler.cpp84 GsmSmsMessage *message = (GsmSmsMessage *)smsBaseMessage.get(); in HandleSmsByType() local
122 GsmSmsMessage *message = (GsmSmsMessage *)smsBaseMessage.get(); in HandleNormalSmsByType() local

123456789