Home
last modified time | relevance | path

Searched refs:msg_ (Results 1 – 10 of 10) sorted by relevance

/base/hiviewdfx/hiview/plugins/freeze_detector/
Dwatch_point.cpp23 : seq_(0), timestamp_(0), pid_(0), uid_(0), tid_(0), domain_(""), stringId_(""), msg_("") in WatchPoint()
35 msg_(builder.msg_), in WatchPoint()
43 : seq_(0), timestamp_(0), pid_(0), uid_(0), tid_(0), domain_(""), stringId_(""), msg_("") in Builder()
93 msg_ = msg; in InitMsg()
158 return msg_; in GetMsg()
Dwatch_point.h51 std::string msg_; variable
86 std::string msg_; variable
/base/powermgr/battery_manager/frameworks/js/napi/
Dsystem_battery.h41 return !msg_.empty() && (code_ != ERR_OK); in IsError()
49 return msg_; in GetMsg()
53 std::string msg_; variable
Dsystem_battery.cpp192 msg_ = msg; in SetErrorMsg()
194 code_, msg_.c_str()); in SetErrorMsg()
/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()
33 const std::vector<uint8_t> msg_;
/base/useriam/user_auth_framework/frameworks/native/client/src/
Dauth_message_impl.cpp25 return buff ? buff->msg_ : empty; in GetMsgBuffer()
/base/powermgr/display_manager/frameworks/napi/
Dbrightness.cpp213 msg_ = msg; in Error()
214 … DISPLAY_HILOGW(COMP_FWK, "Error message, code: %{public}d, msg: %{public}s", code_, msg_.c_str()); in Error()
225 napi_create_string_utf8(env, msg_.c_str(), msg_.size(), &data); in GetError()
Dbrightness.h74 std::string msg_; variable
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h192 std::shared_ptr<NWebMessage> msg_; member
Dnapi_webview_controller.cpp764 std::shared_ptr<NWebMessage> webMsg = data->msg_; in UvWebMessageOnReceiveValueCallback()
815 param->msg_ = result; in OnReceiveValue()