Home
last modified time | relevance | path

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

123456789

/base/telephony/sms_mms/test/unittest/
Dsms_cb_message_test.cpp114 std::shared_ptr<SmsCbMessage> msg = SmsCbMessage::CreateCbMessage(data); in TestMessageBody7Bit() local
129 std::shared_ptr<SmsCbMessage> msg = SmsCbMessage::CreateCbMessage(data); in TestMessageBody7BitUmts() local
143 std::shared_ptr<SmsCbMessage> msg = SmsCbMessage::CreateCbMessage(data); in TestMessageBody8Bit() local
157 std::shared_ptr<SmsCbMessage> msg = SmsCbMessage::CreateCbMessage(data); in TestMessageBodyUcs2() local
175 std::shared_ptr<SmsCbMessage> msg = SmsCbMessage::CreateCbMessage(data); in TestMessageBodyUcs2Umts() local
189 std::shared_ptr<SmsCbMessage> msg = SmsCbMessage::CreateCbMessage(data); in TestEtwsWarningType0() local
204 std::shared_ptr<SmsCbMessage> msg = SmsCbMessage::CreateCbMessage(data); in TestEtwsWarningType1() local
219 std::shared_ptr<SmsCbMessage> msg = SmsCbMessage::CreateCbMessage(data); in TestEtwsWarningType2() local
233 std::shared_ptr<SmsCbMessage> msg = SmsCbMessage::CreateCbMessage(data); in TestEtwsWarningType3() local
248 std::shared_ptr<SmsCbMessage> msg = SmsCbMessage::CreateCbMessage(data); in TestEtwsWarningType4() local
[all …]
/base/inputmethod/imf/services/src/
Dmessage_handler.cpp32 Message *msg = mQueue.front(); in ~MessageHandler() local
43 void MessageHandler::SendMessage(Message *msg) in SendMessage()
63 Message *msg = (Message*) mQueue.front(); in GetMessage() local
Dmessage.cpp36 Message::Message(const Message& msg) in Message()
50 Message& Message::operator =(const Message& msg) in operator =()
/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/faultloggerd/test/unittest/dump_catcher/
Ddumpcatcher_interfaces_test.cpp168 std::string msg = ""; variable
207 std::string msg = ""; variable
229 std::string msg = ""; variable
252 std::string msg = ""; variable
294 std::string msg = ""; variable
336 std::string msg = ""; variable
371 std::string msg = ""; variable
394 std::string msg = ""; variable
523 std::string msg = ""; variable
560 std::string msg = ""; variable
[all …]
/base/inputmethod/imf/frameworks/inputmethod_controller/src/
Dinput_data_channel_stub.cpp129 Message *msg = new Message(MessageID::MSG_ID_INSERT_CHAR, parcel); in InsertText() local
145 Message *msg = new Message(MessageID::MSG_ID_DELETE_FORWARD, parcel); in DeleteForward() local
157 Message *msg = new Message(MessageID::MSG_ID_DELETE_BACKWARD, parcel); in DeleteBackward() local
202 Message *msg = new Message(msgId, parcel); in HandleGetOperation() local
225 Message *msg = new Message(MessageID::MSG_ID_SEND_KEYBOARD_STATUS, parcel); in SendKeyboardStatus() local
236 Message *msg = new Message(MessageID::MSG_ID_SEND_FUNCTION_KEY, parcel); in SendFunctionKey() local
249 Message *msg = new Message(MessageID::MSG_ID_MOVE_CURSOR, parcel); in MoveCursor() local
263 Message *msg = new Message(MessageID::MSG_ID_HANDLE_SET_SELECTION, parcel); in HandleSetSelection() local
274 Message *msg = new Message(MessageID::MSG_ID_HANDLE_EXTEND_ACTION, parcel); in HandleExtendAction() local
286 Message *msg = new Message(MessageID::MSG_ID_HANDLE_SELECT, parcel); in HandleSelect() local
/base/security/device_security_level/test/dslm_unit_test/
Ddslm_test.cpp131 MessageBuff *msg = nullptr; variable
144 MessageBuff **msg = nullptr; variable
154 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable
171 MessageBuff *msg = nullptr; variable
186 MessageBuff **msg = nullptr; variable
193 MessageBuff msg; variable
208 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable
224 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable
236 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable
253 MessageBuff msg = {.length = messageLen, .buff = message}; variable
[all …]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp91 bool DfxDumpCatcher::DoDumpCurrTid(const size_t skipFramNum, std::string& msg) in DoDumpCurrTid()
106 bool DfxDumpCatcher::DoDumpLocalTid(const int tid, std::string& msg) in DoDumpLocalTid()
127 bool DfxDumpCatcher::DoDumpLocalPid(int pid, std::string& msg) in DoDumpLocalPid()
175 bool DfxDumpCatcher::DoDumpRemoteLocked(int pid, int tid, std::string& msg) in DoDumpRemoteLocked()
181 bool DfxDumpCatcher::DoDumpLocalLocked(int pid, int tid, std::string& msg) in DoDumpLocalLocked()
207 bool DfxDumpCatcher::DumpCatchMix(int pid, int tid, std::string& msg) in DumpCatchMix()
213 bool DfxDumpCatcher::DumpCatch(int pid, int tid, std::string& msg) in DumpCatch()
235 bool DfxDumpCatcher::DumpCatchFd(int pid, int tid, std::string& msg, int fd) in DumpCatchFd()
291 static void LoadPidStat(const int pid, std::string& msg) in LoadPidStat()
299 bool DfxDumpCatcher::DoDumpCatchRemote(const int type, int pid, int tid, std::string& msg) in DoDumpCatchRemote()
[all …]
/base/useriam/user_auth_framework/frameworks/native/client/src/
Dauth_message_impl.cpp21 const std::vector<uint8_t> &AuthMessageImpl::GetMsgBuffer(const std::shared_ptr<AuthMessage> &msg) in GetMsgBuffer()
28 std::shared_ptr<AuthMessage> AuthMessage::As(const std::vector<uint8_t> &msg) in As()
/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
Dvsnprintf_s_p.cpp37 #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/hiviewdfx/hilog/services/hilogd/
Dlog_collector.cpp33 void LogCollector::InsertDropInfo(const HilogMsg &msg, int droppedCount) in InsertDropInfo()
77 HilogMsg& msg = *(reinterpret_cast<HilogMsg *>(data.data())); in onDataRecv() local
128 size_t LogCollector::InsertLogToBuffer(const HilogMsg& msg) in InsertLogToBuffer()
/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
Dlog_catcher_utils.cpp35 bool GetDump(int pid, std::string& msg) in GetDump()
58 void FinshDump(int pid, const std::string& msg) in FinshDump()
77 std::string msg = ""; in DumpStacktrace() local
/base/theme/wallpaper_mgr/utils/dfx/hisysevent_adapter/
Dfault_reporter.cpp27 ReportStatus FaultReporter::ReportServiceFault(const FaultMsg &msg) in ReportServiceFault()
35 ReportStatus FaultReporter::ReportRuntimeFault(const FaultMsg &msg) in ReportRuntimeFault()
/base/location/frameworks/native/source/
Dnmea_message_callback_host.cpp53 std::string msg = Str16ToStr8(data.ReadString16()); in OnRemoteRequest() local
70 napi_value NmeaMessageCallbackHost::PackResult(const std::string msg) in PackResult()
77 bool NmeaMessageCallbackHost::Send(const std::string msg) in Send()
155 void NmeaMessageCallbackHost::OnMessageChange(int64_t timestamp, const std::string msg) in OnMessageChange()
/base/security/device_security_level/services/dslm/
Ddslm_msg_utils.c120 int32_t BuildDeviceSecInfoRequest(uint64_t challenge, MessageBuff **msg) in BuildDeviceSecInfoRequest()
142 int32_t ParseDeviceSecInfoRequest(const MessageBuff *msg, RequestObject *obj) in ParseDeviceSecInfoRequest()
174 int32_t BuildDeviceSecInfoResponse(uint64_t challenge, const DslmCredBuff *cred, MessageBuff **msg) in BuildDeviceSecInfoResponse()
195 int32_t ParseDeviceSecInfoResponse(const MessageBuff *msg, uint64_t *challenge, uint32_t *version, … in ParseDeviceSecInfoResponse()
/base/inputmethod/imf/frameworks/inputmethod_ability/src/
Dinput_method_ability.cpp166 Message *msg = msgHandler->GetMessage(); in WorkThread() local
211 void InputMethodAbility::OnInitInputControlChannel(Message *msg) in OnInitInputControlChannel()
227 void InputMethodAbility::OnShowKeyboard(Message *msg) in OnShowKeyboard()
246 void InputMethodAbility::OnHideKeyboard(Message *msg) in OnHideKeyboard()
252 void InputMethodAbility::OnSetSubtype(Message *msg) in OnSetSubtype()
290 void InputMethodAbility::OnCursorUpdate(Message *msg) in OnCursorUpdate()
304 void InputMethodAbility::OnSelectionChange(Message *msg) in OnSelectionChange()
527 Message *msg = new Message(MessageID::MSG_ID_QUIT_WORKER_THREAD, nullptr); in QuitWorkThread() local
Dinput_method_core_stub.cpp111 Message *msg = new Message(MessageID::MSG_ID_INIT_INPUT_CONTROL_CHANNEL, data); in InitInputControlChannel() local
126 Message *msg = new Message(MessageID::MSG_ID_HIDE_KEYBOARD, data); in hideKeyboard() local
141 Message *msg = new Message(MessageID::MSG_ID_STOP_INPUT_SERVICE, data); in StopInputService() local
203 auto *msg = new (std::nothrow) Message(code, parcel); in SendMessage() local
/base/useriam/user_auth_framework/frameworks/native/client/inc/
Dauth_message_impl.h28 explicit AuthMessageImpl(std::vector<uint8_t> msg) : msg_(std::move(msg)) {}; in AuthMessageImpl()
/base/hiviewdfx/hiview/core/test/unittest/common/
Dplatform_test_result_listener.cpp18 void PlatformTestResultListener::OnUnorderedEvent(const Event& msg) in OnUnorderedEvent()
/base/sensors/miscdevice/interfaces/plugin/vibrator/src/
Dvibrator_napi_error.cpp29 napi_value msg = nullptr; in CreateBusinessError() local
49 auto msg = GetNapiError(errCode); in ThrowErr() local
/base/sensors/sensor/interfaces/plugin/src/
Dsensor_napi_error.cpp29 napi_value msg = nullptr; in CreateBusinessError() local
49 auto msg = GetNapiError(errCode); in ThrowErr() local
/base/hiviewdfx/faultloggerd/example/
Ddump_catcher_demo.cpp33 string msg = ""; in TestFunc10() local
44 string msg = ""; in TestFuncRemote() local
/base/security/access_token/interfaces/kits/common/src/
Dnapi_error.cpp37 std::string msg = "Parameter Error. The type of \"" + param + "\" must be " + type + "."; in GetParamErrorMsg() local
58 napi_value msg = nullptr; in GenerateBusinessError() local
/base/telephony/core_service/services/sim/src/
Dicc_file_controller.cpp122 SimIoRequestInfo msg; in ProcessRecordSize() local
157 SimIoRequestInfo msg; in ProcessBinarySize() local
188 SimIoRequestInfo msg; in ProcessReadRecord() local
245 SimIoRequestInfo msg; in ObtainBinaryFile() local
264 SimIoRequestInfo msg; in ObtainBinaryFile() local
287 SimIoRequestInfo msg; in ObtainLinearFixedFile() local
315 SimIoRequestInfo msg; in ObtainAllLinearFixedFile() local
342 SimIoRequestInfo msg; in ObtainLinearFileSize() local
368 SimIoRequestInfo msg; in UpdateLinearFixedFile() local
388 SimIoRequestInfo msg; in UpdateLinearFixedFile() local
[all …]

123456789