Searched defs:mmiData (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | mmi_code_utils.cpp | 64 …eFunc["21"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmiData) { in InitCallTransferMmiCodeFunc() 67 …eFunc["61"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmiData) { in InitCallTransferMmiCodeFunc() 70 …eFunc["62"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmiData) { in InitCallTransferMmiCodeFunc() 73 …eFunc["67"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmiData) { in InitCallTransferMmiCodeFunc() 76 …Func["002"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmiData) { in InitCallTransferMmiCodeFunc() 79 …Func["004"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmiData) { in InitCallTransferMmiCodeFunc() 98 …eFunc["33"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmiData) { in InitCallRestrictionCodeFunc() 101 …Func["330"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmiData) { in InitCallRestrictionCodeFunc() 113 …eFunc["35"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmiData) { in InitCallRestrictionCodeFunc() 136 …eFunc["30"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmiData) { in InitAdditionalMmiCodeFunc() [all …]
|
H A D | cellular_call_supplement.cpp | 53 void CellularCallSupplement::HandleClip(int32_t slotId, const MMIData &mmiData) in HandleClip() 93 void CellularCallSupplement::HandleClir(int32_t slotId, const MMIData &mmiData) in HandleClir() 141 void CellularCallSupplement::HandleColr(int32_t slotId, const MMIData &mmiData) in HandleColr() 183 void CellularCallSupplement::HandleColp(int32_t slotId, const MMIData &mmiData) in HandleColp() 225 void CellularCallSupplement::HandleCallTransfer(int32_t slotId, const MMIData &mmiData) in HandleCallTransfer() 420 void CellularCallSupplement::HandleCallRestriction(int32_t slotId, const MMIData &mmiData) in HandleCallRestriction() 525 void CellularCallSupplement::HandleCallWaiting(int32_t slotId, const MMIData &mmiData) in HandleCallWaiting() 1441 void CellularCallSupplement::AlterPinPassword(int32_t slotId, const MMIData &mmiData) in AlterPinPassword() 1461 void CellularCallSupplement::UnlockPuk(int32_t slotId, const MMIData &mmiData) in UnlockPuk() 1480 void CellularCallSupplement::AlterPin2Password(int32_t slotId, const MMIData &mmiData) in AlterPin2Password() [all …]
|
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs2_test.cpp | 869 MMIData mmiData; variable
|