Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_supplement.h498 void EventCloseUnFinishedUssd(const RadioResponseInfo &responseInfo);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp383 callSup.EventCloseUnFinishedUssd(response);
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp1570 void CellularCallSupplement::EventCloseUnFinishedUssd(const RadioResponseInfo &responseInfo) in EventCloseUnFinishedUssd() function in OHOS::Telephony::CellularCallSupplement
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp1709 supplement.EventCloseUnFinishedUssd(*result); in CloseUnFinishedUssdResponse()