| /base/telephony/cellular_call/services/common/src/ |
| D | supplement_request_cs.cpp | 177 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/ |
| D | sim_state_manager.cpp | 243 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()
|
| D | sim_state_handle.cpp | 199 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()
|
| D | sim_manager.cpp | 213 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/ |
| D | core_service_test.cpp | 351 std::u16string newPin = u""; variable 366 std::u16string newPin = u""; variable
|
| /base/telephony/core_service/test/unittest/esim_gtest/mock/include/ |
| D | esim_core_service_stub_test.h | 140 …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/ |
| D | core_service.cpp | 856 …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()
|
| D | core_service_stub.cpp | 1070 std::u16string newPin = data.ReadString16(); in OnUnlockPuk() local 1091 std::u16string newPin = data.ReadString16(); in OnAlterPin() local
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | core_service_client.cpp | 579 …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()
|
| D | core_service_proxy.cpp | 1584 …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()
|
| D | core_manager_inner.cpp | 2297 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/ |
| D | cellular_call_supplement.cpp | 1599 std::string newPin = mmiData.serviceInfoB; in AlterPinPassword() local 1618 std::string newPin = mmiData.serviceInfoB; in UnlockPuk() local
|
| /base/telephony/cellular_call/test/unittest/imstest/ |
| D | zero_branch1_test.cpp | 895 std::string newPin = "789101"; variable
|
| /base/telephony/core_service/services/sim/test/ |
| D | test.cpp | 998 std::string newPin = " "; in TestUnlockPuk() local 1026 std::string newPin = " "; in TestAlterPin() local
|