Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/src/
Dsim_state_manager.cpp311 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()
Dsim_state_handle.cpp130 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()
Dsim_manager.cpp178 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/
Dcore_service.cpp563 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()
Dcore_service_stub.cpp641 std::u16string newPin2 = data.ReadString16(); in OnUnlockPuk2() local
659 std::u16string newPin2 = data.ReadString16(); in OnAlterPin2() local
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp492 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()
Dcore_service_proxy.cpp1258 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()
Dcore_manager_inner.cpp1760 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/
Dtest.cpp687 std::string newPin2 = " "; in TestUnlockPuk2() local
711 std::string newPin2 = " "; in TestAlterPin2() local