Searched defs:newPin (Results 1 – 9 of 9) sorted by relevance
| /base/telephony/core_service/services/sim/src/ |
| D | sim_state_manager.cpp | 140 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()
|
| D | sim_state_handle.cpp | 100 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()
|
| D | sim_manager.cpp | 124 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/ |
| D | core_service.cpp | 522 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()
|
| D | core_service_stub.cpp | 588 std::u16string newPin = data.ReadString16(); in OnUnlockPuk() local 606 std::u16string newPin = data.ReadString16(); in OnAlterPin() local
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | core_service_client.cpp | 460 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()
|
| D | core_service_proxy.cpp | 1170 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()
|
| D | core_manager_inner.cpp | 1706 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/ |
| D | test.cpp | 625 std::string newPin = " "; in TestUnlockPuk() local 649 std::string newPin = " "; in TestAlterPin() local
|