Home
last modified time | relevance | path

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

123

/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager3_gtest.cpp696 const char newPassword[kMaxNumberLen + 1] = "2222"; in HWTEST_F() local
700 EXPECT_EQ(CallManagerGtest::clientPtr_->SetCallRestrictionPassword(SIM1_SLOTID, fac, oldPassword, newPassword), in HWTEST_F()
704 EXPECT_EQ(CallManagerGtest::clientPtr_->SetCallRestrictionPassword(SIM2_SLOTID, fac, oldPassword, newPassword), in HWTEST_F()
722 const char newPassword[kMaxNumberLen + 1] = "2222"; in HWTEST_F() local
725 EXPECT_EQ(CallManagerGtest::clientPtr_->SetCallRestrictionPassword(INVALID_SLOT_ID, fac, oldPassword, newPassword), in HWTEST_F()
742 const char newPassword[kMaxNumberLen + 1] = "2222"; in HWTEST_F() local
746 EXPECT_EQ(CallManagerGtest::clientPtr_->SetCallRestrictionPassword(slotId, fac, oldPassword, newPassword), in HWTEST_F()
762 const char newPassword[kMaxNumberLen + 1] = "2222"; in HWTEST_F() local
766 EXPECT_EQ(CallManagerGtest::clientPtr_->SetCallRestrictionPassword(SIM1_SLOTID, fac, oldPassword, newPassword), in HWTEST_F()
770 EXPECT_EQ(CallManagerGtest::clientPtr_->SetCallRestrictionPassword(SIM2_SLOTID, fac, oldPassword, newPassword), in HWTEST_F()
788 const char newPassword[kMaxNumberLen + 1] = { 0 }; HWTEST_F() local
812 const char newPassword[kMaxNumberLen + 1] = "2222"; HWTEST_F() local
[all...]
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp438 char newPassword[kMaxNumberLen + 1] = { 0 }; in SetCallRestrictionPassword() local
439 std::cin >> newPassword; in SetCallRestrictionPassword() local
440 int32_t ret = telephonyService->SetCallRestrictionPassword(slotId, facType, oldPassword, newPassword); in SetCallRestrictionPassword()
442 (void)memset_s(newPassword, sizeof(newPassword), 0, sizeof(newPassword)); in SetCallRestrictionPassword()
/base/telephony/cellular_call/services/common/include/
H A Dsupplement_request_cs.h115 int32_t index, const char *oldPassword, const char *newPassword);
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_sim_parcel.h233 std::string newPassword = ""; member
235 /** Max length of oldPassword or newPassword */
H A Dtelephony_types.h505 std::string newPassword = ""; member
/base/telephony/call_manager/services/call_setting/include/
H A Dcall_setting_manager.h38 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword);
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sim_defs.h222 * user interface or with command Change Password +CPWD and <newPassword> is the new
226 char *newPassword; member
H A Dhril_vendor_call_defs.h198 const char *newPassword; member
/base/telephony/call_manager/services/call_setting/src/
H A Dcall_setting_manager.cpp91 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) in SetCallRestrictionPassword()
103 return cellularCallConnectionPtr_->SetCallRestrictionPassword(slotId, fac, oldPassword, newPassword); in SetCallRestrictionPassword()
90 SetCallRestrictionPassword( int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) SetCallRestrictionPassword() argument
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch7_test.cpp446 const char newPassword[kMaxNumberLen + 1] = "2222"; in HWTEST_F() local
447 EXPECT_EQ(callSettingManager->SetCallRestrictionPassword(INVALID_SLOTID, fac, oldPassword, newPassword), in HWTEST_F()
449 EXPECT_EQ(callSettingManager->SetCallRestrictionPassword(SIM1_SLOTID, fac, oldPassword, newPassword), in HWTEST_F()
485 const char newPassword[kMaxNumberLen + 1] = "2222"; in HWTEST_F() local
486 EXPECT_NE(callSettingManager->SetCallRestrictionPassword(SIM1_SLOTID, fac, oldPassword, newPassword), in HWTEST_F()
/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager_types.h124 char newPassword[kMaxNumberLen + 1] = { 0 }; member
/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h263 * @param newPassword[in] indicate the call restriction new password
267 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword);
/base/telephony/call_manager/interfaces/innerkits/
H A Dcellular_call_proxy.h288 * @param newPassword[in] indicate the call restriction new password
292 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) override;
H A Dcellular_call_interface.h276 * @param newPassword[in] indicate the call restriction new password
280 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) = 0;
H A Dcall_manager_client.h222 * @param newPassword[in], New password of call restriction type
226 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword);
/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_supplement.h178 * @param newPassword[in] indicate the call restriction new password
182 int32_t slotId, CallRestrictionType facType, const char *oldPassword, const char *newPassword);
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp93 std::string newPassword(reinterpret_cast<const char *>(data), size); in GetCallList()
120 telRilCall->SetBarringPassword(fac, oldPassword.c_str(), newPassword.c_str(), result); in GetCallList()
/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_cs.cpp123 int32_t index, const char *oldPassword, const char *newPassword) in SetBarringPasswordRequest()
134 slotId, oldPassword, newPassword, restrictionType, response); in SetBarringPasswordRequest()
122 SetBarringPasswordRequest(int32_t slotId, const std::string &restrictionType, int32_t index, const char *oldPassword, const char *newPassword) SetBarringPasswordRequest() argument
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp430 cin >> setBarringInfo.newPassword; in SetBarringPasswordTest()
431 cout << "Your input new password is : " << setBarringInfo.newPassword << endl; in SetBarringPasswordTest()
1308 std::string newPassword; in ChangeSimPasswordTest() local
1309 cout << "please enter the newPassword:"; in ChangeSimPasswordTest()
1310 cin >> newPassword; in ChangeSimPasswordTest() local
1314 simPassword.newPassword = newPassword; in ChangeSimPasswordTest()
1315 simPassword.passwordLength = newPassword.length(); in ChangeSimPasswordTest()
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sim.cpp357 int32_t TelRilSim::ChangeSimPassword(std::string fac, std::string oldPassword, std::string newPassword, in ChangeSimPassword() argument
363 simPwdInfo.newPassword = newPassword; in ChangeSimPassword()
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_manager_service_proxy.cpp474 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) in SetCallRestrictionPassword()
481 if (oldPassword == nullptr || newPassword == nullptr || oldPassword[0] == '\0' || newPassword[0] == '\0') { in SetCallRestrictionPassword()
482 TELEPHONY_LOGE("oldPassword or newPassword is empty"); in SetCallRestrictionPassword()
488 dataParcel.WriteCString(newPassword); in SetCallRestrictionPassword()
473 SetCallRestrictionPassword( int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) SetCallRestrictionPassword() argument
H A Dcall_manager_client.cpp300 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) in SetCallRestrictionPassword()
303 return g_callManagerProxy->SetCallRestrictionPassword(slotId, fac, oldPassword, newPassword); in SetCallRestrictionPassword()
299 SetCallRestrictionPassword( int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) SetCallRestrictionPassword() argument
/base/telephony/call_manager/test/unittest/ui_client/
H A Dui_client_test.cpp578 char newPassword[kMaxNumberLen + 1] = { 0 }; in SetCallRestrictionPassword() local
586 std::cin >> newPassword; in SetCallRestrictionPassword() local
591 int32_t ret = g_clientPtr->SetCallRestrictionPassword(slotId, fac, oldPassword, newPassword); in SetCallRestrictionPassword()
594 (void)memset_s(newPassword, sizeof(newPassword), 0, sizeof(newPassword)); in SetCallRestrictionPassword()
/base/telephony/call_manager/frameworks/native/include/
H A Dcall_manager_service_proxy.h283 * @param newPassword[in], New password of call restriction type
287 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) override;
H A Di_call_manager_service.h69 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) = 0;

Completed in 41 milliseconds

123