Searched refs:GetMMIData (Results 1 – 3 of 3) sorted by relevance
70 …if (mmiCodeUtils->GetMMIData().serviceCode == "30" && !mmiCodeUtils->GetMMIData().dialString.empty… in IsNeedExecuteMMI()72 if (mmiCodeUtils->GetMMIData().actionString == "*") { in IsNeedExecuteMMI()73 phoneString = mmiCodeUtils->GetMMIData().dialString; in IsNeedExecuteMMI()76 } else if (mmiCodeUtils->GetMMIData().actionString == "#") { in IsNeedExecuteMMI()77 phoneString = mmiCodeUtils->GetMMIData().dialString; in IsNeedExecuteMMI()
64 MMIData GetMMIData();
198 MMIData MMICodeUtils::GetMMIData() in GetMMIData() function in OHOS::Telephony::MMICodeUtils