Home
last modified time | relevance | path

Searched refs:SsNoticeInfo (Results 1 – 14 of 14) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_call_parcel.h255 struct SsNoticeInfo { struct
/base/telephony/cellular_call/services/control/include/
Dcellular_call_supplement.h484 void EventSsNotify(SsNoticeInfo &ssNoticeInfo);
591 void GetMessage(MmiCodeInfo &mmiCodeInfo, const SsNoticeInfo &ssNoticeInfo);
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_call.cpp572 int32_t TelRilCall::CallSsNotice(const HDI::Ril::V1_1::SsNoticeInfo &ssNoticeInfo) in CallSsNotice()
574 std::shared_ptr<SsNoticeInfo> ssNotice = std::make_shared<SsNoticeInfo>(); in CallSsNotice()
583 … return Notify<SsNoticeInfo>(TELEPHONY_LOG_FUNC_NAME, ssNotice, RadioEvent::RADIO_CALL_SS_NOTICE); in CallSsNotice()
Dtel_ril_callback.cpp65 …const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::SsNoticeInfo &ssNo… in CallSsNotice()
/base/telephony/core_service/services/tel_ril/include/
Dtel_ril_call.h114 int32_t CallSsNotice(const HDI::Ril::V1_1::SsNoticeInfo &ssNoticeInfo);
Dtel_ril_callback.h41 const HDI::Ril::V1_1::SsNoticeInfo &ssNoticeInfo) override;
/base/telephony/cellular_call/services/control/src/
Dcellular_call_supplement.cpp1336 void CellularCallSupplement::EventSsNotify(SsNoticeInfo &ssNoticeInfo) in EventSsNotify()
1361 void CellularCallSupplement::GetMessage(MmiCodeInfo &mmiCodeInfo, const SsNoticeInfo &ssNoticeInfo) in GetMessage()
/base/telephony/ril_adapter/test/unittest/include/
Dril_callback_test.h42 const HDI::Ril::V1_1::SsNoticeInfo &ssNoticeInfo) override;
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
Dril_callback_test.h255 const HDI::Ril::V1_1::SsNoticeInfo &ssNoticeInfo) override;
/base/telephony/ril_adapter/services/hril/src/
Dhril_call.cpp773 HDI::Ril::V1_1::SsNoticeInfo ssNoticeInfo = {}; in CallSsNotice()
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_handler.cpp1168 auto result = event->GetSharedObject<SsNoticeInfo>(); in SsNotifyResponse()
/base/telephony/ril_adapter/test/unittest/
Dril_callback_test.cpp782 int32_t RilCallbackTest::CallSsNotice(const RilRadioResponseInfo &responseInfo, const SsNoticeInfo in CallSsNotice()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_callback_test.cpp856 int32_t RilCallbackTest::CallSsNotice(const RilRadioResponseInfo &responseInfo, const SsNoticeInfo in CallSsNotice()
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.cpp2733 auto ssNoticeResponse = std::make_shared<SsNoticeInfo>();