Home
last modified time | relevance | path

Searched refs:SetVonrSwitch (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h845 void (*SetVonrSwitch)(const ReqDataInfo *requestInfo, int32_t status); member
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c95 .SetVonrSwitch = ReqSetVonrSwitch,
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp228 int32_t RilImpl::SetVonrSwitch(int32_t slotId, int32_t serialId, int32_t status) in SetVonrSwitch() function in OHOS::HDI::Ril::V1_3::RilImpl
230 return TaskSchedule(&Telephony::HRilManager::SetVonrSwitch, slotId, serialId, status); in SetVonrSwitch()
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h69 int32_t SetVonrSwitch(int32_t serialId, int32_t status);
H A Dhril_manager.h112 int32_t SetVonrSwitch(int32_t slotId, int32_t serialId, int32_t status);
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_call_test.cpp1263 int32_t ret = g_rilInterface->SetVonrSwitch(SLOTID_1, RilTestUtil::GetSerialId(), 0);
1279 int32_t ret = g_rilInterface->SetVonrSwitch(SLOTID_2, RilTestUtil::GetSerialId(), 0);
H A Dzero_branch_test.cpp122 EXPECT_NE(HDF_SUCCESS, manager->SetVonrSwitch(0, 0, 0)); in TestCallInterface()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_v11.md57 | [SetVonrSwitch](#setvonrswitch) ([in] int slotId, [in] int serialId, [in] int status) | 设置Vonr开关。…
2437 ### SetVonrSwitch()
2440 IRil::SetVonrSwitch ([in] int slotId, [in] int serialId, [in] int status )
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h75 int32_t SetVonrSwitch(int32_t slotId, int32_t serialId, int32_t status) override;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dril_service.h.txt106 int32_t SetVonrSwitch(int32_t slotId, int32_t serialId, int32_t status) override;
H A Dril_service.cpp.txt214 int32_t RilService::SetVonrSwitch(int32_t slotId, int32_t serialId, int32_t status)
H A Diril.h.txt256 virtual int32_t SetVonrSwitch(int32_t slotId, int32_t serialId, int32_t status) = 0;
H A Dril_proxy.h.txt146 int32_t SetVonrSwitch(int32_t slotId, int32_t serialId, int32_t status) override;
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp408 int32_t HRilCall::SetVonrSwitch(int32_t serialId, int32_t status) in SetVonrSwitch() function in OHOS::Telephony::HRilCall
410 …return RequestVendor(serialId, HREQ_SET_VONR_SWITCH, callFuncs_, &HRilCallReq::SetVonrSwitch, stat… in SetVonrSwitch()
H A Dhril_manager.cpp580 int32_t HRilManager::SetVonrSwitch(int32_t slotId, int32_t serialId, int32_t status) in SetVonrSwitch() function in OHOS::Telephony::HRilManager
582 …return TaskSchedule(MODULE_HRIL_CALL, hrilCall_[slotId], &HRilCall::SetVonrSwitch, serialId, statu… in SetVonrSwitch()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Dril_service.h.txt115 int32_t SetVonrSwitch(int32_t slotId, int32_t serialId, int32_t status) override;
H A Dril_proxy.h.txt156 int32_t SetVonrSwitch(int32_t slotId, int32_t serialId, int32_t status) override;
H A Dril_service.cpp.txt235 int32_t RilService::SetVonrSwitch(int32_t slotId, int32_t serialId, int32_t status)
H A Dril_proxy.cpp.txt377 int32_t OHOS::HDI::Ril::V1_2::RilProxy::SetVonrSwitch(int32_t slotId, int32_t serialId, int32_t sta…
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp540 return Request(TELEPHONY_LOG_FUNC_NAME, result, &HDI::Ril::V1_1::IRil::SetVonrSwitch, state); in SetVoNRSwitch()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/dump_ast_target/
H A Ddump.txt172 [mini, lite, full, oneway] SetVonrSwitch(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/dump_ast_target/
H A Ddump.txt233 [mini, lite, full, oneway] SetVonrSwitch(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/foo/ril/v1_1/
H A DIRil.idl610 [oneway] SetVonrSwitch([in] int slotId, [in] int serialId, [in] int status);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_1/
H A DIRil.idl610 [oneway] SetVonrSwitch([in] int slotId, [in] int serialId, [in] int status);
/ohos5.0/drivers/interface/ril/v1_1/
H A DIRil.idl610 [oneway] SetVonrSwitch([in] int slotId, [in] int serialId, [in] int status);

12