/base/telephony/sms_mms/test/unittest/ |
D | sms_cb_message_test.cpp | 114 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/miscservices/inputmethod/frameworks/inputmethod_ability/src/ |
D | input_method_core_stub.cpp | 165 Message *msg = new Message(MessageID::MSG_ID_INITIALIZE_INPUT, data); in initializeInput() local 182 Message *msg = new Message(MessageID::MSG_ID_INIT_INPUT_CONTROL_CHANNEL, data); in InitInputControlChannel() local 201 Message *msg = new Message(MessageID::MSG_ID_START_INPUT, data); in startInput() local 213 Message *msg = new Message(MessageID::MSG_ID_STOP_INPUT, data); in stopInput() local 227 Message *msg = new Message(MessageID::MSG_ID_SET_CLIENT_STATE, data); in SetClientState() local 243 Message *msg = new Message(MessageID::MSG_ID_SHOW_KEYBOARD, data); in showKeyboard() local 258 Message *msg = new Message(MessageID::MSG_ID_HIDE_KEYBOARD, data); in hideKeyboard() local 272 Message *msg = new Message(MessageID::MSG_ID_SET_KEYBOARD_TYPE, data); in setKeyboardType() local 286 Message *msg = new Message(MessageID::MSG_ID_STOP_INPUT_SERVICE, data); in StopInputService() local 298 Message *msg = new Message(MessageID::MSG_ID_GET_KEYBOARD_WINDOW_HEIGHT, data); in getKeyboardWindowHeight() local
|
D | input_method_ability.cpp | 162 Message *msg = msgHandler->GetMessage(); in WorkThread() local 218 void InputMethodAbility::OnInitialInput(Message *msg) in OnInitialInput() 231 void InputMethodAbility::OnInitInputControlChannel(Message *msg) in OnInitInputControlChannel() 243 void InputMethodAbility::OnStartInput(Message *msg) in OnStartInput() 260 void InputMethodAbility::OnShowKeyboard(Message *msg) in OnShowKeyboard() 273 void InputMethodAbility::OnHideKeyboard(Message *msg) in OnHideKeyboard() 279 void InputMethodAbility::OnStopInput(Message *msg) in OnStopInput() 315 void InputMethodAbility::OnCursorUpdate(Message *msg) in OnCursorUpdate() 329 void InputMethodAbility::OnSelectionChange(Message *msg) in OnSelectionChange()
|
/base/miscservices/inputmethod/services/src/ |
D | message_handler.cpp | 32 Message *msg = mQueue.front(); in ~MessageHandler() local 43 void MessageHandler::SendMessage(Message *msg) in SendMessage() 63 Message *msg = (Message*) mQueue.front(); in GetMessage() local
|
D | message.cpp | 36 Message::Message(const Message& msg) in Message() 50 Message& Message::operator =(const Message& msg) in operator =()
|
D | input_method_system_ability_stub.cpp | 201 Message *msg = new Message(MSG_ID_PREPARE_INPUT, parcel); in prepareInput() local 216 Message *msg = new Message(MSG_ID_DISPLAY_OPTIONAL_INPUT_METHOD, parcel); in displayOptionalInputMethod() local 235 Message *msg = new Message(MSG_ID_RELEASE_INPUT, parcel); in releaseInput() local 253 Message *msg = new Message(MSG_ID_START_INPUT, parcel); in startInput() local 271 Message *msg = new Message(MSG_ID_STOP_INPUT, parcel); in stopInput() local 291 Message *msg = new Message(MSG_ID_SET_CORE_AND_AGENT, parcel); in SetCoreAndAgent() local 303 Message *msg = new Message(MSG_HIDE_CURRENT_INPUT, parcel); in HideCurrentInput() local
|
D | input_method_ability_connection_stub.cpp | 40 Message *msg = new Message(MessageID::MSG_ID_ABILITY_CONNECT_DONE, data); in OnAbilityConnectDone() local 53 Message *msg = new Message(MessageID::MSG_ID_ABILITY_DISCONNECT_DONE, data); in OnAbilityDisconnectDone() local
|
D | input_control_channel_stub.cpp | 113 Message *msg = new Message(MessageID::MSG_ID_HIDE_KEYBOARD_SELF, parcel); in hideKeyboardSelf() local 134 Message *msg = new Message(MessageID::MSG_ID_ADVANCE_TO_NEXT, parcel); in advanceToNext() local 152 Message *msg = new Message(MessageID::MSG_ID_SET_DISPLAY_MODE, parcel); in setDisplayMode() local
|
/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
D | dumpcatcher_interfaces_test.cpp | 168 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 541 std::string msg = ""; variable [all …]
|
/base/hiviewdfx/hilog/services/hilogd/ |
D | log_collector.cpp | 32 void LogCollector::InsertDropInfo(const HilogMsg &msg, int droppedCount) in InsertDropInfo() 75 HilogMsg *msg = reinterpret_cast<HilogMsg *>(data.data()); in onDataRecv() local 91 size_t LogCollector::InsertLogToBuffer(const HilogMsg& msg) in InsertLogToBuffer()
|
/base/user_iam/auth_executor_mgr/interfaces/innerkits/src/ |
D | auth_message.cpp | 21 AuthMessage* AuthMessage::FromUint8Array(std::vector<uint8_t> &msg) in FromUint8Array() 27 AuthMessage::AuthMessage(std::vector<uint8_t> &msg) in AuthMessage()
|
/base/security/device_security_level/test/ |
D | dslm_test.cpp | 86 MessageBuff *msg = nullptr; variable 106 MessageBuff *msg = nullptr; variable 120 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable 136 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable 148 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable 160 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable 179 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable 193 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable 206 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable 219 MessageBuff msg = {.length = messageLen, .buff = (uint8_t *)message}; variable [all …]
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
D | hks_openssl_hash.c | 61 static int32_t HashCheckParam(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash) in HashCheckParam() 80 int32_t HksOpensslHash(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash) in HksOpensslHash() 131 int32_t HksOpensslHashUpdate(void *cryptoCtx, const struct HksBlob *msg) in HksOpensslHashUpdate() 151 int32_t HksOpensslHashFinal(void **cryptoCtx, const struct HksBlob *msg, struct HksBlob *hash) in HksOpensslHashFinal()
|
D | hks_openssl_hmac.c | 41 static int32_t HmacCheckBuffer(const struct HksBlob *key, const struct HksBlob *msg, const struct H… in HmacCheckBuffer() 79 const struct HksBlob *key, uint32_t alg, const struct HksBlob *msg, const struct HksBlob *mac) in HmacCheckParam() 107 int32_t HksOpensslHmac(const struct HksBlob *key, uint32_t digestAlg, const struct HksBlob *msg, st… in HksOpensslHmac() 180 int32_t HksOpensslHmacUpdate(void *cryptoCtx, const struct HksBlob *msg) in HksOpensslHmacUpdate() 207 int32_t HksOpensslHmacFinal(void **cryptoCtx, struct HksBlob *msg, struct HksBlob *mac) in HksOpensslHmacFinal()
|
/base/hiviewdfx/hilog/frameworks/native/ |
D | vsnprintf_s_p.cpp | 33 #define SECUREC_ERROR_INVALID_PARAMTER(msg) assert( msg "invalid argument" == NULL) argument 34 #define SECUREC_ERROR_INVALID_RANGE(msg) assert( msg "invalid dest buffer size" == NULL) argument 37 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printk( "%s invalid argument\n",msg) argument 38 … #define SECUREC_ERROR_INVALID_RANGE(msg) printk( "%s invalid dest buffer size\n", msg) argument 40 #define SECUREC_ERROR_INVALID_PARAMTER(msg) printf( "%s invalid argument\n",msg) argument 41 … #define SECUREC_ERROR_INVALID_RANGE(msg) printf( "%s invalid dest buffer size\n", msg) argument 44 #define SECUREC_ERROR_INVALID_PARAMTER(msg) LogSecureCRuntimeError(msg " EINVAL\n") argument 45 #define SECUREC_ERROR_INVALID_RANGE(msg) LogSecureCRuntimeError(msg " ERANGE\n") argument 47 #define SECUREC_ERROR_INVALID_PARAMTER(msg) ((void)0) argument 48 #define SECUREC_ERROR_INVALID_RANGE(msg) ((void)0) argument [all …]
|
/base/miscservices/inputmethod/frameworks/inputmethod_controller/src/ |
D | input_data_channel_stub.cpp | 109 Message *msg = new Message(MessageID::MSG_ID_INSERT_CHAR, parcel); in InsertText() local 125 Message *msg = new Message(MessageID::MSG_ID_DELETE_FORWARD, parcel); in DeleteForward() local 137 Message *msg = new Message(MessageID::MSG_ID_DELETE_BACKWARD, parcel); in DeleteBackward() local 184 Message *msg = new Message(MessageID::MSG_ID_SEND_KEYBOARD_STATUS, parcel); in SendKeyboardStatus() local 195 Message *msg = new Message(MessageID::MSG_ID_SEND_FUNCTION_KEY, parcel); in SendFunctionKey() local 206 Message *msg = new Message(MessageID::MSG_ID_MOVE_CURSOR, parcel); in MoveCursor() local
|
D | input_client_stub.cpp | 45 Message *msg = new Message(MessageID::MSG_ID_ON_INPUT_READY, parcel); in OnRemoteRequest() local 55 Message *msg = new Message(MessageID::MSG_ID_EXIT_SERVICE, parcel); in OnRemoteRequest() local 65 Message *msg = new Message(MessageID::MSG_ID_SET_DISPLAY_MODE, parcel); in OnRemoteRequest() local
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
D | dfx_dump_catcher.cpp | 91 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/location/interfaces/innerkits/locator_standard/src/ |
D | nmea_message_callback_host.cpp | 57 std::string msg = Str16ToStr8(data.ReadString16()); in OnRemoteRequest() local 74 napi_value NmeaMessageCallbackHost::PackResult(const std::string msg) in PackResult() 81 bool NmeaMessageCallbackHost::Send(const std::string msg) in Send() 154 void NmeaMessageCallbackHost::OnMessageChange(const std::string msg) in OnMessageChange()
|
/base/hiviewdfx/hiview/core/test/unittest/common/ |
D | platform_test_result_listener.cpp | 18 void PlatformTestResultListener::OnUnorderedEvent(const Event& msg) in OnUnorderedEvent()
|
/base/hiviewdfx/faultloggerd/example/ |
D | dump_catcher_demo.cpp | 33 string msg = ""; in TestFunc10() local 44 string msg = ""; in TestFuncRemote() local
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
D | hks_mbedtls_hash.c | 107 int32_t HksMbedtlsHashUpdate(void *cryptoCtx, const struct HksBlob *msg) in HksMbedtlsHashUpdate() 139 int32_t HksMbedtlsHashFinal(void **cryptoCtx, const struct HksBlob *msg, struct HksBlob *hash) in HksMbedtlsHashFinal() 238 int32_t HksMbedtlsHashMd5Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg, unsigned c… in HksMbedtlsHashMd5Final() 329 int32_t HksMbedtlsHashSha1Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg, unsigned … in HksMbedtlsHashSha1Final() 431 int32_t HksMbedtlsHashSha256Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg, unsigne… in HksMbedtlsHashSha256Final() 534 int32_t HksMbedtlsHashSha512Final(struct HksMbedtlsHashCtx *ctx, const struct HksBlob *msg, unsigne… in HksMbedtlsHashSha512Final() 662 int32_t HksMbedtlsHash(uint32_t alg, const struct HksBlob *msg, struct HksBlob *hash) in HksMbedtlsHash()
|
D | hks_mbedtls_hmac.c | 80 uint32_t digestAlg, const struct HksBlob *msg, struct HksBlob *mac) in HksMbedtlsHmac() 157 int32_t HksMbedtlsHmacUpdate(void *cryptoCtx, const struct HksBlob *msg) in HksMbedtlsHmacUpdate() 175 int32_t HksMbedtlsHmacFinal(void **cryptoCtx, struct HksBlob *msg, struct HksBlob *mac) in HksMbedtlsHmacFinal()
|
/base/telephony/core_service/services/sim/src/ |
D | icc_file_controller.cpp | 112 SimIoRequestInfo msg; in ProcessRecordSize() local 139 SimIoRequestInfo msg; in ProcessBinarySize() local 170 SimIoRequestInfo msg; in ProcessReadRecord() local 223 SimIoRequestInfo msg; in ObtainBinaryFile() local 242 SimIoRequestInfo msg; in ObtainBinaryFile() local 266 SimIoRequestInfo msg; in ObtainLinearFixedFile() local 294 SimIoRequestInfo msg; in ObtainAllLinearFixedFile() local 321 SimIoRequestInfo msg; in ObtainLinearFileSize() local 347 SimIoRequestInfo msg; in UpdateLinearFixedFile() local 367 SimIoRequestInfo msg; in UpdateLinearFixedFile() local [all …]
|
/base/security/device_security_level/services/dslm/ |
D | dslm_msg_utils.c | 120 int32_t BuildDeviceSecInfoRequest(uint64_t challenge, MessageBuff **msg) in BuildDeviceSecInfoRequest() 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()
|