Home
last modified time | relevance | path

Searched refs:GetErrorDescription (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_tool.cpp85 std::string GetErrorDescription(int32_t errCode) in GetErrorDescription() function
266 cout << "failed to subscribe system event: " << GetErrorDescription(retCode) << endl; in DoAction()
290 cout << "failed to query system event: " << GetErrorDescription(retCode) << endl; in DoAction()
/ohos5.0/base/telephony/call_manager/services/hisysevent/include/
H A Dcall_manager_hisysevent.h65 void GetErrorDescription(const int32_t errCode, std::string &errordesc);
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_localization.cpp81 std::string Localization::GetErrorDescription(const std::string& errorIndex) in GetErrorDescription() function in OHOS::Ace::Localization
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dlocalization.h269 std::string GetErrorDescription(const std::string& errorIndex);
H A Dlocalization.cpp837 std::string Localization::GetErrorDescription(const std::string& errorIndex) in GetErrorDescription() function in OHOS::Ace::Localization
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch4_test.cpp845 …callManagerHisysevent->GetErrorDescription(static_cast<int32_t>(CALL_ERR_PHONE_NUMBER_EMPTY), erro…
846 …callManagerHisysevent->GetErrorDescription(static_cast<int32_t>(CALL_ERR_UNKNOW_DIAL_TYPE), errord…
847 …callManagerHisysevent->GetErrorDescription(static_cast<int32_t>(TELEPHONY_ERR_LOCAL_PTR_NULL), err…
848 …callManagerHisysevent->GetErrorDescription(static_cast<int32_t>(CALL_ERR_SYSTEM_EVENT_HANDLE_FAILU…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmedia_player_impl.cpp51 std::string errorcode = Localization::GetInstance()->GetErrorDescription(errorId); in CreateMediaPlayer()
/ohos5.0/base/telephony/call_manager/services/hisysevent/src/
H A Dcall_manager_hisysevent.cpp140 void CallManagerHisysevent::GetErrorDescription(const int32_t errCode, std::string &errordesc) in GetErrorDescription() function in OHOS::Telephony::CallManagerHisysevent
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp293 … DelayedSingleton<CallManagerHisysevent>::GetInstance()->GetErrorDescription(ret, errordesc); in DialCall()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp1174 std::string errorcode = Localization::GetInstance()->GetErrorDescription(errorId); in OnError()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp596 std::string errorcode = Localization::GetInstance()->GetErrorDescription(errorId); in OnError()