Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/common/src/
Dsupplement_request_cs.cpp177 int32_t SupplementRequestCs::AlterPinPassword(int32_t slotId, std::string newPin, std::string oldPi… in AlterPinPassword()
208 int32_t SupplementRequestCs::UnlockPuk(int32_t slotId, std::string newPin, std::string puk) in UnlockPuk()
/base/telephony/core_service/services/sim/src/
Dsim_state_manager.cpp243 int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusResponse &response) in UnlockPuk()
277 …int32_t slotId, const std::string &newPin, const std::string &oldPin, LockStatusResponse &response) in AlterPin()
Dsim_state_handle.cpp199 void SimStateHandle::UnlockPuk(int32_t slotId, const std::string &newPin, const std::string &puk) in UnlockPuk()
216 void SimStateHandle::AlterPin(int32_t slotId, const std::string &newPin, const std::string &oldPin) in AlterPin()
Dsim_manager.cpp213 int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusResponse &response) in UnlockPuk()
223 …int32_t slotId, const std::string &newPin, const std::string &oldPin, LockStatusResponse &response) in AlterPin()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dcore_service_test.cpp351 std::u16string newPin = u""; variable
366 std::u16string newPin = u""; variable
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/
Desim_core_service_stub_test.h140 …int32_t slotId, const std::u16string &newPin, const std::u16string &puk, LockStatusResponse &respo… in UnlockPuk()
145 int32_t AlterPin(int32_t slotId, const std::u16string &newPin, in AlterPin()
/base/telephony/core_service/services/core/src/
Dcore_service.cpp856 …const int slotId, const std::u16string &newPin, const std::u16string &puk, LockStatusResponse &res… in UnlockPuk()
876 …const int slotId, const std::u16string &newPin, const std::u16string &oldPin, LockStatusResponse &… in AlterPin()
Dcore_service_stub.cpp1070 std::u16string newPin = data.ReadString16(); in OnUnlockPuk() local
1091 std::u16string newPin = data.ReadString16(); in OnAlterPin() local
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp579 …int32_t slotId, const std::u16string &newPin, const std::u16string &puk, LockStatusResponse &respo… in UnlockPuk()
590 …int32_t slotId, const std::u16string &newPin, const std::u16string &oldPin, LockStatusResponse &re… in AlterPin()
Dcore_service_proxy.cpp1584 …const int32_t slotId, const std::u16string &newPin, const std::u16string &puk, LockStatusResponse … in UnlockPuk()
1617 …const int32_t slotId, const std::u16string &newPin, const std::u16string &oldPin, LockStatusRespon… in AlterPin()
Dcore_manager_inner.cpp2297 int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusResponse &response) in UnlockPuk()
2307 …int32_t slotId, const std::string &newPin, const std::string &oldPin, LockStatusResponse &response) in AlterPin()
/base/telephony/cellular_call/services/utils/src/
Dcellular_call_supplement.cpp1599 std::string newPin = mmiData.serviceInfoB; in AlterPinPassword() local
1618 std::string newPin = mmiData.serviceInfoB; in UnlockPuk() local
/base/telephony/cellular_call/test/unittest/imstest/
Dzero_branch1_test.cpp895 std::string newPin = "789101"; variable
/base/telephony/core_service/services/sim/test/
Dtest.cpp998 std::string newPin = " "; in TestUnlockPuk() local
1026 std::string newPin = " "; in TestAlterPin() local