Home
last modified time | relevance | path

Searched refs:SetCallRestriction (Results 1 - 25 of 76) sorted by relevance

1234

/base/telephony/call_manager/services/call_setting/include/
H A Dcall_setting_manager.h36 int32_t SetCallRestriction(int32_t slotId, CallRestrictionInfo &info);
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager3_gtest.cpp577 /******************************************* 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 Dcall_manager_connect.cpp319 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 Ddialcall_fuzzer.cpp196 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 Dcall_setting_manager.cpp73 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 Dims_unit_test.h85 int32_t SetCallRestriction(const sptr<ImsCallInterface> &imsCallSerivce) const;
H A Dims_unit_test.cpp110 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 Dhril_vendor_call_defs.h656 void (*SetCallRestriction)(const ReqDataInfo *requestInfo, CallRestrictionInfo info); member
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp100 &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 Dcs_test.h122 int32_t SetCallRestriction(const sptr<CellularCallInterface> &telephonyService) const;
/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h237 * SetCallRestriction
244 int SetCallRestriction(const CallRestrictionInfo &info, int32_t slotId);
/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h460 * @brief SetCallRestriction IMS SetCallRestriction interface
470 virtual int32_t SetCallRestriction(
H A Dims_call_client.h508 * @brief SetCallRestriction IMS SetCallRestriction interface
518 int32_t SetCallRestriction(
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h401 * 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 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);
/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_supplement.h149 int32_t SetCallRestriction(int32_t slotId, const CallRestrictionInfo &cRInfo);
/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_ims.cpp124 return imsCallClient->SetCallRestriction(slotId, fac, mode, pw, index); in SetCallRestrictionRequest()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch7_test.cpp241 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 Dcall_manager_client.cpp289 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 Dcall_manager_service_proxy.h267 * SetCallRestriction
274 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;
/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.h366 int32_t SetCallRestriction(int32_t slotId, const CallRestrictionInfo &crInfo) override;

Completed in 22 milliseconds

1234