Home
last modified time | relevance | path

Searched refs:GetMessage (Results 1 – 25 of 62) sorted by relevance

123

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Ddatashare_error_impl.cpp20 std::string ParametersTypeError::GetMessage() const in GetMessage() function in OHOS::DataShare::ParametersTypeError
30 std::string ParametersNumError::GetMessage() const in GetMessage() function in OHOS::DataShare::ParametersNumError
40 std::string DataShareHelperInitError::GetMessage() const in GetMessage() function in OHOS::DataShare::DataShareHelperInitError
50 std::string InnerError::GetMessage() const in GetMessage() function in OHOS::DataShare::InnerError
65 std::string BusinessError::GetMessage() const in GetMessage() function in OHOS::DataShare::BusinessError
70 std::string UriNotExistError::GetMessage() const in GetMessage() function in OHOS::DataShare::UriNotExistError
80 std::string DataAreaNotExistError::GetMessage() const in GetMessage() function in OHOS::DataShare::DataAreaNotExistError
90 std::string HelperAlreadyClosedError::GetMessage() const in GetMessage() function in OHOS::DataShare::HelperAlreadyClosedError
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_rdb_error.h46 … (error)->GetCode(), (error)->GetMessage().c_str(), version); \
47 …pi_throw_error((env), std::to_string((error)->GetCode()).c_str(), (error)->GetMessage().c_str()); \
51 …(error)->GetCode(), (error)->GetMessage().c_str(), version); …
109 virtual std::string GetMessage() = 0;
116 std::string GetMessage() override in GetMessage() function
129 std::string GetMessage() override in GetMessage() function
146 std::string GetMessage() override in GetMessage() function
162 std::string GetMessage() override in GetMessage() function
175 std::string GetMessage() override in GetMessage() function
188 std::string GetMessage() override in GetMessage() function
[all …]
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Ddatashare_error_impl.h26 std::string GetMessage() const override;
36 std::string GetMessage() const override;
45 std::string GetMessage() const override;
52 std::string GetMessage() const override;
59 std::string GetMessage() const override;
70 std::string GetMessage() const override;
77 std::string GetMessage() const override;
84 std::string GetMessage() const override;
H A Ddatashare_error.h33 virtual std::string GetMessage() const = 0;
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/common/
H A Dobject_error.cpp20 std::string ParametersType::GetMessage() in GetMessage() function in OHOS::ObjectStore::ParametersType
30 std::string ParametersNum::GetMessage() in GetMessage() function in OHOS::ObjectStore::ParametersNum
40 std::string PermissionError::GetMessage() in GetMessage() function in OHOS::ObjectStore::PermissionError
51 std::string DatabaseError::GetMessage() in GetMessage() function in OHOS::ObjectStore::DatabaseError
61 std::string InnerError::GetMessage() in GetMessage() function in OHOS::ObjectStore::InnerError
71 std::string DeviceNotSupportedError::GetMessage() in GetMessage() function in OHOS::ObjectStore::DeviceNotSupportedError
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/common/
H A Dobject_error.h32 virtual std::string GetMessage() = 0;
39 std::string GetMessage() override;
50 std::string GetMessage() override;
60 std::string GetMessage() override;
67 std::string GetMessage() override;
74 std::string GetMessage() override;
81 std::string GetMessage() override;
H A Djs_util.h137 … napi_throw_error((env), std::to_string((err)->GetCode()).c_str(), (err)->GetMessage().c_str()); \
146 … napi_throw_error((env), std::to_string((err)->GetCode()).c_str(), (err)->GetMessage().c_str()); \
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_error.h55 … (error)->GetMessage().c_str()); \
56 …napi_throw_error((env), std::to_string((error)->GetCode()).c_str(), (error)->GetMessage().c_str())…
90 virtual std::string GetMessage() = 0;
115 std::string GetMessage() override in GetMessage() function
141 std::string GetMessage() override in GetMessage() function
160 std::string GetMessage() override in GetMessage() function
173 std::string GetMessage() override in GetMessage() function
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_distributor.cpp97 const std::string &iface = message->GetMessage(NetsysEventMessage::Type::INTERFACE); in HandleSubSysNet()
131 const std::string &iface = message->GetMessage(NetsysEventMessage::Type::INTERFACE); in HandleAddressChange()
132 const std::string &address = message->GetMessage(NetsysEventMessage::Type::ADDRESS); in HandleAddressChange()
133 const std::string &flags = message->GetMessage(NetsysEventMessage::Type::FLAGS); in HandleAddressChange()
134 const std::string &scope = message->GetMessage(NetsysEventMessage::Type::SCOPE); in HandleAddressChange()
149 const std::string &route = message->GetMessage(NetsysEventMessage::Type::ROUTE); in HandleRouteChange()
150 const std::string &gateway = message->GetMessage(NetsysEventMessage::Type::GATEWAY); in HandleRouteChange()
151 const std::string &iface = message->GetMessage(NetsysEventMessage::Type::INTERFACE); in HandleRouteChange()
159 const std::string &alertName = message->GetMessage(NetsysEventMessage::Type::ALERT_NAME); in HandleSubSysQlog()
160 const std::string &iface = message->GetMessage(NetsysEventMessage::Type::INTERFACE); in HandleSubSysQlog()
H A Dnetsys_event_message.cpp27 const std::string NetsysEventMessage::GetMessage(NetsysEventMessage::Type type) in GetMessage() function in OHOS::nmd::NetsysEventMessage
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dnetsys_event_message_test.cpp49 std::string result = instance_->GetMessage(NetsysEventMessage::Type::ADDRESS);
57 std::string result = instance_->GetMessage(NetsysEventMessage::Type::GATEWAY);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element_v2.h35 std::string GetMessage() const in GetMessage() function
39 return popupComponentV2->GetMessage(); in GetMessage()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/jsthread/
H A Djs_thread.cpp91 const AbilityInnerMsg *JSThread::GetMessage() in GetMessage() function in OHOS::ACELite::JSThread
105 const AbilityInnerMsg *innerMsg = GetMessage(); in HandleEventLoop()
H A Djs_thread.h53 const AbilityInnerMsg *GetMessage();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dactionsheetdialog_composed_element.cpp62 item->Put("message", GetMessage().c_str()); in Show()
81 std::string ActionSheetDialogComposedElement::GetMessage() const in GetMessage() function in OHOS::Ace::V2::ActionSheetDialogComposedElement
H A Dalertdialog_composed_element.cpp60 item->Put("message", GetMessage().c_str()); in Show()
81 std::string AlertDialogComposedElement::GetMessage() const in GetMessage() function in OHOS::Ace::V2::AlertDialogComposedElement
H A Dactionsheetdialog_composed_element.h37 std::string GetMessage() const;
H A Dalertdialog_composed_element.h37 std::string GetMessage() const;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/resource/common/src/
H A Dstoperator.cpp28 vectorOperator.emplace_back(ParentOperator.GetMessage()); in PushOperatorInVector()
150 string StOperator::GetMessage() in GetMessage() function in STtools::StOperator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_accessibility_property.cpp30 std::string message = dialogPattern->GetMessage(); in GetText()
/ohos5.0/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H A Ddatashare_business_error.h43 std::string GetMessage() in GetMessage() function
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/
H A Dmessage_queue_utils.cpp61 int8_t MessageQueueUtils::GetMessage(QueueHandler handler, void *msgPtr, uint32_t timeOut) in GetMessage() function in OHOS::ACELite::MessageQueueUtils
/ohos5.0/base/inputmethod/imf/common/include/
H A Dmessage_handler.h83 Message *GetMessage();
/ohos5.0/base/inputmethod/imf/common/src/
H A Dmessage_handler.cpp52 Message *MessageHandler::GetMessage() in GetMessage() function in OHOS::MiscServices::MessageHandler
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/amsthread/
H A Dams_thread.cpp86 const AMSMessage *innerMsg = GetMessage(); in run()
129 const AMSMessage *AMSThread::GetMessage() in GetMessage() function in OHOS::ACELite::AMSThread

123