Searched refs:SetVoNRSwitch (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | config_request.cpp | 86 …CoreManagerInner::GetInstance().SetVoNRSwitch(slotId, state, RadioEvent::RADIO_SET_VONR_SWITCH_STA… in SetVoNRSwitchStatusRequest()
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_call.h | 120 int32_t SetVoNRSwitch(int32_t state, const AppExecFwk::InnerEvent::Pointer &result);
|
H A D | tel_ril_manager.h | 104 …int32_t SetVoNRSwitch(int32_t slotId, int32_t state, const AppExecFwk::InnerEvent::Pointer &result…
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_manager.cpp | 541 int32_t TelRilManager::SetVoNRSwitch( in SetVoNRSwitch() function in OHOS::Telephony::TelRilManager 544 …return TaskSchedule(response, "TelRilCall", GetTelRilCall(slotId), &TelRilCall::SetVoNRSwitch, sta… in SetVoNRSwitch()
|
H A D | tel_ril_call.cpp | 538 int32_t TelRilCall::SetVoNRSwitch(int32_t state, const AppExecFwk::InnerEvent::Pointer &result) in SetVoNRSwitch() function in OHOS::Telephony::TelRilCall
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_tel_ril_manager.h | 107 virtual int32_t SetVoNRSwitch(
|
H A D | core_manager_inner.h | 93 int32_t SetVoNRSwitch(
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_manager_inner.cpp | 1086 int32_t CoreManagerInner::SetVoNRSwitch( in SetVoNRSwitch() function in OHOS::Telephony::CoreManagerInner 1099 return telRilManager_->SetVoNRSwitch(slotId, state, response); in SetVoNRSwitch()
|
/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_test_util.cpp | 2274 telRilManager_->SetVoNRSwitch(slotId, 1, event); in SetVoNRSwitchTest()
|
/ohos5.0/base/telephony/core_service/services/tel_ril/test/ |
H A D | tel_ril_test.cpp | 2145 telRilManager_->SetVoNRSwitch(slotId, state, event); in OnRequestSetVoNRSwitchTest()
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test.cpp | 1204 EXPECT_GT(mInner.SetVoNRSwitch(0, 0, 0, nullptr), TELEPHONY_ERR_SUCCESS);
|