Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h834 void (*SetBarringPassword)(const ReqDataInfo *requestInfo, HRilSetBarringInfo info); member
/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_supplement.h181 int32_t SetBarringPassword(
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c93 .SetBarringPassword = ReqSetBarringPassword,
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_call.h68 int32_t SetBarringPassword(std::string fac, const char *oldPassword,
H A Dtel_ril_manager.h101 int32_t SetBarringPassword(int32_t slotId, const char *oldPassword, const char *newPassword,
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp120 telRilCall->SetBarringPassword(fac, oldPassword.c_str(), newPassword.c_str(), result); in GetCallList()
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h60 int32_t SetBarringPassword(int32_t serialId, const OHOS::HDI::Ril::V1_1::SetBarringInfo &setBarringInfo);
H A Dhril_manager.h108 int32_t SetBarringPassword(
/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_cs.cpp133 return CoreManagerInner::GetInstance().SetBarringPassword( in SetBarringPasswordRequest()
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp523 int32_t TelRilCall::SetBarringPassword( in SetBarringPassword() function in OHOS::Telephony::TelRilCall
530 return Request(TELEPHONY_LOG_FUNC_NAME, result, &HDI::Ril::V1_1::IRil::SetBarringPassword, setBarringInfo); in SetBarringPassword()
H A Dtel_ril_manager.cpp468 int32_t TelRilManager::SetBarringPassword(int32_t slotId, const char *oldPassword, in SetBarringPassword() function in OHOS::Telephony::TelRilManager
471 return TaskSchedule(response, "TelRilCall", GetTelRilCall(slotId), &TelRilCall::SetBarringPassword, in SetBarringPassword()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_call_test.cpp1195 int32_t ret = g_rilInterface->SetBarringPassword(SLOTID_1, RilTestUtil::GetSerialId(), setBarringInfo); in HWTEST_F()
1215 int32_t ret = g_rilInterface->SetBarringPassword(SLOTID_2, RilTestUtil::GetSerialId(), setBarringInfo); in HWTEST_F()
H A Dzero_branch_test.cpp121 EXPECT_NE(HDF_SUCCESS, manager->SetBarringPassword(0, 0, setBarringInfo)); in TestCallInterface()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch_test.cpp441 callSup.SetBarringPassword(SIM1_SLOTID, CallRestrictionType::RESTRICTION_TYPE_ALL_INCOMING, "1111", "0000"); in HWTEST_F()
442 ASSERT_NE(callSup.SetBarringPassword(SIM2_SLOTID, CallRestrictionType::RESTRICTION_TYPE_ALL_INCOMING, in HWTEST_F()
685 ASSERT_EQ(callSup.SetBarringPassword(SIM1_SLOTID, CallRestrictionType::RESTRICTION_TYPE_ALL_INCOMING, in HWTEST_F()
/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h96 virtual int32_t SetBarringPassword(int32_t slotId, const char *oldPassword, const char *newPassword,
H A Dcore_manager_inner.h91 int32_t SetBarringPassword(int32_t slotId, const char *oldPassword,
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp565 int32_t HRilManager::SetBarringPassword( in SetBarringPassword() function in OHOS::Telephony::HRilManager
568 return TaskSchedule(MODULE_HRIL_CALL, hrilCall_[slotId], &HRilCall::SetBarringPassword, serialId, setBarringInfo); in SetBarringPassword()
H A Dhril_call.cpp366 int32_t HRilCall::SetBarringPassword(int32_t serialId, const OHOS::HDI::Ril::V1_1::SetBarringInfo &setBarringInfo) in SetBarringPassword() function in OHOS::Telephony::HRilCall
373 serialId, HREQ_CALL_SET_BARRING_PASSWORD, callFuncs_, &HRilCallReq::SetBarringPassword, info); in SetBarringPassword()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dcore_service_native_branch_test.cpp323 EXPECT_EQ(mInner.SetBarringPassword(-1, "", "", "", response), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
H A Dzero_branch_test.cpp1196 EXPECT_GT(mInner.SetBarringPassword(0, "", "", "", event), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp1076 int32_t CoreManagerInner::SetBarringPassword(int32_t slotId, const char *oldPassword, in SetBarringPassword() function in OHOS::Telephony::CoreManagerInner
1083 return telRilManager_->SetBarringPassword(slotId, oldPassword, newPassword, restrictionType, response); in SetBarringPassword()
/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp1090 int32_t CellularCallSupplement::SetBarringPassword( in SetBarringPassword() function in OHOS::Telephony::CellularCallSupplement
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp1125 return cellularCallSupplement.SetBarringPassword(slotId, facType, oldPassword, newPassword); in SetCallRestrictionPassword()
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp432 int32_t ret = g_rilInterface->SetBarringPassword(slotId, GetSerialId(), setBarringInfo); in SetBarringPasswordTest()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp2114 telRilManager_->SetBarringPassword(slotId, newPassword, oldPassword, fac, event); in SetBarringPasswordTest()

Completed in 58 milliseconds