Home
last modified time | relevance | path

Searched refs:GetCallRestriction (Results 1 – 25 of 64) sorted by relevance

123

/base/telephony/call_manager/test/fuzztest/formatphonenumber_fuzzer/
Dformatphonenumber_fuzzer.cpp90 int32_t GetCallRestriction(const uint8_t *data, size_t size) in GetCallRestriction() function
132 GetCallRestriction(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/services/call_setting/include/
Dcall_setting_manager.h35 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType type);
/base/telephony/cellular_call/services/control/include/
Dcellular_call_supplement.h131 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType facType);
/base/telephony/call_manager/services/call_setting/src/
Dcall_setting_manager.cpp59 int32_t CallSettingManager::GetCallRestriction(int32_t slotId, CallRestrictionType type) in GetCallRestriction() function in OHOS::Telephony::CallSettingManager
70 return cellularCallConnectionPtr_->GetCallRestriction(type, slotId); in GetCallRestriction()
/base/telephony/cellular_call/test/fuzztest/getcallrestriction_fuzzer/
Dgetcallrestriction_fuzzer.cpp181 void GetCallRestriction(const uint8_t *data, size_t size) in GetCallRestriction() function
279 GetCallRestriction(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/services/telephony_interaction/include/
Dcellular_call_connection.h231 int GetCallRestriction(CallRestrictionType facType, int32_t slotId);
Dcellular_call_proxy.h259 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType facType) override;
Dcellular_call_interface.h303 virtual int32_t GetCallRestriction(int32_t slotId, CallRestrictionType facType) = 0;
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_call_defs.h255 void (*GetCallRestriction)(const ReqDataInfo *requestInfo, const char *fac); member
/base/telephony/cellular_call/vendor/ims/test/ui_client/
Dims_unit_test.h83 int32_t GetCallRestriction(const sptr<ImsCallInterface> &imsCallSerivce) const;
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_client.h48 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType type);
/base/telephony/cellular_call/services/connection/src/
Dsupplement_request.cpp135 return DelayedSingleton<ImsCallClient>::GetInstance()->GetCallRestriction(slotId, fac); in GetCallRestrictionRequest()
137 CoreManagerInner::GetInstance().GetCallRestriction( in GetCallRestrictionRequest()
/base/telephony/call_manager/frameworks/native/include/
Dcall_manager_service_proxy.h244 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType type) override;
Dcall_manager_proxy.h63 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType type);
Di_call_manager_service.h118 virtual int32_t GetCallRestriction(int32_t slotId, CallRestrictionType type) = 0;
/base/telephony/call_manager/frameworks/native/src/
Dcall_manager_client.cpp229 int32_t CallManagerClient::GetCallRestriction(int32_t slotId, CallRestrictionType type) in GetCallRestriction() function in OHOS::Telephony::CallManagerClient
232 return g_callManagerProxy->GetCallRestriction(slotId, type); in GetCallRestriction()
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.h158 int32_t GetCallRestriction(const sptr<CellularCallInterface> &telephonyService) const;
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
Dims_call.h418 int32_t GetCallRestriction(int32_t slotId, const std::string &fac) override;
/base/telephony/cellular_call/interfaces/innerkits/ims/
Dims_call_client.h105 int32_t GetCallRestriction(int32_t slotId, const std::string &fac);
Dims_call_proxy.h77 int32_t GetCallRestriction(int32_t slotId, const std::string &fac) override;
Dims_call_interface.h493 virtual int32_t GetCallRestriction(int32_t slotId, const std::string &fac) = 0;
/base/telephony/call_manager/services/call/include/
Dcall_control_manager.h69 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType type);
/base/telephony/call_manager/services/call_manager_service/include/
Dcall_manager_service.h281 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType type) override;
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
Dimsclient_fuzzer.cpp163 imsCallClient->GetCallRestriction(slotId, number); in TestImsCallClientWithSettingFunction()
277 proxy->GetCallRestriction(slotId, number); in TestImsCallProxyWithSettingFunction()
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_client.cpp553 int32_t ImsCallClient::GetCallRestriction(int32_t slotId, const std::string &fac) in GetCallRestriction() function in OHOS::Telephony::ImsCallClient
559 return imsCallProxy_->GetCallRestriction(slotId, fac); in GetCallRestriction()

123