Home
last modified time | relevance | path

Searched defs:oldPassword (Results 1 – 5 of 5) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_sim_parcel.h114 std::string oldPassword; member
Dhril_vendor_sim_defs.h104 …char *oldPassword; /* <oldPassword> shall be the same as password specified for the facility from … member
/base/telephony/core_service/interfaces/innerkits/include/
Dtelephony_types.h155 std::string oldPassword; member
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sim.cpp969 int32_t TelRilSim::ChangeSimPassword(std::string fac, std::string oldPassword, std::string newPassw… in ChangeSimPassword()
/base/telephony/core_service/services/tel_ril/test/
Dtel_ril_test.cpp715 std::string oldPassword; in OnRequestChangeSimPasswordTest() local