/ohos5.0/base/telephony/cellular_call/services/common/src/ |
H A D | supplement_request_cs.cpp | 177 int32_t SupplementRequestCs::AlterPinPassword(int32_t slotId, std::string newPin, std::string oldPi… in AlterPinPassword() 204 int32_t SupplementRequestCs::UnlockPuk(int32_t slotId, std::string newPin, std::string puk) in UnlockPuk()
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_state_manager.cpp | 180 int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusResponse &response) in UnlockPuk() 214 …int32_t slotId, const std::string &newPin, const std::string &oldPin, LockStatusResponse &response) in AlterPin()
|
H A D | sim_state_handle.cpp | 182 void SimStateHandle::UnlockPuk(int32_t slotId, const std::string &newPin, const std::string &puk) in UnlockPuk() 199 void SimStateHandle::AlterPin(int32_t slotId, const std::string &newPin, const std::string &oldPin) in AlterPin()
|
H A D | sim_manager.cpp | 195 int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusResponse &response) in UnlockPuk() 205 …int32_t slotId, const std::string &newPin, const std::string &oldPin, LockStatusResponse &response) in AlterPin()
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 843 …const int slotId, const std::u16string &newPin, const std::u16string &puk, LockStatusResponse &res… in UnlockPuk() 863 …const int slotId, const std::u16string &newPin, const std::u16string &oldPin, LockStatusResponse &… in AlterPin()
|
H A D | core_service_stub.cpp | 1055 std::u16string newPin = data.ReadString16(); in OnUnlockPuk() local 1076 std::u16string newPin = data.ReadString16(); in OnAlterPin() local
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_supplement.cpp | 1449 std::string newPin = mmiData.serviceInfoB; in AlterPinPassword() local 1468 std::string newPin = mmiData.serviceInfoB; in UnlockPuk() local
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 575 …int32_t slotId, const std::u16string &newPin, const std::u16string &puk, LockStatusResponse &respo… in UnlockPuk() 586 …int32_t slotId, const std::u16string &newPin, const std::u16string &oldPin, LockStatusResponse &re… in AlterPin()
|
H A D | core_manager_inner.cpp | 2243 int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusResponse &response) in UnlockPuk() 2253 …int32_t slotId, const std::string &newPin, const std::string &oldPin, LockStatusResponse &response) in AlterPin()
|
H A 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()
|
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch1_test.cpp | 912 std::string newPin = "789101"; variable
|
/ohos5.0/base/telephony/core_service/services/sim/test/ |
H A D | test.cpp | 997 std::string newPin = " "; in TestUnlockPuk() local 1025 std::string newPin = " "; in TestAlterPin() local
|