Home
last modified time | relevance | path

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

/base/telephony/core_service/services/sim/src/
Dsim_state_manager.cpp177 bool SimStateManager::AlterPin(int32_t slotId, std::string newPin, std::string oldPin, LockStatusRe… in AlterPin()
Dsim_state_handle.cpp108 void SimStateHandle::AlterPin(int32_t slotId, std::string newPin, std::string oldPin) in AlterPin()
Dsim_manager.cpp133 bool SimManager::AlterPin(int32_t slotId, std::string newPin, std::string oldPin, LockStatusRespons… in AlterPin()
/base/telephony/core_service/services/core/src/
Dcore_service.cpp536 const int slotId, std::u16string newPin, std::u16string oldPin, LockStatusResponse &response) in AlterPin()
Dcore_service_stub.cpp607 std::u16string oldPin = data.ReadString16(); in OnAlterPin() local
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp471 int32_t slotId, std::u16string newPin, std::u16string oldPin, LockStatusResponse &response) in AlterPin()
Dcore_service_proxy.cpp1200 … const int32_t slotId, std::u16string newPin, std::u16string oldPin, LockStatusResponse &response) in AlterPin()
Dcore_manager_inner.cpp1715 bool CoreManagerInner::AlterPin(int32_t slotId, std::string newPin, std::string oldPin, LockStatusR… in AlterPin()
/base/telephony/core_service/services/sim/test/
Dtest.cpp648 std::string oldPin = " "; in TestAlterPin() local