Home
last modified time | relevance | path

Searched defs:newPin (Results 1 – 11 of 11) sorted by relevance

/base/telephony/cellular_call/services/connection/src/
Dsupplement_request.cpp274 int32_t SupplementRequest::AlterPinPassword(int32_t slotId, std::string newPin, std::string oldPin) in AlterPinPassword()
297 int32_t SupplementRequest::UnlockPuk(int32_t slotId, std::string newPin, std::string puk) in UnlockPuk()
/base/telephony/core_service/services/sim/src/
Dsim_state_manager.cpp150 int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusResponse &response) in UnlockPuk()
184 …int32_t slotId, const std::string &newPin, const std::string &oldPin, LockStatusResponse &response) in AlterPin()
Dsim_state_handle.cpp106 void SimStateHandle::UnlockPuk(int32_t slotId, const std::string &newPin, const std::string &puk) in UnlockPuk()
118 void SimStateHandle::AlterPin(int32_t slotId, const std::string &newPin, const std::string &oldPin) in AlterPin()
Dsim_manager.cpp198 int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusResponse &response) in UnlockPuk()
208 …int32_t slotId, const std::string &newPin, const std::string &oldPin, LockStatusResponse &response) in AlterPin()
/base/telephony/cellular_call/services/control/src/
Dcellular_call_supplement.cpp851 std::string newPin = mmiData.serviceInfoB; in AlterPinPassword() local
873 std::string newPin = mmiData.serviceInfoB; in UnlockPuk() local
/base/telephony/core_service/services/core/src/
Dcore_service.cpp657 …const int slotId, const std::u16string &newPin, const std::u16string &puk, LockStatusResponse &res… in UnlockPuk()
673 …const int slotId, const std::u16string &newPin, const std::u16string &oldPin, LockStatusResponse &… in AlterPin()
Dcore_service_stub.cpp749 std::u16string newPin = data.ReadString16(); in OnUnlockPuk() local
770 std::u16string newPin = data.ReadString16(); in OnAlterPin() local
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp514 …int32_t slotId, const std::u16string &newPin, const std::u16string &puk, LockStatusResponse &respo… in UnlockPuk()
525 …int32_t slotId, const std::u16string &newPin, const std::u16string &oldPin, LockStatusResponse &re… in AlterPin()
Dcore_manager_inner.cpp2035 int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusResponse &response) in UnlockPuk()
2045 …int32_t slotId, const std::string &newPin, const std::string &oldPin, LockStatusResponse &response) in AlterPin()
Dcore_service_proxy.cpp1400 …const int32_t slotId, const std::u16string &newPin, const std::u16string &puk, LockStatusResponse … in UnlockPuk()
1433 …const int32_t slotId, const std::u16string &newPin, const std::u16string &oldPin, LockStatusRespon… in AlterPin()
/base/telephony/core_service/services/sim/test/
Dtest.cpp879 std::string newPin = " "; in TestUnlockPuk() local
904 std::string newPin = " "; in TestAlterPin() local