Searched refs:supplement (Results 1 - 3 of 3) sorted by relevance
/base/telephony/cellular_call/services/utils/src/ |
H A D | mmi_code_utils.cpp | 54 std::function<void(CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmiData)>> &mmiCodeFunc) in InitCallTransferMmiCodeFunc() 64 mmiCodeFunc["21"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmiData) { in InitCallTransferMmiCodeFunc() 65 supplement->HandleCallTransfer(slotId, mmiData); in InitCallTransferMmiCodeFunc() 67 mmiCodeFunc["61"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmiData) { in InitCallTransferMmiCodeFunc() 68 supplement->HandleCallTransfer(slotId, mmiData); in InitCallTransferMmiCodeFunc() 70 mmiCodeFunc["62"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmiData) { in InitCallTransferMmiCodeFunc() 71 supplement->HandleCallTransfer(slotId, mmiData); in InitCallTransferMmiCodeFunc() 73 mmiCodeFunc["67"_hash] = [](CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmiData) { in InitCallTransferMmiCodeFunc() 74 supplement->HandleCallTransfer(slotId, mmiData); in InitCallTransferMmiCodeFunc() 76 mmiCodeFunc["002"_hash] = [](CellularCallSupplement *supplement, int32_ in InitCallTransferMmiCodeFunc() 53 InitCallTransferMmiCodeFunc(std::map<std::uint64_t, std::function<void(CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmiData)>> &mmiCodeFunc) InitCallTransferMmiCodeFunc() argument 84 InitCallRestrictionCodeFunc(std::map<std::uint64_t, std::function<void(CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmiData)>> &mmiCodeFunc) InitCallRestrictionCodeFunc() argument 124 InitAdditionalMmiCodeFunc(std::map<std::uint64_t, std::function<void(CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmiData)>> &mmiCodeFunc) InitAdditionalMmiCodeFunc() argument 159 InitImsMmiCodeFunc(std::map<std::uint64_t, std::function<void(CellularCallSupplement *supplement, int32_t slotId, const MMIData &mmiData)>> &mmiCodeFunc) InitImsMmiCodeFunc() argument 186 CellularCallSupplement supplement; ExecuteMmiCode() local [all...] |
/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs2_test.cpp | 870 CellularCallSupplement supplement; in HWTEST_F() local 872 supplement.AlterPinPassword(slotId, mmiData); in HWTEST_F() 873 supplement.AlterPin2Password(slotId, mmiData); in HWTEST_F() 874 supplement.UnlockPuk(slotId, mmiData); in HWTEST_F() 875 supplement.UnlockPuk2(slotId, mmiData); in HWTEST_F() 880 supplement.AlterPinPassword(slotId, mmiData); in HWTEST_F() 881 supplement.AlterPin2Password(slotId, mmiData); in HWTEST_F() 882 supplement.UnlockPuk(slotId, mmiData); in HWTEST_F() 883 supplement.UnlockPuk2(slotId, mmiData); in HWTEST_F() 885 supplement in HWTEST_F() 909 CellularCallSupplement supplement; HWTEST_F() local 957 CellularCallSupplement supplement; HWTEST_F() local [all...] |
/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_handler.cpp | 1119 CellularCallSupplement supplement; in UssdNotifyResponse() local 1120 supplement.EventUssdNotify(*result); in UssdNotifyResponse() 1336 CellularCallSupplement supplement; in GetCallWaitingResponse() local 1337 supplement.EventGetCallWaiting(*result, result->result.message, flag); in GetCallWaitingResponse() 1402 CellularCallSupplement supplement; in SetCallWaitingResponse() local 1406 supplement.EventSetCallWaiting(result->result, result->message, flag); in SetCallWaitingResponse() 1421 CellularCallSupplement supplement; in GetClirResponse() local 1422 supplement.EventGetClir(*getClirResult, getClirResult->result.message, flag); in GetClirResponse() 1437 CellularCallSupplement supplement; in SetClirResponse() local 1438 supplement in SetClirResponse() 1453 CellularCallSupplement supplement; GetClipResponse() local 1469 CellularCallSupplement supplement; SetClipResponse() local 1485 CellularCallSupplement supplement; GetColrResponse() local 1501 CellularCallSupplement supplement; SetColrResponse() local 1517 CellularCallSupplement supplement; GetColpResponse() local 1533 CellularCallSupplement supplement; SetColpResponse() local 1554 CellularCallSupplement supplement; GetCallTransferResponse() local 1570 CellularCallSupplement supplement; SetCallTransferInfoResponse() local 1598 CellularCallSupplement supplement; GetCallRestrictionResponse() local 1614 CellularCallSupplement supplement; SetCallRestrictionResponse() local 1633 CellularCallSupplement supplement; SetBarringPasswordResponse() local 1647 CellularCallSupplement supplement; SendUssdResponse() local 1658 CellularCallSupplement supplement; SsNotifyResponse() local 1669 CellularCallSupplement supplement; SendUnlockPinPukResponse() local 1761 CellularCallSupplement supplement; CloseUnFinishedUssdResponse() local [all...] |
Completed in 10 milliseconds