Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dradio_event.h41 RADIO_CALL_SS_NOTICE, enumerator
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp176 coreInner.UnRegisterCoreNotify(slot, handler, RadioEvent::RADIO_CALL_SS_NOTICE); in HandlerResetUnRegister()
213 coreInner.RegisterCoreNotify(slot, handler, RadioEvent::RADIO_CALL_SS_NOTICE, nullptr); in RegisterCoreServiceHandler()
H A Dcellular_call_handler.cpp185 requestFuncMap_[RadioEvent::RADIO_CALL_SS_NOTICE] = in InitActiveReportFuncMap()
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp571 … return Notify<SsNoticeInfo>(TELEPHONY_LOG_FUNC_NAME, ssNotice, RadioEvent::RADIO_CALL_SS_NOTICE); in CallSsNotice()