/base/telephony/call_manager/test/fuzztest/formatphonenumber_fuzzer/ |
D | formatphonenumber_fuzzer.cpp | 90 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/ |
D | call_setting_manager.h | 35 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType type);
|
/base/telephony/cellular_call/services/control/include/ |
D | cellular_call_supplement.h | 131 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType facType);
|
/base/telephony/call_manager/services/call_setting/src/ |
D | call_setting_manager.cpp | 59 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/ |
D | getcallrestriction_fuzzer.cpp | 181 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/ |
D | cellular_call_connection.h | 231 int GetCallRestriction(CallRestrictionType facType, int32_t slotId);
|
D | cellular_call_proxy.h | 259 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType facType) override;
|
D | cellular_call_interface.h | 303 virtual int32_t GetCallRestriction(int32_t slotId, CallRestrictionType facType) = 0;
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_vendor_call_defs.h | 255 void (*GetCallRestriction)(const ReqDataInfo *requestInfo, const char *fac); member
|
/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
D | ims_unit_test.h | 83 int32_t GetCallRestriction(const sptr<ImsCallInterface> &imsCallSerivce) const;
|
/base/telephony/call_manager/interfaces/innerkits/ |
D | call_manager_client.h | 48 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType type);
|
/base/telephony/cellular_call/services/connection/src/ |
D | supplement_request.cpp | 135 return DelayedSingleton<ImsCallClient>::GetInstance()->GetCallRestriction(slotId, fac); in GetCallRestrictionRequest() 137 CoreManagerInner::GetInstance().GetCallRestriction( in GetCallRestrictionRequest()
|
/base/telephony/call_manager/frameworks/native/include/ |
D | call_manager_service_proxy.h | 244 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType type) override;
|
D | call_manager_proxy.h | 63 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType type);
|
D | i_call_manager_service.h | 118 virtual int32_t GetCallRestriction(int32_t slotId, CallRestrictionType type) = 0;
|
/base/telephony/call_manager/frameworks/native/src/ |
D | call_manager_client.cpp | 229 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/ |
D | cs_test.h | 158 int32_t GetCallRestriction(const sptr<CellularCallInterface> &telephonyService) const;
|
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/ |
D | ims_call.h | 418 int32_t GetCallRestriction(int32_t slotId, const std::string &fac) override;
|
/base/telephony/cellular_call/interfaces/innerkits/ims/ |
D | ims_call_client.h | 105 int32_t GetCallRestriction(int32_t slotId, const std::string &fac);
|
D | ims_call_proxy.h | 77 int32_t GetCallRestriction(int32_t slotId, const std::string &fac) override;
|
D | ims_call_interface.h | 493 virtual int32_t GetCallRestriction(int32_t slotId, const std::string &fac) = 0;
|
/base/telephony/call_manager/services/call/include/ |
D | call_control_manager.h | 69 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType type);
|
/base/telephony/call_manager/services/call_manager_service/include/ |
D | call_manager_service.h | 281 int32_t GetCallRestriction(int32_t slotId, CallRestrictionType type) override;
|
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/ |
D | imsclient_fuzzer.cpp | 163 imsCallClient->GetCallRestriction(slotId, number); in TestImsCallClientWithSettingFunction() 277 proxy->GetCallRestriction(slotId, number); in TestImsCallProxyWithSettingFunction()
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
D | ims_call_client.cpp | 553 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()
|