Home
last modified time | relevance | path

Searched refs:SsNotifyResponse (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp1118 thirdhandler.SsNotifyResponse(event);
1119 thirdhandler.SsNotifyResponse(defaultEvent);
1122 thirdhandler.SsNotifyResponse(noticeErrorEvent);
1125 thirdhandler.SsNotifyResponse(noticeDefaultEvent);
1128 thirdhandler.SsNotifyResponse(noticeUnconditinalEvent);
1131 thirdhandler.SsNotifyResponse(noticeBusyEvent);
1134 thirdhandler.SsNotifyResponse(noticeNoReplyEvent);
1137 thirdhandler.SsNotifyResponse(noticeNotReachableEvent);
/ohos5.0/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_handler.h137 void SsNotifyResponse(const AppExecFwk::InnerEvent::Pointer &event);
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp186 [this](const AppExecFwk::InnerEvent::Pointer &event) { SsNotifyResponse(event); }; in InitActiveReportFuncMap()
1598 void CellularCallHandler::SsNotifyResponse(const AppExecFwk::InnerEvent::Pointer &event) in SsNotifyResponse() function in OHOS::Telephony::CellularCallHandler