/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager3_gtest.cpp | 696 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 D | cs_test.cpp | 438 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 D | supplement_request_cs.h | 115 int32_t index, const char *oldPassword, const char *newPassword);
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_sim_parcel.h | 233 std::string newPassword = ""; member 235 /** Max length of oldPassword or newPassword */
|
H A D | telephony_types.h | 505 std::string newPassword = ""; member
|
/base/telephony/call_manager/services/call_setting/include/ |
H A D | call_setting_manager.h | 38 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword);
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_sim_defs.h | 222 * user interface or with command Change Password +CPWD and <newPassword> is the new 226 char *newPassword; member
|
H A D | hril_vendor_call_defs.h | 198 const char *newPassword; member
|
/base/telephony/call_manager/services/call_setting/src/ |
H A D | call_setting_manager.cpp | 91 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 D | zero_branch7_test.cpp | 446 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 D | napi_call_manager_types.h | 124 char newPassword[kMaxNumberLen + 1] = { 0 }; member
|
/base/telephony/call_manager/services/telephony_interaction/include/ |
H A D | cellular_call_connection.h | 263 * @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 D | cellular_call_proxy.h | 288 * @param newPassword[in] indicate the call restriction new password 292 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) override;
|
H A D | cellular_call_interface.h | 276 * @param newPassword[in] indicate the call restriction new password 280 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) = 0;
|
H A D | call_manager_client.h | 222 * @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 D | cellular_call_supplement.h | 178 * @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 D | sendsmsmoremode_fuzzer.cpp | 93 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 D | supplement_request_cs.cpp | 123 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 D | ril_interface_test.cpp | 430 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 D | tel_ril_sim.cpp | 357 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 D | call_manager_service_proxy.cpp | 474 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 D | call_manager_client.cpp | 300 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 D | ui_client_test.cpp | 578 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 D | call_manager_service_proxy.h | 283 * @param newPassword[in], New password of call restriction type 287 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) override;
|
H A D | i_call_manager_service.h | 69 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) = 0;
|