Home
last modified time | relevance | path

Searched refs:ssNoticeInfo (Results 1 - 13 of 13) sorted by relevance

/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_supplement.h484 void EventSsNotify(SsNoticeInfo &ssNoticeInfo);
591 void GetMessage(MmiCodeInfo &mmiCodeInfo, const SsNoticeInfo &ssNoticeInfo);
/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp378 SsNoticeInfo ssNoticeInfo; in HWTEST_F() local
379 callSup.EventSsNotify(ssNoticeInfo); in HWTEST_F()
630 SsNoticeInfo ssNoticeInfo; in HWTEST_F() local
631 ssNoticeInfo.result = 0; in HWTEST_F()
632 callSup.GetMessage(mmiCodeInfo, ssNoticeInfo); in HWTEST_F()
633 ssNoticeInfo.result = 1; in HWTEST_F()
634 ssNoticeInfo.serviceType = static_cast<int32_t>(CallTransferType::TRANSFER_TYPE_UNCONDITIONAL); in HWTEST_F()
635 callSup.GetMessage(mmiCodeInfo, ssNoticeInfo); in HWTEST_F()
636 ssNoticeInfo.serviceType = static_cast<int32_t>(CallTransferType::TRANSFER_TYPE_BUSY); in HWTEST_F()
637 callSup.GetMessage(mmiCodeInfo, ssNoticeInfo); in HWTEST_F()
[all...]
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp560 int32_t TelRilCall::CallSsNotice(const HDI::Ril::V1_1::SsNoticeInfo &ssNoticeInfo) in CallSsNotice() argument
567 ssNotice->serviceType = ssNoticeInfo.serviceType; in CallSsNotice()
568 ssNotice->requestType = ssNoticeInfo.requestType; in CallSsNotice()
569 ssNotice->serviceClass = ssNoticeInfo.serviceClass; in CallSsNotice()
570 ssNotice->result = ssNoticeInfo.result; in CallSsNotice()
H A Dtel_ril_callback.cpp65 const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::SsNoticeInfo &ssNoticeInfo) in CallSsNotice()
67 return Notify(responseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::CallSsNotice, ssNoticeInfo); in CallSsNotice()
64 CallSsNotice( const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::SsNoticeInfo &ssNoticeInfo) CallSsNotice() argument
/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dzero_branch_test_tel_ril.cpp355 HDI::Ril::V1_1::SsNoticeInfo ssNoticeInfo; in HWTEST_F() local
360 telRilCall->CallSsNotice(ssNoticeInfo); in HWTEST_F()
/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp1316 void CellularCallSupplement::EventSsNotify(SsNoticeInfo &ssNoticeInfo) in EventSsNotify() argument
1319 mmiCodeInfo.result = ssNoticeInfo.result; in EventSsNotify()
1320 switch (ssNoticeInfo.requestType) { in EventSsNotify()
1326 GetMessage(mmiCodeInfo, ssNoticeInfo); in EventSsNotify()
1341 void CellularCallSupplement::GetMessage(MmiCodeInfo &mmiCodeInfo, const SsNoticeInfo &ssNoticeInfo) in GetMessage() argument
1343 if (ssNoticeInfo.result != 0) { in GetMessage()
1349 switch (ssNoticeInfo.serviceType) { in GetMessage()
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp868 HDI::Ril::V1_1::SsNoticeInfo ssNoticeInfo = {}; in CallSsNotice() local
870 ssNoticeInfo.serviceType = hSsNoticeInfo->serviceType; in CallSsNotice()
871 ssNoticeInfo.requestType = hSsNoticeInfo->requestType; in CallSsNotice()
872 ssNoticeInfo.serviceClass = hSsNoticeInfo->serviceClass; in CallSsNotice()
873 ssNoticeInfo.result = hSsNoticeInfo->result; in CallSsNotice()
874 return Notify(notifyType, error, &HDI::Ril::V1_1::IRilCallback::CallSsNotice, ssNoticeInfo); in CallSsNotice()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_callback_test.cpp1032 int32_t RilCallbackTest::CallSsNotice(const RilRadioResponseInfo &responseInfo, const SsNoticeInfo &ssNoticeInfo) in CallSsNotice() argument
1036 responseInfo.slotId, ssNoticeInfo.result, ssNoticeInfo.serviceType, ssNoticeInfo.requestType, in CallSsNotice()
1037 ssNoticeInfo.serviceClass); in CallSsNotice()
/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp944 int32_t RilCallbackTest::CallSsNotice(const RilRadioResponseInfo &responseInfo, const SsNoticeInfo &ssNoticeInfo) in CallSsNotice() argument
947 cout << "[ssNoticeInfo] -->[serviceType] : " << ssNoticeInfo.serviceType << endl; in CallSsNotice()
948 cout << "[ssNoticeInfo] -->[requestType] : " << ssNoticeInfo.requestType << endl; in CallSsNotice()
949 cout << "[ssNoticeInfo] -->[serviceClass] : " << ssNoticeInfo.serviceClass << endl; in CallSsNotice()
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_call.h114 int32_t CallSsNotice(const HDI::Ril::V1_1::SsNoticeInfo &ssNoticeInfo);
H A Dtel_ril_callback.h41 const HDI::Ril::V1_1::SsNoticeInfo &ssNoticeInfo) override;
/base/telephony/ril_adapter/test/unittest/include/
H A Dril_callback_test.h42 const HDI::Ril::V1_1::SsNoticeInfo &ssNoticeInfo) override;
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h259 const HDI::Ril::V1_1::SsNoticeInfo &ssNoticeInfo) override;

Completed in 22 milliseconds