/ohos5.0/base/telephony/cellular_call/services/common/src/ |
H A D | supplement_request_cs.cpp | 231 int32_t SupplementRequestCs::AlterPin2Password(int32_t slotId, std::string newPin2, std::string old… in AlterPin2Password() 258 int32_t SupplementRequestCs::UnlockPuk2(int32_t slotId, std::string newPin2, std::string puk2) in UnlockPuk2()
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_state_manager.cpp | 365 … int32_t slotId, const std::string &newPin2, const std::string &puk2, LockStatusResponse &response) in UnlockPuk2() 399 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon… in AlterPin2()
|
H A D | sim_state_handle.cpp | 239 void SimStateHandle::UnlockPuk2(int32_t slotId, const std::string &newPin2, const std::string &puk2) in UnlockPuk2() 256 void SimStateHandle::AlterPin2(int32_t slotId, const std::string &newPin2, const std::string &oldPi… in AlterPin2()
|
H A D | sim_manager.cpp | 251 … int32_t slotId, const std::string &newPin2, const std::string &puk2, LockStatusResponse &response) in UnlockPuk2() 261 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon… in AlterPin2()
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 902 …const int slotId, const std::u16string &newPin2, const std::u16string &puk2, LockStatusResponse &r… in UnlockPuk2() 922 …const int slotId, const std::u16string &newPin2, const std::u16string &oldPin2, LockStatusResponse… in AlterPin2()
|
H A D | core_service_stub.cpp | 1117 std::u16string newPin2 = data.ReadString16(); in OnUnlockPuk2() local 1138 std::u16string newPin2 = data.ReadString16(); in OnAlterPin2() local
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_supplement.cpp | 1488 std::string newPin2 = mmiData.serviceInfoB; in AlterPin2Password() local 1508 std::string newPin2 = mmiData.serviceInfoB; in UnlockPuk2() local
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 607 …int32_t slotId, const std::u16string &newPin2, const std::u16string &puk2, LockStatusResponse &res… in UnlockPuk2() 618 …int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2, LockStatusResponse &… in AlterPin2()
|
H A D | core_manager_inner.cpp | 2299 … int32_t slotId, const std::string &newPin2, const std::string &puk2, LockStatusResponse &response) in UnlockPuk2() 2309 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon… in AlterPin2()
|
H A D | core_service_proxy.cpp | 1681 …const int32_t slotId, const std::u16string &newPin2, const std::u16string &puk2, LockStatusRespons… in UnlockPuk2() 1714 …const int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2, LockStatusResp… in AlterPin2()
|
/ohos5.0/base/telephony/core_service/services/sim/test/ |
H A D | test.cpp | 1071 std::string newPin2 = " "; in TestUnlockPuk2() local 1099 std::string newPin2 = " "; in TestAlterPin2() local
|