Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 523) sorted by relevance

12345678910>>...21

/base/notification/distributed_notification_service/frameworks/ets/ani/src/subscribe/
Dani_remove.cpp37 std::string msg = "UnwrapBundleOption failed"; in AniRemoveForBundle() local
43 std::string msg = "UnWarpNotificationKey failed"; in AniRemoveForBundle() local
49 std::string msg = "UnWarpReasonEnum failed"; in AniRemoveForBundle() local
55 std::string msg = "reasonType is valid"; in AniRemoveForBundle() local
63 std::string msg = OHOS::NotificationSts::FindAnsErrMsg(externalErrorCode); in AniRemoveForBundle() local
75 std::string msg = "hashCode is valid"; in AniRemoveForHashCode() local
82 std::string msg = "UnWarpReasonEnum failed"; in AniRemoveForHashCode() local
88 std::string msg = "reasonType is valid"; in AniRemoveForHashCode() local
97 std::string msg = OHOS::NotificationSts::FindAnsErrMsg(externalErrorCode); in AniRemoveForHashCode() local
109 std::string msg = "hashCodes is valid"; in AniRemoveForHashCodes() local
[all …]
/base/telephony/sms_mms/test/unittest/
Dsms_cb_message_test.cpp114 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestMessageBody7Bit() local
129 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestMessageBody7BitUmts() local
143 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestMessageBody8Bit() local
157 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestMessageBodyUcs2() local
175 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestMessageBodyUcs2Umts() local
189 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestEtwsWarningType0() local
204 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestEtwsWarningType1() local
219 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestEtwsWarningType2() local
233 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestEtwsWarningType3() local
248 std::shared_ptr<GsmCbCodec> msg = GsmCbCodec::CreateCbMessage(data); in TestEtwsWarningType4() local
[all …]
/base/telephony/sms_mms/services/sms/cdma/
Dcdma_sms_teleservice_message.cpp99 CdmaSmsSubmitMessage::CdmaSmsSubmitMessage(TeleserviceSubmit &msg) in CdmaSmsSubmitMessage()
128 CdmaSmsSubmitMessage::CdmaSmsSubmitMessage(TeleserviceSubmit &msg, SmsReadBuffer &pdu) in CdmaSmsSubmitMessage()
178 CdmaSmsCancelMessage::CdmaSmsCancelMessage(TeleserviceCancel &msg) in CdmaSmsCancelMessage()
185 CdmaSmsDeliverReport::CdmaSmsDeliverReport(TeleserviceDeliverReport &msg) in CdmaSmsDeliverReport()
199 CdmaSmsDeliverMessage::CdmaSmsDeliverMessage(TeleserviceDeliver &msg, SmsReadBuffer &pdu, bool isCM… in CdmaSmsDeliverMessage()
218 void CdmaSmsDeliverMessage::PushParameter(uint8_t id, TeleserviceDeliver &msg) in PushParameter()
259 CdmaSmsDeliveryAck::CdmaSmsDeliveryAck(TeleserviceDeliverAck &msg, SmsReadBuffer &pdu) in CdmaSmsDeliveryAck()
286 CdmaSmsUserAck::CdmaSmsUserAck(TeleserviceUserAck &msg, SmsReadBuffer &pdu) in CdmaSmsUserAck()
315 CdmaSmsReadAck::CdmaSmsReadAck(TeleserviceReadAck &msg, SmsReadBuffer &pdu) in CdmaSmsReadAck()
Dcdma_sms_transport_message.cpp96 …ptr<CdmaSmsTransportMessage> CdmaSmsTransportMessage::CreateTransportMessage(CdmaTransportMsg &msg) in CreateTransportMessage()
111 CdmaTransportMsg &msg, SmsReadBuffer &pdu) in CreateTransportMessage()
139 CdmaSmsP2pMessage::CdmaSmsP2pMessage(CdmaP2PMsg &msg) in CdmaSmsP2pMessage()
163 CdmaSmsP2pMessage::CdmaSmsP2pMessage(CdmaP2PMsg &msg, SmsReadBuffer &pdu) in CdmaSmsP2pMessage()
197 CdmaSmsBroadcastMessage::CdmaSmsBroadcastMessage(CdmaBroadCastMsg &msg) in CdmaSmsBroadcastMessage()
206 CdmaSmsBroadcastMessage::CdmaSmsBroadcastMessage(CdmaBroadCastMsg &msg, SmsReadBuffer &pdu) in CdmaSmsBroadcastMessage()
243 CdmaSmsAckMessage::CdmaSmsAckMessage(CdmaAckMsg &msg) in CdmaSmsAckMessage()
257 CdmaSmsAckMessage::CdmaSmsAckMessage(CdmaAckMsg &msg, SmsReadBuffer &pdu) in CdmaSmsAckMessage()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Ddisable_notification.cpp32 std::string msg = "Incorrect parameter types.The type of disabled must be boolean."; in ParseDisabledParameters() local
47 std::string msg = "Incorrect parameter types.The type of bundle list must be array."; in ParseBundleListParameters() local
55 … std::string msg = "Mandatory parameters are left unspecified. The bundle list length is zero."; in ParseBundleListParameters() local
66 std::string msg = "Incorrect parameter types.The type of bundle name must be string."; in ParseBundleListParameters() local
75 … std::string msg = "Mandatory parameters are left unspecified.The bundle name length is zero."; in ParseBundleListParameters() local
89 std::string msg = "Third argument must be a number"; in ParseUserIdParameters() local
95 …std::string msg = "UserId must be a non-negative integer and less than " + std::to_string(MAX_USER… in ParseUserIdParameters() local
112 std::string msg = in ParseDisableNotificationParameters() local
Dcommon_convert_content.cpp536 std::string msg = "Incorrect parameter types. The type of normal must be object."; in GetNotificationBasicContent() local
570 std::string msg = "Incorrect parameter types. The type of title must be string."; in GetNotificationBasicContentDetailed() local
577 std::string msg = "Incorrect parameter. Property title is empty."; in GetNotificationBasicContentDetailed() local
587 std::string msg = "Incorrect parameter types. The type of text must be string."; in GetNotificationBasicContentDetailed() local
594 std::string msg = "Incorrect parameter. Property text is empty"; in GetNotificationBasicContentDetailed() local
606 … std::string msg = "Incorrect parameter types. The type of additionalText must be string."; in GetNotificationBasicContentDetailed() local
637 std::string msg = "Incorrect parameter types. The type of longText must be object."; in GetNotificationLongTextContent() local
685 std::string msg = "Incorrect parameter types. The type of longText must be string."; in GetNotificationLongTextContentDetailed() local
706 std::string msg = "Incorrect parameter types. The type of briefText must be string."; in GetNotificationLongTextContentDetailed() local
727 std::string msg = "Incorrect parameter types. The type of expandedTitle must be string."; in GetNotificationLongTextContentDetailed() local
[all …]
Dcommon_convert_request.cpp793 std::string msg = "Incorrect parameter types. The type of smallIcon must be object."; in GetNotificationSmallIcon() local
824 std::string msg = "Incorrect parameter types. The type of largeIcon must be object."; in GetNotificationLargeIcon() local
856 std::string msg = "Incorrect parameter types. The type of overlayIcon must be object."; in GetNotificationOverlayIcon() local
979 std::string msg = "Incorrect parameter types. The type of id must be number."; in GetNotificationId() local
1009 std::string msg = "Incorrect parameter types.The type of param must be number."; in GetNotificationSlotType() local
1030 std::string msg = "Incorrect parameter types. The type of slotType must be number."; in GetNotificationSlotType() local
1065 std::string msg = "Incorrect parameter types. The type of isOngoing must be bool."; in GetNotificationIsOngoing() local
1092 std::string msg = "Incorrect parameter types. The type of isUnremovable must be bool."; in GetNotificationIsUnremovable() local
1119 std::string msg = "Incorrect parameter types. The type of deliveryTime must be number."; in GetNotificationDeliveryTime() local
1146 std::string msg = "Incorrect parameter types. The type of tapDismissed must be bool."; in GetNotificationtapDismissed() local
[all …]
Dcommon.cpp395 std::string msg = "Incorrect parameter types.The type of slotTypes must be array."; in GetNotificationSubscriberInfo() local
402 … std::string msg = "Incorrect parameters are left unspecified. The slotTypes list length is zero."; in GetNotificationSubscriberInfo() local
414 std::string msg = "Incorrect parameter types.The type of slotType must be number."; in GetNotificationSubscriberInfo() local
421 std::string msg = "Incorrect parameter types.slotType name must be in enum."; in GetNotificationSubscriberInfo() local
676 std::string msg = "Incorrect parameter types. The type of editType must be number."; in GetNotificationUserInputByEditType() local
706 … std::string msg = "Incorrect parameter types. The type of additionalData must be object."; in GetNotificationUserInputByAdditionalData() local
735 …std::string msg = "Incorrect parameter types. The type of notificationContentType must be number."; in GetNotificationContentType() local
752 std::string msg = "Incorrect parameter types. The type of contentType must be number."; in GetNotificationContentType() local
782 … std::string msg = "Incorrect parameter types. The type of notificationType must be number."; in GetNotificationSlot() local
791 std::string msg = "Incorrect parameter types. The type of type must be number."; in GetNotificationSlot() local
[all …]
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
Dcommon_event_parse.cpp78 void NapiThrow(napi_env env, int32_t errCode, std::string &msg) in NapiThrow()
132 std::string msg = "Incorrect parameter types.The type of param must be object."; in ParseParametersByCreateSubscriber() local
192 std::string msg = "Incorrect parameter types.The type of param must be function."; in ParseParametersByGetSubscribeInfo() local
229 std::string msg = "Incorrect parameter types.The type of param must be function."; in ParseParametersByIsOrderedCommonEvent() local
265 std::string msg = "Incorrect parameter types.The type of param must be function."; in ParseParametersByIsStickyCommonEvent() local
302 std::string msg = "Incorrect parameter types.The type of param must be function."; in ParseParametersByGetCode() local
339 std::string msg = "Incorrect parameter types.The type of param must be number."; in ParseParametersBySetCode() local
350 std::string msg = "Incorrect parameter types.The type of param must be function."; in ParseParametersBySetCode() local
434 std::string msg = "Incorrect parameter types.The type of param must be function."; in ParseParametersByGetData() local
473 std::string msg = "Incorrect parameter types.The type of param must be string."; in ParseParametersBySetData() local
[all …]
/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
Ddumpcatcher_interfaces_test.cpp159 std::string msg = ""; variable
192 std::string msg = ""; variable
213 std::string msg = ""; variable
235 std::string msg = ""; variable
278 std::string msg = ""; variable
309 std::string msg = ""; variable
333 std::string msg = ""; variable
355 std::string msg = ""; variable
384 std::string msg = ""; variable
418 std::string msg = ""; variable
[all …]
/base/tee/tee_os_framework/lib/teelib/libse/src/se_service/
Dsesrv_api.c71 static void se_srv_init_msg(struct se_srv_msg_t *msg, struct se_srv_rsp_t *rsp) in se_srv_init_msg()
79 static int se_srv_msg_call(struct se_srv_msg_t *msg, struct se_srv_rsp_t *rsp) in se_srv_msg_call()
110 struct se_srv_msg_t msg; in se_srv_get_ese_type() local
130 struct se_srv_msg_t msg; in se_srv_connect() local
183 struct se_srv_msg_t msg; in se_srv_disconnect() local
241 struct se_srv_msg_t msg; in send_transmit_msg() local
304 struct se_srv_msg_t msg; in send_open_basic_channel_msg() local
389 struct se_srv_msg_t msg; in send_open_logical_channel_msg() local
446 struct se_srv_msg_t msg; in tee_se_srv_close_channel() local
472 struct se_srv_msg_t msg; in send_select_channel_msg() local
[all …]
/base/tee/tee_os_framework/services/ssa/src/secure_storage_agent/
Dsecure_storage_msg.c86 static TEE_Result ssa_read_attr(struct sfd_t *sfd, uint8_t *vm_addr, union ssa_agent_msg *msg, in ssa_read_attr()
116 void ssa_create_object(union ssa_agent_msg *msg, uint32_t sndr, struct ssa_agent_rsp *rsp) in ssa_create_object()
230 void ssa_open_object(union ssa_agent_msg *msg, uint32_t sndr, struct ssa_agent_rsp *rsp) in ssa_open_object()
278 static TEE_Result ssa_get_objects_attrinfo(const union ssa_agent_msg *msg, uint32_t sndr, in ssa_get_objects_attrinfo()
308 void ssa_get_object_attr(union ssa_agent_msg *msg, uint32_t sndr, struct ssa_agent_rsp *rsp) in ssa_get_object_attr()
344 static TEE_Result ssa_write_obj_params_check(const union ssa_agent_msg *msg, uint32_t sndr, in ssa_write_obj_params_check()
387 static TEE_Result ssa_write_object_data(mem_map_info_t write_info, const union ssa_agent_msg *msg, in ssa_write_object_data()
412 void ssa_write_object(union ssa_agent_msg *msg, uint32_t sndr, struct ssa_agent_rsp *rsp) in ssa_write_object()
467 void ssa_read_object(union ssa_agent_msg *msg, uint32_t sndr, struct ssa_agent_rsp *rsp) in ssa_read_object()
526 static TEE_Result ssa_seek_params_check(union ssa_agent_msg *msg, uint32_t sndr, in ssa_seek_params_check()
[all …]
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
Dhks_openssl_hash.c66 static int32_t HashCheckParam(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash) in HashCheckParam()
76 int32_t HksOpensslHash(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash) in HksOpensslHash()
119 int32_t HksOpensslHashUpdate(void *cryptoCtx, const struct HksBlob *msg) in HksOpensslHashUpdate()
134 int32_t HksOpensslHashFinal(void **cryptoCtx, const struct HksBlob *msg, struct HksBlob *hash) in HksOpensslHashFinal()
Dhks_openssl_hmac.c43 static int32_t HmacCheckBuffer(const struct HksBlob *key, const struct HksBlob *msg, const struct H… in HmacCheckBuffer()
71 const struct HksBlob *key, uint32_t alg, const struct HksBlob *msg, const struct HksBlob *mac) in HmacCheckParam()
94 int32_t HksOpensslHmac(const struct HksBlob *key, uint32_t digestAlg, const struct HksBlob *msg, st… in HksOpensslHmac()
161 int32_t HksOpensslHmacUpdate(void *cryptoCtx, const struct HksBlob *msg) in HksOpensslHmacUpdate()
179 int32_t HksOpensslHmacFinal(void **cryptoCtx, struct HksBlob *msg, struct HksBlob *mac) in HksOpensslHmacFinal()
/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
Dvsnprintf_s_p.c37 #define SECUREC_ERROR_INVALID_PARAMTER(msg) assert(msg "invalid argument" == NULL) argument
38 #define SECUREC_ERROR_INVALID_RANGE(msg) assert(msg "invalid dest buffer size" == NULL) argument
41 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printk("%s invalid argument\n", msg) argument
42 #define SECUREC_ERROR_INVALID_RANGE(msg) printk("%s invalid dest buffer size\n", msg) argument
44 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printf("%s invalid argument\n", msg) argument
45 #define SECUREC_ERROR_INVALID_RANGE(msg) printf("%s invalid dest buffer size\n", msg) argument
48 #define SECUREC_ERROR_INVALID_PARAMTER(msg) LogSecureCRuntimeError(msg " EINVAL\n") argument
49 #define SECUREC_ERROR_INVALID_RANGE(msg) LogSecureCRuntimeError(msg " ERANGE\n") argument
51 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) argument
52 #define SECUREC_ERROR_INVALID_RANGE(msg) ((void)0) argument
[all …]
/base/inputmethod/imf/common/src/
Dmessage_handler.cpp30 Message *msg = mQueue.front(); in ~MessageHandler() local
41 void MessageHandler::SendMessage(Message *msg) in SendMessage()
56 Message *msg = reinterpret_cast<Message *>(mQueue.front()); in GetMessage() local
/base/telephony/call_manager/test/unittest/distributed_communication_test/src/
Ddistributed_data_test.cpp86 cJSON *msg = cJSON_Parse(json.c_str()); variable
152 cJSON *msg = cJSON_Parse("{ \"dataType\": 101 }"); variable
187 cJSON *msg = cJSON_Parse("{ \"itemType\": 0, \"num\": \"123456\" }"); variable
244 cJSON *msg = cJSON_Parse("{ \"itemType\": 0, \"num\": \"123456\" }"); variable
279 cJSON *msg = cJSON_Parse(json.c_str()); variable
322 cJSON *msg = cJSON_Parse("{ \"testKey\": 0 }"); variable
409 cJSON *msg = cJSON_Parse("{ \"test\": 0 }"); variable
442 cJSON *msg = cJSON_Parse("{ \"test\": 0 }"); variable
487 cJSON *msg = cJSON_Parse("{ \"num\": \"123\" }"); variable
Dinteroperable_server_manager_test.cpp57 cJSON *msg = nullptr; variable
75 cJSON *msg = nullptr; variable
92 cJSON *msg = cJSON_Parse("{ \"123\": \"123456\"}"); variable
/base/security/device_security_level/test/dslm_unit_test/
Ddslm_test.cpp685 MessageBuff *msg = nullptr; variable
698 MessageBuff **msg = nullptr; variable
708 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable
725 MessageBuff *msg = nullptr; variable
740 MessageBuff **msg = nullptr; variable
749 MessageBuff msg; variable
764 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable
780 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable
792 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable
809 MessageBuff msg = {.length = messageLen, .buff = message}; variable
[all …]
/base/notification/distributed_notification_service/services/ans/src/common/
Dans_status.cpp23 AnsStatus::AnsStatus(int32_t errCode, const std::string& msg) in AnsStatus()
29 AnsStatus::AnsStatus(int32_t errCode, const std::string& msg, int32_t sceneId, int32_t branchId) in AnsStatus()
53 AnsStatus& AnsStatus::AppendSceneBranch(int32_t sceneId, int32_t branchId, const std::string& msg) in AppendSceneBranch()
71 AnsStatus AnsStatus::InvalidParam(const std::string& msg, int32_t sceneId, int32_t branchId) in InvalidParam()
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_distributed_enable.cpp51 std::string msg = "Incorrect parameter types.The type of param must be object."; in ParseParameters() local
66 std::string msg = "Incorrect parameter types.The type of param must be boolean."; in ParseParameters() local
85 std::string msg = "Incorrect parameter types.The type of param must be boolean."; in ParseParameters() local
178 std::string msg = "Incorrect parameter types.The type of param must be array."; in ParseParameters() local
186 std::string msg = "Mandatory parameters are left unspecified. The array is empty."; in ParseParameters() local
196 std::string msg = "Incorrect parameter types.The type of param must be object."; in ParseParameters() local
214 std::string msg = "Incorrect parameter types.The type of param must be boolean."; in ParseParameters() local
333 std::string msg = "Incorrect parameter types.The type of param must be string."; in ParseParameters() local
352 std::string msg = "Incorrect parameter types.The type of param must be boolean."; in ParseParameters() local
493 std::string msg = "Incorrect parameter types.The type of param must be object."; in ParseParameters() local
[all …]
/base/telephony/call_manager/services/distributed_call/src/distributed_communication/
Ddistributed_data_controller.cpp29 cJSON *msg = cJSON_Parse(recvData.c_str()); in OnReceiveMsg() local
81 bool DistributedDataController::GetInt32Value(const cJSON *msg, const std::string &name, int32_t &v… in GetInt32Value()
92 bool DistributedDataController::GetStringValue(const cJSON *msg, const std::string &name, std::stri… in GetStringValue()
108 bool DistributedDataController::GetBoolValue(const cJSON *msg, const std::string &name, bool &value) in GetBoolValue()
119 void DistributedDataController::HandleMuted(const cJSON *msg) in HandleMuted()
/base/hiviewdfx/faultloggerd/test/systemtest/
Ddumpcatcher_system_test.cpp255 string msg = ""; variable
275 string msg = ""; variable
293 string msg = ""; variable
315 string msg = ""; variable
337 string msg = ""; variable
357 string msg = ""; variable
376 string msg = ""; variable
396 string msg = ""; variable
417 string msg = ""; variable
436 string msg = ""; variable
[all …]
/base/notification/distributed_notification_service/frameworks/ets/ani/src/manager/
Dani_distributed_enable.cpp129 std::string msg = "Parameter verification failed"; in AniSetDistributedEnableByBundleAndType() local
160 std::string msg = "Parameter verification failed"; in AniSetTargetDeviceStatus() local
186 std::string msg = "Parameter verification failed"; in AniIsSmartReminderEnabled() local
212 std::string msg = "Parameter verification failed"; in AniSetSmartReminderEnable() local
233 std::string msg = "Parameter verification failed"; in AniSetDistributedEnableBySlot() local
243 std::string msg = "Parameter verification failed"; in AniSetDistributedEnableBySlot() local
265 std::string msg = "Parameter verification failed"; in AniIsDistributedEnabledBySlot() local
275 std::string msg = "Parameter verification failed"; in AniIsDistributedEnabledBySlot() local
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h29 #define READ_STRING_RETURN_FALSE_LOG(parcel, value, msg) \ argument
35 #define READ_BOOL_RETURN_FALSE_LOG(parcel, value, msg) \ argument
41 #define READ_INT64_RETURN_FALSE_LOG(parcel, value, msg) \ argument
47 #define READ_INT32_RETURN_FALSE_LOG(parcel, value, msg) \ argument
53 #define READ_UINT64_RETURN_FALSE_LOG(parcel, value, msg) \ argument
59 #define READ_UINT32_RETURN_FALSE_LOG(parcel, value, msg) \ argument
65 #define READ_UINT16_RETURN_FALSE_LOG(parcel, value, msg) \ argument
71 #define READ_UINT8_RETURN_FALSE_LOG(parcel, value, msg) \ argument
77 #define WRITE_STRING_RETURN_FALSE_LOG(parcel, value, msg) \ argument
83 #define WRITE_BOOL_RETURN_FALSE_LOG(parcel, value, msg) \ argument
[all …]

12345678910>>...21