Searched refs:SendBackResult (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | icc_dialling_numbers_cache.cpp | 98 SendBackResult(fd->callerCache->caller, diallingNumberList, fd->exception); in ProcessObtainPbrDetailsDone() 124 SendBackResult(fd->callerCache->caller, diallingNumberList, fd->exception); in ProcessObtainAdnDetailsDone() 280 SendBackResult(caller, result, object); in ObtainAllDiallingNumberFiles() 305 SendBackResult(caller, diallingNumberList, exception); in SendExceptionResult() 308 void IccDiallingNumbersCache::SendBackResult(const AppExecFwk::InnerEvent::Pointer &callPointer, in SendBackResult() function in OHOS::Telephony::IccDiallingNumbersCache 342 SendBackResult(response, diallingNumbers, object); in SendUpdateResult()
|
H A D | usim_dialling_numbers_service.cpp | 80 SendBackResult(list); in ProcessPbrLoadDone() 324 void UsimDiallingNumbersService::SendBackResult( in SendBackResult() function in OHOS::Telephony::UsimDiallingNumbersService 352 SendBackResult(diallingnumbers); in SendLocalBack()
|
H A D | icc_dialling_numbers_handler.cpp | 124 SendBackResult(loadId); in ProcessEvent() 325 bool IccDiallingNumbersHandler::SendBackResult(int loadId) in SendBackResult() function in OHOS::Telephony::IccDiallingNumbersHandler
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | icc_dialling_numbers_cache.h | 59 void SendBackResult(const AppExecFwk::InnerEvent::Pointer &caller,
|
H A D | usim_dialling_numbers_service.h | 87 …void SendBackResult(const std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> &dial…
|
H A D | icc_dialling_numbers_handler.h | 225 bool SendBackResult(int loadId);
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test_sim_ril.cpp | 323 diallingNumbersCache->SendBackResult(event, list, object);
|