Searched refs:GetErrorDescription (Results 1 – 11 of 11) sorted by relevance
85 std::string GetErrorDescription(int32_t errCode) in GetErrorDescription() function266 cout << "failed to subscribe system event: " << GetErrorDescription(retCode) << endl; in DoAction()290 cout << "failed to query system event: " << GetErrorDescription(retCode) << endl; in DoAction()
65 void GetErrorDescription(const int32_t errCode, std::string &errordesc);
81 std::string Localization::GetErrorDescription(const std::string& errorIndex) in GetErrorDescription() function in OHOS::Ace::Localization
269 std::string GetErrorDescription(const std::string& errorIndex);
837 std::string Localization::GetErrorDescription(const std::string& errorIndex) in GetErrorDescription() function in OHOS::Ace::Localization
845 …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…
51 std::string errorcode = Localization::GetInstance()->GetErrorDescription(errorId); in CreateMediaPlayer()
140 void CallManagerHisysevent::GetErrorDescription(const int32_t errCode, std::string &errordesc) in GetErrorDescription() function in OHOS::Telephony::CallManagerHisysevent
293 … DelayedSingleton<CallManagerHisysevent>::GetInstance()->GetErrorDescription(ret, errordesc); in DialCall()
1174 std::string errorcode = Localization::GetInstance()->GetErrorDescription(errorId); in OnError()
596 std::string errorcode = Localization::GetInstance()->GetErrorDescription(errorId); in OnError()