Home
last modified time | relevance | path

Searched defs:msg (Results 1 - 25 of 338) sorted by relevance

12345678910>>...14

/base/hiviewdfx/hiview/core/test/unittest/common/
H A Dplatform_test_result_listener.cpp18 void PlatformTestResultListener::OnUnorderedEvent(const Event& msg) in OnUnorderedEvent() argument
/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Dauth_message_impl.cpp21 const std::vector<uint8_t> &AuthMessageImpl::GetMsgBuffer(const std::shared_ptr<AuthMessage> &msg) in GetMsgBuffer() argument
28 std::shared_ptr<AuthMessage> AuthMessage::As(const std::vector<uint8_t> &msg) in As() argument
/base/inputmethod/imf/common/src/
H A Dmessage_handler.cpp30 Message *msg = mQueue.front(); in ~MessageHandler() local
41 void MessageHandler::SendMessage(Message *msg) in SendMessage() argument
56 Message *msg = reinterpret_cast<Message *>(mQueue.front()); in GetMessage() local
H A Dmessage.cpp36 Message::Message(const Message &msg) in Message() argument
50 Message &Message::operator=(const Message &msg) in operator =() argument
[all...]
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_logger.cpp52 void DfxLogToSocket(const char *msg) in DfxLogToSocket() argument
/base/hiviewdfx/faultloggerd/tools/dump_catcher/
H A Ddump_catcher.cpp33 std::string msg = ""; in Dump() local
/base/print/print_fwk/services/print_service/src/
H A Dhisys_event_util.cpp23 void HisysEventUtil::reportBehaviorEvent(std::string name, int behaviorCode, const std::string &msg) in reportBehaviorEvent() argument
35 void HisysEventUtil::reportFaultEvent(std::string name, int faultCode, std::string scene, std::string msg) in reportFaultEvent() argument
48 void HisysEventUtil::reportPrintSuccess(const std::string &msg) in reportPrintSuccess() argument
53 void HisysEventUtil::faultPrint(std::string scene, std::string msg) in faultPrint() argument
/base/security/device_security_level/baselib/msglib/src/utils/
H A Dmessenger_utils.c24 QueueMsgData *CreateQueueMsgData(const DeviceIdentify *devId, const uint8_t *msg, uint32_t msgLen, in CreateQueueMsgData() argument
/base/startup/init/test/mock/hvb/libhvb/crypto/
H A Dhvb_hash_sha256.c34 int hash_calc_update(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len) in hash_calc_update() argument
47 int hash_calc_do_final(struct hash_ctx_t *hash_ctx, const void *msg, uint32_t msg_len, uint8_t *out, uint32_t out_len) in hash_calc_do_final() argument
/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/crypto_engine_test/src/
H A Dhks_openssl_hash_test.cpp110 struct HksBlob msg = { 0 }; in HWTEST_F() local
/base/useriam/user_auth_framework/frameworks/native/client/inc/
H A Dauth_message_impl.h28 explicit AuthMessageImpl(std::vector<uint8_t> msg) : msg_(std::move(msg)) {}; in AuthMessageImpl() argument
/base/web/webview/interfaces/kits/napi/common/
H A Dbusiness_error.h26 static inline void ThrowError(napi_env env, int32_t err, const std::string& msg) in ThrowError() argument
/base/inputmethod/imf/services/adapter/system_language_observer/src/
H A Dsystem_language_observer.cpp44 Message *msg = new (std::nothrow) Message(MessageID::MSG_ID_SYS_LANGUAGE_CHANGED, nullptr); in OnChange() local
/base/location/frameworks/cj/source/
H A Dnmea_message_callback.cpp56 std::string msg = Str16ToStr8(data.ReadString16()); in OnRemoteRequest() local
73 void NmeaMessageCallback::OnMessageChange(int64_t timestamp, const std::string msg) in OnMessageChange() argument
/base/inputmethod/imf/services/src/
H A Dinput_control_channel_stub.cpp66 Message *msg = new (std::nothrow) Message(MessageID::MSG_ID_HIDE_KEYBOARD_SELF, parcel); in HideKeyboardSelf() local
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example2/
H A Devent_processor_example2.cpp90 void EventProcessorExample2::OnUnorderedEvent(const Event &msg) in OnUnorderedEvent() argument
/base/hiviewdfx/hiview/test/plugins/examples/dynamic_load_plugin_example/
H A Ddynamic_load_plugin_example.cpp49 void DynamicLoadPluginExample::OnUnorderedEvent(const Event &msg) in OnUnorderedEvent() argument
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_plugin_example3/
H A Dbundle_plugin_example3.cpp62 void BundlePluginExample3::OnEventListeningCallback(const Event &msg) in OnEventListeningCallback() argument
/base/location/frameworks/native/locator_agent/source/
H A Dnative_nmea_callback_host.cpp36 std::string msg = Str16ToStr8(data.ReadString16()); in OnRemoteRequest() local
48 void NativeNmeaCallbackHost::OnMessageChange(int64_t timestamp, const std::string msg) in OnMessageChange() argument
/base/location/services/location_locator/callback/source/
H A Dnmea_message_callback_proxy.cpp32 void NmeaMessageCallbackProxy::OnMessageChange(int64_t timestamp, const std::string msg) in OnMessageChange() argument
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example4/
H A Devent_processor_example4.cpp100 void EventProcessorExample4::OnEventListeningCallback(const Event &msg) in OnEventListeningCallback() argument
/base/hiviewdfx/faultloggerd/test/moduletest/
H A Dfaultloggerd_module_test.cpp133 char msg[] = "test log"; in HWTEST_F() local
/base/powermgr/thermal_manager/frameworks/napi/
H A Dnapi_errors.cpp35 std::string msg; in GetNapiError() local
/base/request/request/pre_download/netstack_rs/src/
H A Derror.rs38 pub fn msg(&self) -> &str { in msg() functions
/base/powermgr/power_manager/frameworks/napi/utils/
H A Dnapi_errors.cpp36 std::string msg; in GetNapiError() local

Completed in 6 milliseconds

12345678910>>...14