Home
last modified time | relevance | path

Searched refs:callRestrictionInfo (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_call_test.cpp647 CallRestrictionInfo callRestrictionInfo = {}; variable
648 callRestrictionInfo.fac = "AO";
649 callRestrictionInfo.mode = 1;
650 callRestrictionInfo.password = "123456";
651 …et = g_rilInterface->SetCallRestriction(SLOTID_1, RilTestUtil::GetSerialId(), callRestrictionInfo);
667 CallRestrictionInfo callRestrictionInfo = {}; variable
668 callRestrictionInfo.fac = "AO";
669 callRestrictionInfo.mode = 1;
670 callRestrictionInfo.password = "123456";
671 …et = g_rilInterface->SetCallRestriction(SLOTID_2, RilTestUtil::GetSerialId(), callRestrictionInfo);
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager7_gtest.cpp198 CallRestrictionInfo callRestrictionInfo; variable
199 ASSERT_NE(callManagerService->SetCallRestriction(0, callRestrictionInfo), TELEPHONY_SUCCESS);
646 CallRestrictionInfo callRestrictionInfo; variable
648 data.WriteRawData((const void *)&callRestrictionInfo, length);
667 data2.WriteRawData((const void *)&callRestrictionInfo, length);
H A Dcall_manager2_gtest.cpp205 CallRestrictionInfo callRestrictionInfo; variable
206 ASSERT_EQ(client->SetCallRestriction(SIM1_SLOTID, callRestrictionInfo), TELEPHONY_ERR_UNINIT);
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp445 HDI::Ril::V1_1::CallRestrictionInfo callRestrictionInfo = {}; in SetCallRestriction() local
446 callRestrictionInfo.fac = restrictionType; in SetCallRestriction()
447 callRestrictionInfo.mode = mode; in SetCallRestriction()
448 callRestrictionInfo.password = password; in SetCallRestriction()
449 …t(TELEPHONY_LOG_FUNC_NAME, result, &HDI::Ril::V1_1::IRil::SetCallRestriction, callRestrictionInfo); in SetCallRestriction()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp690 CallRestrictionInfo callRestrictionInfo; variable
691 …ASSERT_NE(callControlManager->SetCallRestriction(INVALID_CALLID, callRestrictionInfo), TELEPHONY_S…
692 … ASSERT_NE(callControlManager->SetCallRestriction(slotId, callRestrictionInfo), TELEPHONY_SUCCESS);
746 CallRestrictionInfo callRestrictionInfo; variable
747 …ASSERT_NE(callControlManager->SetCallRestriction(INVALID_CALLID, callRestrictionInfo), TELEPHONY_S…
748 …ASSERT_NE(callControlManager->SetCallRestriction(SIM1_SLOTID, callRestrictionInfo), TELEPHONY_SUCC…
H A Dzero_branch4_test.cpp524 CallRestrictionInfo callRestrictionInfo = { variable
529 callSettingManager->SetCallRestriction(SIM1_SLOTID, callRestrictionInfo);
530 callSettingManager->SetCallRestriction(INVALID_SLOTID, callRestrictionInfo);
706 CallRestrictionInfo callRestrictionInfo; variable
707 callManagerClient->SetCallRestriction(0, callRestrictionInfo);
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp286 int32_t serialId, const OHOS::HDI::Ril::V1_1::CallRestrictionInfo &callRestrictionInfo) in SetCallRestriction() argument
289 info.fac = StringToCString(callRestrictionInfo.fac); in SetCallRestriction()
290 info.mode = callRestrictionInfo.mode; in SetCallRestriction()
291 info.password = StringToCString(callRestrictionInfo.password); in SetCallRestriction()
H A Dhril_manager.cpp488 …2_t slotId, int32_t serialId, const OHOS::HDI::Ril::V1_1::CallRestrictionInfo &callRestrictionInfo) in SetCallRestriction() argument
491 …MODULE_HRIL_CALL, hrilCall_[slotId], &HRilCall::SetCallRestriction, serialId, callRestrictionInfo); in SetCallRestriction()
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp137 int32_t slotId, int32_t serialId, const CallRestrictionInfo &callRestrictionInfo) in SetCallRestriction() argument
139 …n TaskSchedule(&Telephony::HRilManager::SetCallRestriction, slotId, serialId, callRestrictionInfo); in SetCallRestriction()
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h47 …estriction(int32_t serialId, const OHOS::HDI::Ril::V1_1::CallRestrictionInfo &callRestrictionInfo);
H A Dhril_manager.h93 …_t slotId, int32_t serialId, const OHOS::HDI::Ril::V1_1::CallRestrictionInfo &callRestrictionInfo);
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_v10.md40 …, [in] struct [CallRestrictionInfo](_call_restriction_info_v10.md) callRestrictionInfo) | 设置呼叫限制。 …
1734 …triction ([in] int slotId, [in] int serialId, [in] struct CallRestrictionInfo callRestrictionInfo )
1748 | callRestrictionInfo | 表示呼叫限制信息,详见[CallRestrictionInfo](_call_restriction_info_v10.md)。 |
H A Dinterface_i_ril_v11.md40 …, [in] struct [CallRestrictionInfo](_call_restriction_info_v11.md) callRestrictionInfo) | 设置呼叫限制。 …
1814 …triction ([in] int slotId, [in] int serialId, [in] struct CallRestrictionInfo callRestrictionInfo )
1828 | callRestrictionInfo | 表示呼叫限制信息,详见[CallRestrictionInfo](_call_restriction_info_v11.md)。 |
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h57 int32_t slotId, int32_t serialId, const CallRestrictionInfo &callRestrictionInfo) override;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dril_service.h.txt69 const OHOS::HDI::Ril::V1_1::CallRestrictionInfo& callRestrictionInfo) override;
H A Dril_proxy.h.txt109 const OHOS::HDI::Ril::V1_1::CallRestrictionInfo& callRestrictionInfo) override;
372 …const OHOS::HDI::Ril::V1_1::CallRestrictionInfo& callRestrictionInfo, const sptr<IRemoteObject> re…
H A Dril_service.cpp.txt123 const OHOS::HDI::Ril::V1_1::CallRestrictionInfo& callRestrictionInfo)
H A Diril.h.txt219 const OHOS::HDI::Ril::V1_1::CallRestrictionInfo& callRestrictionInfo) = 0;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/
H A Dril_service.h.txt69 const OHOS::HDI::Ril::V1_0::CallRestrictionInfo& callRestrictionInfo) override;
H A Dril_proxy.h.txt109 const OHOS::HDI::Ril::V1_0::CallRestrictionInfo& callRestrictionInfo) override;
360 …const OHOS::HDI::Ril::V1_0::CallRestrictionInfo& callRestrictionInfo, const sptr<IRemoteObject> re…
H A Diril.h.txt213 const OHOS::HDI::Ril::V1_0::CallRestrictionInfo& callRestrictionInfo) = 0;
H A Dril_service.cpp.txt123 const OHOS::HDI::Ril::V1_0::CallRestrictionInfo& callRestrictionInfo)
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Dril_service.h.txt78 const OHOS::HDI::Ril::V1_1::CallRestrictionInfo& callRestrictionInfo) override;
H A Dril_proxy.h.txt119 const OHOS::HDI::Ril::V1_1::CallRestrictionInfo& callRestrictionInfo) override;
H A Dril_service.cpp.txt144 const OHOS::HDI::Ril::V1_1::CallRestrictionInfo& callRestrictionInfo)

12