Home
last modified time | relevance | path

Searched refs:oldPassword (Results 1 – 25 of 56) sorted by relevance

123

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_sim_parcel.h196 std::string oldPassword = ""; member
Dhril_vendor_sim_defs.h221 char *oldPassword; member
Dhril_vendor_call_defs.h195 const char *oldPassword; member
/base/telephony/call_manager/services/call_setting/include/
Dcall_setting_manager.h38 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword);
/base/telephony/cellular_call/services/connection/include/
Dsupplement_request_cs.h115 int32_t index, const char *oldPassword, const char *newPassword);
/base/telephony/call_manager/services/call_setting/src/
Dcall_setting_manager.cpp91 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) in SetCallRestrictionPassword() argument
103 …return cellularCallConnectionPtr_->SetCallRestrictionPassword(slotId, fac, oldPassword, newPasswor… in SetCallRestrictionPassword()
/base/telephony/call_manager/services/telephony_interaction/include/
Dcellular_call_connection.h266 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword);
/base/telephony/call_manager/frameworks/js/napi/include/
Dnapi_call_manager_types.h121 char oldPassword[kMaxNumberLen + 1] = { 0 }; member
/base/telephony/cellular_call/services/connection/src/
Dsupplement_request_cs.cpp123 int32_t index, const char *oldPassword, const char *newPassword) in SetBarringPasswordRequest() argument
134 slotId, oldPassword, newPassword, restrictionType, response); in SetBarringPasswordRequest()
/base/telephony/call_manager/interfaces/kits/js/
D@ohos.telephony.call.d.ts1549 …function setCallRestrictionPassword(slotId: number, oldPassword: string, newPassword: string, call…
1571 …function setCallRestrictionPassword(slotId: number, oldPassword: string, newPassword: string): Pro…
/base/telephony/call_manager/interfaces/innerkits/
Dcellular_call_interface.h270 … int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) = 0;
Dcall_manager_client.h210 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword);
Dcellular_call_proxy.h283 …int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) overrid…
/base/telephony/cellular_call/services/control/include/
Dcellular_call_supplement.h182 … int32_t slotId, CallRestrictionType facType, const char *oldPassword, const char *newPassword);
/base/telephony/call_manager/services/call/include/
Dcall_control_manager.h74 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword);
/base/telephony/call_manager/frameworks/native/include/
Di_call_manager_service.h65 … int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) = 0;
Dcall_manager_service_proxy.h270 …int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) overrid…
Dcall_manager_proxy.h68 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword);
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_types.h424 std::string oldPassword = ""; member
/base/telephony/call_manager/frameworks/native/src/
Dcall_manager_client.cpp260 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) in SetCallRestrictionPassword() argument
263 … return g_callManagerProxy->SetCallRestrictionPassword(slotId, fac, oldPassword, newPassword); in SetCallRestrictionPassword()
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
Dsendsmsmoremode_fuzzer.cpp94 std::string oldPassword(reinterpret_cast<const char *>(data), size); in GetCallList()
128 telRilCall->SetBarringPassword(fac, oldPassword.c_str(), newPassword.c_str(), result); in GetCallList()
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sim.cpp349 int32_t TelRilSim::ChangeSimPassword(std::string fac, std::string oldPassword, std::string newPassw… in ChangeSimPassword() argument
354 simPwdInfo.oldPassword = oldPassword; in ChangeSimPassword()
/base/telephony/call_manager/services/call_manager_service/include/
Dcall_manager_service.h305 …int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) overrid…
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dcall_manager_gtest.cpp2892 const char oldPassword[kMaxNumberLen + 1] = "1111"; variable
2897 …llManagerGtest::clientPtr_->SetCallRestrictionPassword(SIM1_SLOTID, fac, oldPassword, newPassword),
2901 …llManagerGtest::clientPtr_->SetCallRestrictionPassword(SIM2_SLOTID, fac, oldPassword, newPassword),
2918 const char oldPassword[kMaxNumberLen + 1] = "1111"; variable
2922 …nagerGtest::clientPtr_->SetCallRestrictionPassword(INVALID_SLOT_ID, fac, oldPassword, newPassword),
2938 const char oldPassword[kMaxNumberLen + 1] = "1111"; variable
2943 …EXPECT_EQ(CallManagerGtest::clientPtr_->SetCallRestrictionPassword(slotId, fac, oldPassword, newPa…
2958 const char oldPassword[kMaxNumberLen + 1] = "1111"; variable
2963 …llManagerGtest::clientPtr_->SetCallRestrictionPassword(SIM1_SLOTID, fac, oldPassword, newPassword),
2967 …llManagerGtest::clientPtr_->SetCallRestrictionPassword(SIM2_SLOTID, fac, oldPassword, newPassword),
[all …]
/base/telephony/call_manager/test/unittest/ui_client/
Dui_client_test.cpp576 char oldPassword[kMaxNumberLen + 1] = { 0 }; in SetCallRestrictionPassword() local
583 std::cin >> oldPassword; in SetCallRestrictionPassword()
590 int32_t ret = g_clientPtr->SetCallRestrictionPassword(slotId, fac, oldPassword, newPassword); in SetCallRestrictionPassword()
592 (void)memset_s(oldPassword, sizeof(oldPassword), 0, sizeof(oldPassword)); in SetCallRestrictionPassword()

123