Home
last modified time | relevance | path

Searched refs:GetErrorDescription (Results 1 - 5 of 5) sorted by relevance

/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()
/base/telephony/call_manager/services/hisysevent/include/
H A Dcall_manager_hisysevent.h49 void GetErrorDescription(const int32_t errCode, std::string &errordesc);
/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), errordesc); in HWTEST_F()
846 callManagerHisysevent->GetErrorDescription(static_cast<int32_t>(CALL_ERR_UNKNOW_DIAL_TYPE), errordesc); in HWTEST_F()
847 callManagerHisysevent->GetErrorDescription(static_cast<int32_t>(TELEPHONY_ERR_LOCAL_PTR_NULL), errordesc); in HWTEST_F()
848 callManagerHisysevent->GetErrorDescription(static_cast<int32_t>(CALL_ERR_SYSTEM_EVENT_HANDLE_FAILURE), errordesc); in HWTEST_F()
/base/telephony/call_manager/services/hisysevent/src/
H A Dcall_manager_hisysevent.cpp138 void CallManagerHisysevent::GetErrorDescription(const int32_t errCode, std::string &errordesc) in GetErrorDescription() function in OHOS::Telephony::CallManagerHisysevent
/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp302 DelayedSingleton<CallManagerHisysevent>::GetInstance()->GetErrorDescription(ret, errordesc); in DialCall()

Completed in 6 milliseconds