Searched defs:newPin2 (Results 1 – 9 of 9) sorted by relevance
| /base/telephony/core_service/services/sim/src/ |
| D | sim_state_manager.cpp | 311 int32_t slotId, std::string newPin2, std::string puk2, LockStatusResponse &response) in UnlockPuk2() 349 int32_t slotId, std::string newPin2, std::string oldPin2, LockStatusResponse &response) in AlterPin2()
|
| D | sim_state_handle.cpp | 130 void SimStateHandle::UnlockPuk2(int32_t slotId, std::string newPin2, std::string puk2) in UnlockPuk2() 138 void SimStateHandle::AlterPin2(int32_t slotId, std::string newPin2, std::string oldPin2) in AlterPin2()
|
| D | sim_manager.cpp | 178 bool SimManager::UnlockPuk2(int32_t slotId, std::string newPin2, std::string puk2, LockStatusRespon… in UnlockPuk2() 187 bool SimManager::AlterPin2(int32_t slotId, std::string newPin2, std::string oldPin2, LockStatusResp… in AlterPin2()
|
| /base/telephony/core_service/services/core/src/ |
| D | core_service.cpp | 563 const int slotId, std::u16string newPin2, std::u16string puk2, LockStatusResponse &response) in UnlockPuk2() 578 const int slotId, std::u16string newPin2, std::u16string oldPin2, LockStatusResponse &response) in AlterPin2()
|
| D | core_service_stub.cpp | 641 std::u16string newPin2 = data.ReadString16(); in OnUnlockPuk2() local 659 std::u16string newPin2 = data.ReadString16(); in OnAlterPin2() local
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | core_service_client.cpp | 492 int32_t slotId, std::u16string newPin2, std::u16string puk2, LockStatusResponse &response) in UnlockPuk2() 503 int32_t slotId, std::u16string newPin2, std::u16string oldPin2, LockStatusResponse &response) in AlterPin2()
|
| D | core_service_proxy.cpp | 1258 const int32_t slotId, std::u16string newPin2, std::u16string puk2, LockStatusResponse &response) in UnlockPuk2() 1288 …const int32_t slotId, std::u16string newPin2, std::u16string oldPin2, LockStatusResponse &response) in AlterPin2()
|
| D | core_manager_inner.cpp | 1760 bool CoreManagerInner::UnlockPuk2(int32_t slotId, std::string newPin2, std::string puk2, LockStatus… in UnlockPuk2() 1770 int32_t slotId, std::string newPin2, std::string oldPin2, LockStatusResponse &response) in AlterPin2()
|
| /base/telephony/core_service/services/sim/test/ |
| D | test.cpp | 687 std::string newPin2 = " "; in TestUnlockPuk2() local 711 std::string newPin2 = " "; in TestAlterPin2() local
|