Home
last modified time | relevance | path

Searched refs:SendUssd (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_supplement.h234 int32_t SendUssd(int32_t slotId, const std::string &msg);
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dmmi_code_utils.cpp205 supplement.SendUssd(slotId, mmiData_.fullString); in ExecuteMmiCode()
H A Dcellular_call_supplement.cpp1291 int32_t CellularCallSupplement::SendUssd(int32_t slotId, const std::string &msg) in SendUssd() function in OHOS::Telephony::CellularCallSupplement
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp890 EXPECT_NE(supplement.SendUssd(slotId, "test"), TELEPHONY_SUCCESS);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp297 callSup.SendUssd(SIM1_SLOTID, "*#21#");