Home
last modified time | relevance | path

Searched defs:newPin2 (Results 1 – 14 of 14) sorted by relevance

/base/telephony/cellular_call/services/common/src/
Dsupplement_request_cs.cpp239 int32_t SupplementRequestCs::AlterPin2Password(int32_t slotId, std::string newPin2, std::string old… in AlterPin2Password()
270 int32_t SupplementRequestCs::UnlockPuk2(int32_t slotId, std::string newPin2, std::string puk2) in UnlockPuk2()
/base/telephony/core_service/services/sim/src/
Dsim_state_manager.cpp437 … int32_t slotId, const std::string &newPin2, const std::string &puk2, LockStatusResponse &response) in UnlockPuk2()
471 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon… in AlterPin2()
Dsim_state_handle.cpp256 void SimStateHandle::UnlockPuk2(int32_t slotId, const std::string &newPin2, const std::string &puk2) in UnlockPuk2()
273 void SimStateHandle::AlterPin2(int32_t slotId, const std::string &newPin2, const std::string &oldPi… in AlterPin2()
Dsim_manager.cpp272 … int32_t slotId, const std::string &newPin2, const std::string &puk2, LockStatusResponse &response) in UnlockPuk2()
282 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon… in AlterPin2()
/base/telephony/core_service/test/unittest/raw_parcel_core_service_gtest/
Dcore_service_client_test.cpp1290 … .WillOnce(Invoke([](int32_t slotId, const std::u16string &newPin2, const std::u16string &puk2,
1302 … .WillOnce(Invoke([](int32_t slotId, const std::u16string &newPin2, const std::u16string &puk2,
1321 … .WillOnce(Invoke([](int32_t slotId, const std::u16string &newPin2, const std::u16string &puk2,
1344 … .WillOnce(Invoke([](int32_t slotId, const std::u16string &newPin2, const std::u16string &puk2,
1366 … .WillOnce(Invoke([](int32_t slotId, const std::u16string &newPin2, const std::u16string &puk2,
1367 const sptr<IRawParcelCallback> &callback) { in __anon94b8bef64902()
1407 … .WillOnce(Invoke([](int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2,
1419 … .WillOnce(Invoke([](int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2,
1438 … .WillOnce(Invoke([](int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2,
1461 … .WillOnce(Invoke([](int32_t slotId, const std::u16string &newPin2, const std::u16string &oldPin2,
[all …]
/base/telephony/core_service/test/unittest/core_service_gtest/
Dcore_service_test.cpp389 std::u16string newPin2 = u""; variable
403 std::u16string newPin2 = u""; variable
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/
Desim_core_service_stub_test.h156 int32_t UnlockPuk2(int32_t slotId, const std::u16string &newPin2, in UnlockPuk2()
162 int32_t AlterPin2(int32_t slotId, const std::u16string &newPin2, in AlterPin2()
/base/telephony/cellular_call/services/utils/src/
Dcellular_call_supplement.cpp1652 std::string newPin2 = mmiData.serviceInfoB; in AlterPin2Password() local
1672 std::string newPin2 = mmiData.serviceInfoB; in UnlockPuk2() local
/base/telephony/core_service/services/core/src/
Dcore_service.cpp1216 int32_t CoreService::UnlockPuk2(const int slotId, const std::u16string &newPin2, const std::u16stri… in UnlockPuk2()
1256 int32_t CoreService::AlterPin2(const int slotId, const std::u16string &newPin2, in AlterPin2()
Dcore_service_stub.cpp1063 std::u16string newPin2 = data.ReadString16(); in OnUnlockPuk2() local
1077 std::u16string newPin2 = data.ReadString16(); in OnAlterPin2() local
/base/telephony/core_service/services/sim/test/
Dtest.cpp1072 std::string newPin2 = " "; in TestUnlockPuk2() local
1100 std::string newPin2 = " "; in TestAlterPin2() local
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp1032 int32_t CoreServiceClient::UnlockPuk2(int32_t slotId, const std::u16string &newPin2, const std::u16… in UnlockPuk2()
1078 int32_t CoreServiceClient::AlterPin2(int32_t slotId, const std::u16string &newPin2, const std::u16s… in AlterPin2()
Dcore_service_proxy.cpp1662 int32_t CoreServiceProxy::UnlockPuk2(const int32_t slotId, const std::u16string &newPin2, in UnlockPuk2()
1693 int32_t CoreServiceProxy::AlterPin2(const int32_t slotId, const std::u16string &newPin2, in AlterPin2()
Dcore_manager_inner.cpp2437 … int32_t slotId, const std::string &newPin2, const std::string &puk2, LockStatusResponse &response) in UnlockPuk2()
2447 …int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &respon… in AlterPin2()