/base/telephony/call_manager/services/call_setting/include/ |
H A D | call_setting_manager.h | 36 int32_t SetCallRestriction(int32_t slotId, CallRestrictionInfo &info);
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager3_gtest.cpp | 577 /******************************************* Test SetCallRestriction() ********************************************/ 582 * test SetCallRestriction() 600 EXPECT_EQ(CallManagerGtest::clientPtr_->SetCallRestriction(SIM1_SLOTID, info), RETURN_VALUE_IS_ZERO); in HWTEST_F() 603 EXPECT_EQ(CallManagerGtest::clientPtr_->SetCallRestriction(SIM2_SLOTID, info), RETURN_VALUE_IS_ZERO); in HWTEST_F() 611 * test SetCallRestriction() return failed 628 EXPECT_EQ(CallManagerGtest::clientPtr_->SetCallRestriction(INVALID_SLOT_ID, info), CALL_ERR_INVALID_SLOT_ID); in HWTEST_F() 635 * test SetCallRestriction() return failed 653 EXPECT_EQ(CallManagerGtest::clientPtr_->SetCallRestriction(slotId, info), CALL_ERR_INVALID_SLOT_ID); in HWTEST_F() 658 * @tc.name test SetCallRestriction() without permission 675 EXPECT_EQ(CallManagerGtest::clientPtr_->SetCallRestriction(SIM1_SLOTI in HWTEST_F() [all...] |
H A D | call_manager_connect.cpp | 319 int32_t CallManagerConnect::SetCallRestriction(int32_t slotId, CallRestrictionInfo &info) in SetCallRestriction() function in OHOS::Telephony::CallManagerConnect 322 return callManagerServicePtr_->SetCallRestriction(slotId, info); in SetCallRestriction()
|
/base/telephony/call_manager/test/fuzztest/dialcall_fuzzer/ |
H A D | dialcall_fuzzer.cpp | 196 int32_t SetCallRestriction(const uint8_t *data, size_t size) in SetCallRestriction() function 300 SetCallRestriction(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/services/call_setting/src/ |
H A D | call_setting_manager.cpp | 73 int32_t CallSettingManager::SetCallRestriction(int32_t slotId, CallRestrictionInfo &info) in SetCallRestriction() function in OHOS::Telephony::CallSettingManager 76 "SetCallRestriction: slotId = %{public}d, mode = %{public}d, type = %{public}d", in SetCallRestriction() 87 return cellularCallConnectionPtr_->SetCallRestriction(info, slotId); in SetCallRestriction()
|
/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
H A D | ims_unit_test.h | 85 int32_t SetCallRestriction(const sptr<ImsCallInterface> &imsCallSerivce) const;
|
H A D | ims_unit_test.cpp | 110 requestCallFuncMap_[ImsCallInterfaceCode::IMS_SET_CALL_RESTRICTION] = &ImsUnitTest::SetCallRestriction; in InitSupplementFuncMap() 631 int32_t ImsUnitTest::SetCallRestriction(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in SetCallRestriction() function in OHOS::Telephony::ImsUnitTest 633 std::cout << "test SetCallRestriction entry.\n"; in SetCallRestriction() 643 int32_t ret = imsCallPtr->SetCallRestriction(slotId, fac, crMode, crRassword); in SetCallRestriction() 728 "403:SetCallTransfer\n404:GetCallTransfer\n405:SetCallRestriction\n406:GetCallRestriction\n" in ImsCallTest()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_call_defs.h | 656 void (*SetCallRestriction)(const ReqDataInfo *requestInfo, CallRestrictionInfo info); member
|
/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs_test.cpp | 100 &CsTest::SetCallRestriction; in SetUp() 392 int32_t CsTest::SetCallRestriction(const sptr<CellularCallInterface> &telephonyService) const in SetCallRestriction() function in OHOS::Telephony::CsTest 394 std::cout << "test SetCallRestriction entry.\n"; in SetCallRestriction() 409 return telephonyService->SetCallRestriction(slotId, info); in SetCallRestriction() 525 "203:SetCallWaiting\n204:GetCallWaiting\n205:SetCallRestriction\n" in InputNumForInterface()
|
H A D | cs_test.h | 122 int32_t SetCallRestriction(const sptr<CellularCallInterface> &telephonyService) const;
|
/base/telephony/call_manager/services/telephony_interaction/include/ |
H A D | cellular_call_connection.h | 237 * SetCallRestriction 244 int SetCallRestriction(const CallRestrictionInfo &info, int32_t slotId);
|
/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_interface.h | 460 * @brief SetCallRestriction IMS SetCallRestriction interface
470 virtual int32_t SetCallRestriction(
|
H A D | ims_call_client.h | 508 * @brief SetCallRestriction IMS SetCallRestriction interface
518 int32_t SetCallRestriction(
|
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/ |
H A D | ims_call.h | 401 * IMS SetCallRestriction interface 409 int32_t SetCallRestriction(int32_t slotId, const std::string &fac, int32_t mode, const std::string &pw) override;
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | cellular_call_proxy.h | 280 int32_t SetCallRestriction(int32_t slotId, const CallRestrictionInfo &crInfo) override;
|
H A D | cellular_call_interface.h | 268 virtual int32_t SetCallRestriction(int32_t slotId, const CallRestrictionInfo &cRInfo) = 0;
|
H A D | call_manager_client.h | 214 int32_t SetCallRestriction(int32_t slotId, CallRestrictionInfo &info);
|
/base/telephony/cellular_call/services/utils/include/ |
H A D | cellular_call_supplement.h | 149 int32_t SetCallRestriction(int32_t slotId, const CallRestrictionInfo &cRInfo);
|
/base/telephony/cellular_call/services/common/src/ |
H A D | supplement_request_ims.cpp | 124 return imsCallClient->SetCallRestriction(slotId, fac, mode, pw, index); in SetCallRestrictionRequest()
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch7_test.cpp | 241 EXPECT_NE(callManagerService->SetCallRestriction(0, callRestrictionInfo), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F() 349 EXPECT_EQ(callManagerService->SetCallRestriction(0, callRestrictionInfo), TELEPHONY_ERR_ILLEGAL_USE_OF_SYSTEM_API); in HWTEST_F() 443 EXPECT_EQ(callSettingManager->SetCallRestriction(SIM1_SLOTID, callRestrictionInfo), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
|
/base/telephony/call_manager/frameworks/native/src/ |
H A D | call_manager_client.cpp | 289 int32_t CallManagerClient::SetCallRestriction(int32_t slotId, CallRestrictionInfo &info) in SetCallRestriction() function in OHOS::Telephony::CallManagerClient 292 return g_callManagerProxy->SetCallRestriction(slotId, info); in SetCallRestriction()
|
/base/telephony/call_manager/frameworks/native/include/ |
H A D | call_manager_service_proxy.h | 267 * SetCallRestriction 274 int32_t SetCallRestriction(int32_t slotId, CallRestrictionInfo &info) override;
|
H A D | i_call_manager_service.h | 67 virtual int32_t SetCallRestriction(int32_t slotId, CallRestrictionInfo &info) = 0;
|
/base/telephony/call_manager/services/call/include/ |
H A D | call_control_manager.h | 73 int32_t SetCallRestriction(int32_t slotId, CallRestrictionInfo &info);
|
/base/telephony/cellular_call/services/manager/include/ |
H A D | cellular_call_service.h | 366 int32_t SetCallRestriction(int32_t slotId, const CallRestrictionInfo &crInfo) override;
|