Home
last modified time | relevance | path

Searched refs:IsNeedExecuteMMI (Results 1 – 4 of 4) sorted by relevance

/base/telephony/cellular_call/services/control/src/
Dcontrol_base.cpp53 bool ControlBase::IsNeedExecuteMMI(int32_t slotId, std::string &phoneString, CLIRMode &clirMode, bo… in IsNeedExecuteMMI() function in OHOS::Telephony::ControlBase
Dcs_control.cpp69 if (IsNeedExecuteMMI(callInfo.slotId, newPhoneNum, clirMode, false)) { in DialCdma()
98 if (IsNeedExecuteMMI(callInfo.slotId, newPhoneNum, clirMode, false)) { in DialGsm()
Dims_control.cpp56 if (IsNeedExecuteMMI(callInfo.slotId, newPhoneNum, clirMode, true)) { in Dial()
/base/telephony/cellular_call/services/control/include/
Dcontrol_base.h182 …bool IsNeedExecuteMMI(int32_t slotId, std::string &phoneString, CLIRMode &clirMode, bool isNeedUse…