Home
last modified time | relevance | path

Searched refs:SendBackResult (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_dialling_numbers_cache.cpp98 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 Dusim_dialling_numbers_service.cpp80 SendBackResult(list); in ProcessPbrLoadDone()
324 void UsimDiallingNumbersService::SendBackResult( in SendBackResult() function in OHOS::Telephony::UsimDiallingNumbersService
352 SendBackResult(diallingnumbers); in SendLocalBack()
H A Dicc_dialling_numbers_handler.cpp124 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 Dicc_dialling_numbers_cache.h59 void SendBackResult(const AppExecFwk::InnerEvent::Pointer &caller,
H A Dusim_dialling_numbers_service.h87 …void SendBackResult(const std::shared_ptr<std::vector<std::shared_ptr<DiallingNumbersInfo>>> &dial…
H A Dicc_dialling_numbers_handler.h225 bool SendBackResult(int loadId);
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp323 diallingNumbersCache->SendBackResult(event, list, object);