Home
last modified time | relevance | path

Searched refs:SetVoNRSwitch (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dconfig_request.cpp86 …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 Dtel_ril_call.h120 int32_t SetVoNRSwitch(int32_t state, const AppExecFwk::InnerEvent::Pointer &result);
H A Dtel_ril_manager.h104 …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 Dtel_ril_manager.cpp541 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 Dtel_ril_call.cpp538 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 Di_tel_ril_manager.h107 virtual int32_t SetVoNRSwitch(
H A Dcore_manager_inner.h93 int32_t SetVoNRSwitch(
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp1086 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 Dtel_ril_test_util.cpp2274 telRilManager_->SetVoNRSwitch(slotId, 1, event); in SetVoNRSwitchTest()
/ohos5.0/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp2145 telRilManager_->SetVoNRSwitch(slotId, state, event); in OnRequestSetVoNRSwitchTest()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp1204 EXPECT_GT(mInner.SetVoNRSwitch(0, 0, 0, nullptr), TELEPHONY_ERR_SUCCESS);