Searched defs:newPin (Results 1 – 11 of 11) sorted by relevance
/base/telephony/cellular_call/services/connection/src/ |
D | supplement_request.cpp | 274 int32_t SupplementRequest::AlterPinPassword(int32_t slotId, std::string newPin, std::string oldPin) in AlterPinPassword() 297 int32_t SupplementRequest::UnlockPuk(int32_t slotId, std::string newPin, std::string puk) in UnlockPuk()
|
/base/telephony/core_service/services/sim/src/ |
D | sim_state_manager.cpp | 150 int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusResponse &response) in UnlockPuk() 184 …int32_t slotId, const std::string &newPin, const std::string &oldPin, LockStatusResponse &response) in AlterPin()
|
D | sim_state_handle.cpp | 106 void SimStateHandle::UnlockPuk(int32_t slotId, const std::string &newPin, const std::string &puk) in UnlockPuk() 118 void SimStateHandle::AlterPin(int32_t slotId, const std::string &newPin, const std::string &oldPin) in AlterPin()
|
D | sim_manager.cpp | 198 int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusResponse &response) in UnlockPuk() 208 …int32_t slotId, const std::string &newPin, const std::string &oldPin, LockStatusResponse &response) in AlterPin()
|
/base/telephony/cellular_call/services/control/src/ |
D | cellular_call_supplement.cpp | 851 std::string newPin = mmiData.serviceInfoB; in AlterPinPassword() local 873 std::string newPin = mmiData.serviceInfoB; in UnlockPuk() local
|
/base/telephony/core_service/services/core/src/ |
D | core_service.cpp | 657 …const int slotId, const std::u16string &newPin, const std::u16string &puk, LockStatusResponse &res… in UnlockPuk() 673 …const int slotId, const std::u16string &newPin, const std::u16string &oldPin, LockStatusResponse &… in AlterPin()
|
D | core_service_stub.cpp | 749 std::u16string newPin = data.ReadString16(); in OnUnlockPuk() local 770 std::u16string newPin = data.ReadString16(); in OnAlterPin() local
|
/base/telephony/core_service/frameworks/native/src/ |
D | core_service_client.cpp | 514 …int32_t slotId, const std::u16string &newPin, const std::u16string &puk, LockStatusResponse &respo… in UnlockPuk() 525 …int32_t slotId, const std::u16string &newPin, const std::u16string &oldPin, LockStatusResponse &re… in AlterPin()
|
D | core_manager_inner.cpp | 2035 int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusResponse &response) in UnlockPuk() 2045 …int32_t slotId, const std::string &newPin, const std::string &oldPin, LockStatusResponse &response) in AlterPin()
|
D | core_service_proxy.cpp | 1400 …const int32_t slotId, const std::u16string &newPin, const std::u16string &puk, LockStatusResponse … in UnlockPuk() 1433 …const int32_t slotId, const std::u16string &newPin, const std::u16string &oldPin, LockStatusRespon… in AlterPin()
|
/base/telephony/core_service/services/sim/test/ |
D | test.cpp | 879 std::string newPin = " "; in TestUnlockPuk() local 904 std::string newPin = " "; in TestAlterPin() local
|