Home
last modified time | relevance | path

Searched refs:callPointer (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dicc_dialling_numbers_handler.h60 callPointer = std::move(const_cast<AppExecFwk::InnerEvent::Pointer &>(pointer)); in DiallingNumberLoadRequest()
142 return callPointer; in GetCaller()
175 AppExecFwk::InnerEvent::Pointer &callPointer = nullptr_; member
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dicc_dialling_numbers_cache.cpp308 void IccDiallingNumbersCache::SendBackResult(const AppExecFwk::InnerEvent::Pointer &callPointer, in SendBackResult() argument
312 if (callPointer == nullptr) { in SendBackResult()
316 auto owner = callPointer->GetOwner(); in SendBackResult()
317 uint32_t id = callPointer->GetInnerEventId(); in SendBackResult()
318 std::unique_ptr<ResultObtain> fd = callPointer->GetUniqueObject<ResultObtain>(); in SendBackResult()