Home
last modified time | relevance | path

Searched refs:message_ (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp228 message_->SetSeq(StrToInt(seq[1])); in PushAsciiMessage()
233 message_->SetSubSys(SUB_SYS_LIST.at(subsys[1])); in PushAsciiMessage()
304 message_->SetAction(action); in InterpreteInfoMsg()
305 message_->SetSubSys(NetsysEventMessage::SubSys::NET); in InterpreteInfoMsg()
322 message_->SetSubSys(NetsysEventMessage::SubSys::QLOG); in InterpreteUlogMsg()
323 message_->SetAction(NetsysEventMessage::Action::CHANGE); in InterpreteUlogMsg()
424 message_->SetSubSys(NetsysEventMessage::SubSys::NET); in SaveAddressMsg()
426 message_->PushMessage(NetsysEventMessage::Type::ADDRESS, in SaveAddressMsg()
428 message_->PushMessage(NetsysEventMessage::Type::FLAGS, flags); in SaveAddressMsg()
485 message_->SetAction(action); in InterpreteRtMsg()
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/big_data_statistics/
H A Dcloud_file_fault_event.cpp74 "message", event.message_); in CloudSyncFaultReport()
79 LOGE("%{public}s", event.message_.c_str()); in CloudSyncFaultReport()
95 "message", event.message_); in CloudFileFaultReport()
100 LOGE("%{public}s", event.message_.c_str()); in CloudFileFaultReport()
/ohos5.0/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H A Ddatashare_business_error.h45 return message_; in GetMessage()
50 message_ = message; in SetMessage()
57 std::string message_ = ""; variable
/ohos5.0/base/update/updater/test/unittest/applypatch_test/
H A Dupdate_progress_unittest.cpp48 message_ = cmd + " " + content; in PostMessage()
52 return message_; in GetPostMessage()
55 std::string message_ {}; member in OHOS::UTestPostProgressEnv
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.h38 message_ = message; in SetMessage()
43 return message_; in GetMessage()
117 std::string message_; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_analytics_util.cpp92 message_ = message; in Message()
101 message_+=message; in Append()
136 return message_; in GetMessage()
149 MESSAGE_DELIMITER + message_ + MESSAGE_DELIMITER; in Build()
324 reason["detail"] = message.message_; in BuildExtraInfo()
344 reason["detail"] = message.message_.substr(0, leftSpace); in BuildExtraInfo()
370 reason["detail"] = message.message_; in BuildExtraInfoWithReq()
396 reason["detail"] = message.message_.substr(0, leftSpace); in BuildExtraInfoWithReq()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/
H A Djs_dialog.cpp29 message_(nullptr) {} in JSDialog()
39 ACE_FREE(message_); in ReleaseResource()
51 message_ = message; in SetMessage()
80 dialog_->SetText(message_); in ShowDialog()
H A Djs_dialog.h62 char *message_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/
H A Dbms_launcher_service_system_test.cpp108 message_ = ""; in Clean()
115 static std::string message_; member in OHOS::AppExecFwk::BmsLauncherServiceSystemTest
118 std::string BmsLauncherServiceSystemTest::message_ = ""; member in OHOS::AppExecFwk::BmsLauncherServiceSystemTest
126 if (message_.compare(message) == 0) { in Complete()
129 message_ = ""; in Complete()
132 GTEST_LOG_(INFO) << "Can't Complete." << message_; in Complete()
141 message_ = message; in Wait()
142 if (!message_.empty()) { in Wait()
144 if (message_.compare(completeMessage_.at(i)) == 0) { in Wait()
145 message_ = ""; in Wait()
[all …]
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Ddatashare_error_impl.h58 BusinessError(int code, const std::string &message) : code_(code), message_(message){}; in BusinessError()
64 std::string message_ = ""; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfreeze_json_generator.cpp28 message_(builder.message_) in FreezeJsonException()
40 message_ = message; in InitMessage()
54 exceptionMap[jsonExceptionMessage] = message_; in JsonStr()
H A Dfreeze_json_generator.h36 std::string message_ = ""; variable
49 std::string message_; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_notification_analytics_util.cpp51 message_ = message; in Message()
87 return message_; in GetMessage()
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/big_data_statistics/
H A Dcloud_file_fault_event.h114 std::string message_; member
122 std::string message_; member
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dscreenlock_callback.cpp107 errorInfo_.message_ = CANCEL_UNLOCK_OPERATION; in OnCallBack()
109 errorInfo_.message_ = SCREENLOCK_FAIL; in OnCallBack()
H A Dnapi_screenlock_ability.cpp146 errorInfo.message_ = GetErrorMessage(errorInfo.errorCode_); in GetErrorInfo()
148 errorInfo.message_.c_str()); in GetErrorInfo()
199 ThrowError(env, errInfo.errorCode_, errInfo.message_); in NAPI_IsLocked()
453 ThrowError(env, errInfo.errorCode_, errInfo.message_); in NAPI_OnSystemEvent()
543 ThrowError(env, errInfo.errorCode_, errInfo.message_); in NAPI_IsScreenLockDisabled()
678 ThrowError(env, errInfo.errorCode_, errInfo.message_); in NAPI_GetScreenLockAuthState()
756 ThrowError(env, errInfo.errorCode_, errInfo.message_); in NAPI_GetStrongAuth()
/ohos5.0/base/update/updater/test/unittest/script/script_instruction/
H A Dscript_updateprocesser_unittest.cpp42 message_ = cmd + " " + content; in PostMessage()
46 return message_; in GetPostMessage()
49 std::string message_ {}; member in __anonbac285850110::UTestProcessorScriptEnv
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpopup_param.h236 message_ = msg; in SetMessage()
241 return message_; in GetMessage()
522 std::string message_; variable
/ohos5.0/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp42 …lback(int32_t result, int32_t tip, int32_t message) : result_(result), tip_(tip), message_(message) in DummyIExecutorCallback()
61 return message_; in OnMessage()
67 int32_t message_; member in OHOS::HDI::FaceAuth::__anon5f57f59f0110::DummyIExecutorCallback
/ohos5.0/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp42 …lback(int32_t result, int32_t tip, int32_t message) : result_(result), tip_(tip), message_(message) in DummyIExecutorCallback()
61 return message_; in OnMessage()
67 int32_t message_; member in OHOS::HDI::FingerprintAuth::__anonafff000a0110::DummyIExecutorCallback
/ohos5.0/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_callback_interface.h24 std::string message_; member
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Ddatashare_error_impl.cpp67 return message_; in GetMessage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h76message_(message), sourceId_(sourceId), lineNumber_(lineNumber), messageLevel_(messageLevel) {} in DECLARE_ACE_TYPE()
81 return message_; in GetLog()
100 std::string message_;
423 …: BaseEventInfo("WebDialogEvent"), url_(url), message_(message), value_(value), type_(type), resul… in WebDialogEvent()
434 return message_; in GetMessage()
454 std::string message_; variable
1222 …ogEvent(RefPtr<WebConsoleLog> message) : BaseEventInfo("LoadWebConsoleLogEvent"), message_(message) in LoadWebConsoleLogEvent()
1228 return message_; in GetMessage()
1232 RefPtr<WebConsoleLog> message_;
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/wrapper/
H A Dwrapper_decoder.h52 std::shared_ptr<NetsysEventMessage> message_ = nullptr; variable
/ohos5.0/foundation/ability/idl_tool/parser/
H A Dparser.h52 String message_; variable

12