Searched defs:newPin2 (Results 1 – 11 of 11) sorted by relevance
/base/telephony/cellular_call/services/connection/src/ |
D | supplement_request.cpp | 320 int32_t SupplementRequest::AlterPin2Password(int32_t slotId, std::string newPin2, std::string oldPi… in AlterPin2Password() 343 int32_t SupplementRequest::UnlockPuk2(int32_t slotId, std::string newPin2, std::string puk2) in UnlockPuk2()
|
/base/telephony/core_service/services/sim/src/ |
D | sim_state_manager.cpp | 335 … int32_t slotId, const std::string &newPin2, const std::string &puk2, LockStatusResponse &response) in UnlockPuk2() 369 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon… in AlterPin2()
|
D | sim_state_handle.cpp | 148 void SimStateHandle::UnlockPuk2(int32_t slotId, const std::string &newPin2, const std::string &puk2) in UnlockPuk2() 160 void SimStateHandle::AlterPin2(int32_t slotId, const std::string &newPin2, const std::string &oldPi… in AlterPin2()
|
D | sim_manager.cpp | 254 … int32_t slotId, const std::string &newPin2, const std::string &puk2, LockStatusResponse &response) in UnlockPuk2() 264 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon… in AlterPin2()
|
/base/telephony/cellular_call/services/control/src/ |
D | cellular_call_supplement.cpp | 896 std::string newPin2 = mmiData.serviceInfoB; in AlterPin2Password() local 919 std::string newPin2 = mmiData.serviceInfoB; in UnlockPuk2() local
|
/base/telephony/core_service/services/core/src/ |
D | core_service.cpp | 704 …const int slotId, const std::u16string &newPin2, const std::u16string &puk2, LockStatusResponse &r… in UnlockPuk2() 720 …const int slotId, const std::u16string &newPin2, const std::u16string &oldPin2, LockStatusResponse… in AlterPin2()
|
D | core_service_stub.cpp | 811 std::u16string newPin2 = data.ReadString16(); in OnUnlockPuk2() local 832 std::u16string newPin2 = data.ReadString16(); in OnAlterPin2() local
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_service_client.cpp | 546 …int32_t slotId, const std::u16string &newPin2, const std::u16string &puk2, LockStatusResponse &res… in UnlockPuk2() 557 …int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2, LockStatusResponse &… in AlterPin2()
|
D | core_manager_inner.cpp | 2091 … int32_t slotId, const std::string &newPin2, const std::string &puk2, LockStatusResponse &response) in UnlockPuk2() 2101 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon… in AlterPin2()
|
D | core_service_proxy.cpp | 1497 …const int32_t slotId, const std::u16string &newPin2, const std::u16string &puk2, LockStatusRespons… in UnlockPuk2() 1530 …const int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2, LockStatusResp… in AlterPin2()
|
/base/telephony/core_service/services/sim/test/ |
D | test.cpp | 944 std::string newPin2 = " "; in TestUnlockPuk2() local 969 std::string newPin2 = " "; in TestAlterPin2() local
|