Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_supplement.h477 void EventSendUssd(const RadioResponseInfo &responseInfo);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp377 callSup.EventSendUssd(responseInfo);
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp1306 void CellularCallSupplement::EventSendUssd(const RadioResponseInfo &responseInfo) in EventSendUssd() function in OHOS::Telephony::CellularCallSupplement
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp1595 supplement.EventSendUssd(*result); in SendUssdResponse()