Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/src/
Dsim_state_manager.cpp140 bool SimStateManager::UnlockPuk(int32_t slotId, std::string newPin, std::string puk, LockStatusResp… in UnlockPuk()
177 bool SimStateManager::AlterPin(int32_t slotId, std::string newPin, std::string oldPin, LockStatusRe… in AlterPin()
Dsim_state_handle.cpp100 void SimStateHandle::UnlockPuk(int32_t slotId, std::string newPin, std::string puk) in UnlockPuk()
108 void SimStateHandle::AlterPin(int32_t slotId, std::string newPin, std::string oldPin) in AlterPin()
Dsim_manager.cpp124 bool SimManager::UnlockPuk(int32_t slotId, std::string newPin, std::string puk, LockStatusResponse … in UnlockPuk()
133 bool SimManager::AlterPin(int32_t slotId, std::string newPin, std::string oldPin, LockStatusRespons… in AlterPin()
/base/telephony/core_service/services/core/src/
Dcore_service.cpp522 bool CoreService::UnlockPuk(const int slotId, std::u16string newPin, std::u16string puk, LockStatus… in UnlockPuk()
536 const int slotId, std::u16string newPin, std::u16string oldPin, LockStatusResponse &response) in AlterPin()
Dcore_service_stub.cpp588 std::u16string newPin = data.ReadString16(); in OnUnlockPuk() local
606 std::u16string newPin = data.ReadString16(); in OnAlterPin() local
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp460 int32_t slotId, std::u16string newPin, std::u16string puk, LockStatusResponse &response) in UnlockPuk()
471 int32_t slotId, std::u16string newPin, std::u16string oldPin, LockStatusResponse &response) in AlterPin()
Dcore_service_proxy.cpp1170 const int32_t slotId, std::u16string newPin, std::u16string puk, LockStatusResponse &response) in UnlockPuk()
1200 … const int32_t slotId, std::u16string newPin, std::u16string oldPin, LockStatusResponse &response) in AlterPin()
Dcore_manager_inner.cpp1706 bool CoreManagerInner::UnlockPuk(int32_t slotId, std::string newPin, std::string puk, LockStatusRes… in UnlockPuk()
1715 bool CoreManagerInner::AlterPin(int32_t slotId, std::string newPin, std::string oldPin, LockStatusR… in AlterPin()
/base/telephony/core_service/services/sim/test/
Dtest.cpp625 std::string newPin = " "; in TestUnlockPuk() local
649 std::string newPin = " "; in TestAlterPin() local