Home
last modified time | relevance | path

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

123

/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager3_gtest.cpp695 const char oldPassword[kMaxNumberLen + 1] = "1111"; 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()
721 const char oldPassword[kMaxNumberLen + 1] = "1111"; in HWTEST_F() local
725 EXPECT_EQ(CallManagerGtest::clientPtr_->SetCallRestrictionPassword(INVALID_SLOT_ID, fac, oldPassword, newPassword), in HWTEST_F()
741 const char oldPassword[kMaxNumberLen + 1] = "1111"; in HWTEST_F() local
746 EXPECT_EQ(CallManagerGtest::clientPtr_->SetCallRestrictionPassword(slotId, fac, oldPassword, newPassword), in HWTEST_F()
761 const char oldPassword[kMaxNumberLen + 1] = "1111"; 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, newPasswor in HWTEST_F()
787 const char oldPassword[kMaxNumberLen + 1] = { 0 }; HWTEST_F() local
811 const char oldPassword[kMaxNumberLen + 1] = "1111"; HWTEST_F() local
[all...]
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp435 char oldPassword[kMaxNumberLen + 1] = { 0 }; in SetCallRestrictionPassword() local
436 std::cin >> oldPassword; in SetCallRestrictionPassword() local
440 int32_t ret = telephonyService->SetCallRestrictionPassword(slotId, facType, oldPassword, newPassword); in SetCallRestrictionPassword()
441 (void)memset_s(oldPassword, sizeof(oldPassword), 0, sizeof(oldPassword)); 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.h230 std::string oldPassword = ""; member
235 /** Max length of oldPassword or newPassword */
H A Dtelephony_types.h501 std::string oldPassword = ""; 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.h221 * <oldPassword> shall be the same as password specified for the facility from the MT
225 char *oldPassword; member
H A Dhril_vendor_call_defs.h195 const char *oldPassword; 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.cpp445 const char oldPassword[kMaxNumberLen + 1] = "1111"; 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()
484 const char oldPassword[kMaxNumberLen + 1] = "1111"; 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.h123 char oldPassword[kMaxNumberLen + 1] = { 0 }; member
/base/telephony/call_manager/services/telephony_interaction/include/
H A Dcellular_call_connection.h262 * @param oldPassword[in] indicate the call restriction old password
267 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword);
/base/telephony/call_manager/interfaces/innerkits/
H A Dcellular_call_proxy.h287 * @param oldPassword[in] indicate the call restriction old password
292 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) override;
H A Dcellular_call_interface.h275 * @param oldPassword[in] indicate the call restriction old password
280 int32_t slotId, CallRestrictionType fac, const char *oldPassword, const char *newPassword) = 0;
H A Dcall_manager_client.h221 * @param oldPassword[in], Old 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.h177 * @param oldPassword[in] indicate the call restriction old 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.cpp92 std::string oldPassword(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/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
362 simPwdInfo.oldPassword = oldPassword; 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()
487 dataParcel.WriteCString(oldPassword); 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/ril_adapter/test/unittest/
H A Dril_interface_test.cpp426 cin >> setBarringInfo.oldPassword; in SetBarringPasswordTest()
427 cout << "Your input old password is : " << setBarringInfo.oldPassword << endl; in SetBarringPasswordTest()
1305 std::string oldPassword; in ChangeSimPasswordTest() local
1306 cout << "please enter the oldPassword:"; in ChangeSimPasswordTest()
1307 cin >> oldPassword; in ChangeSimPasswordTest() local
1313 simPassword.oldPassword = oldPassword; in ChangeSimPasswordTest()
/base/telephony/call_manager/test/unittest/ui_client/
H A Dui_client_test.cpp577 char oldPassword[kMaxNumberLen + 1] = { 0 }; in SetCallRestrictionPassword() local
584 std::cin >> oldPassword; in SetCallRestrictionPassword() local
591 int32_t ret = g_clientPtr->SetCallRestrictionPassword(slotId, fac, oldPassword, newPassword); in SetCallRestrictionPassword()
593 (void)memset_s(oldPassword, sizeof(oldPassword), 0, sizeof(oldPassword)); in SetCallRestrictionPassword()
/base/telephony/call_manager/frameworks/native/include/
H A Dcall_manager_service_proxy.h282 * @param oldPassword[in], Old 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 42 milliseconds

123