Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_cs.cpp184 std::shared_ptr<CellularCallHandler> ccHandler = GetMMIHandler(slotId); in AlterPinPassword() local
185 if (ccHandler == nullptr) { in AlterPinPassword()
186 TELEPHONY_LOGE("ccHandler is null"); in AlterPinPassword()
198 bool ret = ccHandler->SendEvent(msgEvent, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE); in AlterPinPassword()
215 std::shared_ptr<CellularCallHandler> ccHandler = GetMMIHandler(slotId); in UnlockPuk() local
216 if (ccHandler == nullptr) { in UnlockPuk()
217 TELEPHONY_LOGE("ccHandler is null"); in UnlockPuk()
229 bool ret = ccHandler->SendEvent(msgEvent, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE); in UnlockPuk()
246 std::shared_ptr<CellularCallHandler> ccHandler = GetMMIHandler(slotId); in AlterPin2Password() local
247 if (ccHandler in AlterPin2Password()
277 std::shared_ptr<CellularCallHandler> ccHandler = GetMMIHandler(slotId); UnlockPuk2() local
[all...]

Completed in 1 milliseconds