Home
last modified time | relevance | path

Searched refs:CallRestrictionInfo (Results 1 - 25 of 52) sorted by relevance

123

/base/telephony/call_manager/services/call_setting/include/
H A Dcall_setting_manager.h36 int32_t SetCallRestriction(int32_t slotId, CallRestrictionInfo &info);
57 int32_t SetCallRestrictionPolicy(int32_t slotId, CallRestrictionInfo &info);
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h185 } CallRestrictionInfo; typedef
656 void (*SetCallRestriction)(const ReqDataInfo *requestInfo, CallRestrictionInfo info);
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dcall.js150 CallRestrictionInfo: call.CallRestrictionInfo,
/base/telephony/ril_adapter/services/vendor/include/
H A Dat_call.h56 void ReqSetCallRestriction(const ReqDataInfo *requestInfo, CallRestrictionInfo info);
/base/telephony/call_manager/test/fuzztest/dialcall_fuzzer/
H A Ddialcall_fuzzer.cpp201 CallRestrictionInfo info; in SetCallRestriction()
208 dataParcel.WriteRawData((const void *)&info, sizeof(CallRestrictionInfo)); in SetCallRestriction()
/base/telephony/call_manager/services/call_setting/src/
H A Dcall_setting_manager.cpp73 int32_t CallSettingManager::SetCallRestriction(int32_t slotId, CallRestrictionInfo &info) in SetCallRestriction()
275 int32_t CallSettingManager::SetCallRestrictionPolicy(int32_t slotId, CallRestrictionInfo &info) in SetCallRestrictionPolicy()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager3_gtest.cpp591 CallRestrictionInfo info; in HWTEST_F()
620 CallRestrictionInfo info; in HWTEST_F()
644 CallRestrictionInfo info; in HWTEST_F()
666 CallRestrictionInfo info; in HWTEST_F()
H A Dcall_manager7_gtest.cpp198 CallRestrictionInfo callRestrictionInfo; in HWTEST_F()
646 CallRestrictionInfo callRestrictionInfo; in HWTEST_F()
647 int length = sizeof(CallRestrictionInfo); in HWTEST_F()
/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager_types.h117 CallRestrictionInfo info;
/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h244 int SetCallRestriction(const CallRestrictionInfo &info, int32_t slotId);
/base/telephony/call_manager/interfaces/innerkits/
H A Dcellular_call_proxy.h280 int32_t SetCallRestriction(int32_t slotId, const CallRestrictionInfo &crInfo) override;
H A Dcellular_call_interface.h268 virtual int32_t SetCallRestriction(int32_t slotId, const CallRestrictionInfo &cRInfo) = 0;
H A Dcall_manager_client.h214 int32_t SetCallRestriction(int32_t slotId, CallRestrictionInfo &info);
H A Dcall_manager_info.h713 struct CallRestrictionInfo { struct
/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_supplement.h146 * @param CallRestrictionInfo
149 int32_t SetCallRestriction(int32_t slotId, const CallRestrictionInfo &cRInfo);
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch7_test.cpp240 CallRestrictionInfo callRestrictionInfo; in HWTEST_F()
348 CallRestrictionInfo callRestrictionInfo; in HWTEST_F()
438 CallRestrictionInfo callRestrictionInfo = { in HWTEST_F()
H A Dzero_branch4_test.cpp524 CallRestrictionInfo callRestrictionInfo = { in HWTEST_F()
706 CallRestrictionInfo callRestrictionInfo; in HWTEST_F()
/base/telephony/call_manager/frameworks/native/include/
H A Dcall_manager_service_proxy.h274 int32_t SetCallRestriction(int32_t slotId, CallRestrictionInfo &info) override;
H A Di_call_manager_service.h67 virtual int32_t SetCallRestriction(int32_t slotId, CallRestrictionInfo &info) = 0;
H A Dcall_manager_proxy.h69 int32_t SetCallRestriction(int32_t slotId, CallRestrictionInfo &info);
/base/telephony/call_manager/services/call/include/
H A Dcall_control_manager.h73 int32_t SetCallRestriction(int32_t slotId, CallRestrictionInfo &info);
/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_service.h363 * @param CallRestrictionInfo
366 int32_t SetCallRestriction(int32_t slotId, const CallRestrictionInfo &crInfo) override;
/base/telephony/call_manager/services/call_manager_service/include/
H A Dcall_manager_service.h309 int32_t SetCallRestriction(int32_t slotId, CallRestrictionInfo &info) override;
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
H A Dcall_manager_connect.h471 int32_t SetCallRestriction(int32_t slotId, CallRestrictionInfo &info);
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h47 int32_t SetCallRestriction(int32_t serialId, const OHOS::HDI::Ril::V1_1::CallRestrictionInfo &callRestrictionInfo);

Completed in 19 milliseconds

123