Home
last modified time | relevance | path

Searched defs:newPin (Results 1 – 16 of 16) 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.cpp233 int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusResponse &response) in UnlockPuk()
274 …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.cpp216 int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusResponse &response) in UnlockPuk()
226 …int32_t slotId, const std::string &newPin, const std::string &oldPin, LockStatusResponse &response) in AlterPin()
/base/telephony/core_service/test/unittest/raw_parcel_core_service_gtest/
Dcore_service_client_test.cpp939 .WillOnce(Invoke([](int32_t slotId, const std::u16string &newPin, const std::u16string &puk,
951 .WillOnce(Invoke([](int32_t slotId, const std::u16string &newPin, const std::u16string &puk,
970 .WillOnce(Invoke([](int32_t slotId, const std::u16string &newPin, const std::u16string &puk,
993 .WillOnce(Invoke([](int32_t slotId, const std::u16string &newPin, const std::u16string &puk,
1015 .WillOnce(Invoke([](int32_t slotId, const std::u16string &newPin, const std::u16string &puk,
1016 const sptr<IRawParcelCallback> &callback) { in __anon94b8bef63702()
1056 … .WillOnce(Invoke([](int32_t slotId, const std::u16string &newPin, const std::u16string &oldPin,
1068 … .WillOnce(Invoke([](int32_t slotId, const std::u16string &newPin, const std::u16string &oldPin,
1087 … .WillOnce(Invoke([](int32_t slotId, const std::u16string &newPin, const std::u16string &oldPin,
1110 … .WillOnce(Invoke([](int32_t slotId, const std::u16string &newPin, const std::u16string &oldPin,
[all …]
/base/telephony/core_service/test/unittest/core_service_gtest/
Dcore_service_test.cpp348 std::u16string newPin = u""; variable
362 std::u16string newPin = u""; variable
/base/telephony/core_service/test/unittest/sim_gtest/
Dcore_manager_inner_gtest.cpp797 std::string newPin; variable
814 std::string newPin; variable
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/
Desim_core_service_stub_test.h139 int32_t UnlockPuk(int32_t slotId, const std::u16string &newPin, const std::u16string &puk, in UnlockPuk()
145 int32_t AlterPin(int32_t slotId, const std::u16string &newPin, in AlterPin()
/base/telephony/cellular_call/services/utils/src/
Dcellular_call_supplement.cpp1613 std::string newPin = mmiData.serviceInfoB; in AlterPinPassword() local
1632 std::string newPin = mmiData.serviceInfoB; in UnlockPuk() local
/base/telephony/core_service/services/core/src/
Dcore_service.cpp1096 int32_t CoreService::UnlockPuk(const int slotId, const std::u16string &newPin, const std::u16string… in UnlockPuk()
1136 int32_t CoreService::AlterPin(const int slotId, const std::u16string &newPin, const std::u16string … in AlterPin()
Dcore_service_stub.cpp1022 std::u16string newPin = data.ReadString16(); in OnUnlockPuk() local
1036 std::u16string newPin = data.ReadString16(); in OnAlterPin() local
/base/telephony/core_service/services/sim/test/
Dtest.cpp998 std::string newPin = " "; in TestUnlockPuk() local
1026 std::string newPin = " "; in TestAlterPin() local
/base/telephony/cellular_call/test/unittest/imstest/
Dzero_branch1_test.cpp1023 std::string newPin = "789101"; variable
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp894 int32_t CoreServiceClient::UnlockPuk(int32_t slotId, const std::u16string &newPin, const std::u16st… in UnlockPuk()
940 int32_t CoreServiceClient::AlterPin(int32_t slotId, const std::u16string &newPin, const std::u16str… in AlterPin()
Dcore_service_proxy.cpp1570 int32_t CoreServiceProxy::UnlockPuk(const int32_t slotId, const std::u16string &newPin, in UnlockPuk()
1601 int32_t CoreServiceProxy::AlterPin(const int32_t slotId, const std::u16string &newPin, in AlterPin()
Dcore_manager_inner.cpp2381 int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusResponse &response) in UnlockPuk()
2391 …int32_t slotId, const std::string &newPin, const std::string &oldPin, LockStatusResponse &response) in AlterPin()