Home
last modified time | relevance | path

Searched refs:UnlockPin2 (Results 1 - 25 of 45) sorted by relevance

12

/base/telephony/core_service/services/sim/include/
H A Dsim_state_manager.h48 int32_t UnlockPin2(int32_t slotId, const std::string &pin2, LockStatusResponse &response);
H A Dsim_state_handle.h128 void UnlockPin2(int32_t slotId, const std::string &pin2);
H A Dsim_manager.h61 int32_t UnlockPin2(int32_t slotId, const std::string &pin2, LockStatusResponse &response) override;
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sim_defs.h371 void (*UnlockPin2)(const ReqDataInfo *requestInfo, const char *pin2); member
/base/telephony/core_service/test/fuzztest/unlockpin_fuzzer/
H A Dunlockpin_fuzzer.cpp103 void UnlockPin2(const uint8_t *data, size_t size) in UnlockPin2() function
251 UnlockPin2(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/services/sim/src/
H A Dsim_state_manager.cpp361 int32_t SimStateManager::UnlockPin2(int32_t slotId, const std::string &pin2, LockStatusResponse &response) in UnlockPin2() function in OHOS::Telephony::SimStateManager
368 TELEPHONY_LOGD("SimStateManager::UnlockPin2 slotId = %{public}d", slotId); in UnlockPin2()
370 simStateHandle_->UnlockPin2(slotId, pin2); in UnlockPin2()
372 TELEPHONY_LOGI("UnlockPin2::wait(), response = false"); in UnlockPin2()
H A Dsim_state_handle.cpp232 void SimStateHandle::UnlockPin2(int32_t slotId, const std::string &pin2) in UnlockPin2() function in OHOS::Telephony::SimStateHandle
234 TELEPHONY_LOGI("SimStateHandle::UnlockPin2() slotId = %{public}d", slotId); in UnlockPin2()
246 telRilManager->UnlockPin2(slotId, pin2, event); in UnlockPin2()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp65 EXPECT_NE(mCoreService->UnlockPin2(0, testU16Str, mLockStatusResponse), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
212 EXPECT_NE(mCoreService->UnlockPin2(0, testU16Str, mLockStatusResponse), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
H A Dsim_test_util.cpp327 int32_t result = CoreServiceClient::GetInstance().UnlockPin2(SimTest::slotId_, pin2, response); in UnlockPin2TestFunc()
336 int32_t result = CoreServiceClient::GetInstance().UnlockPin2(SimTest::slotId1_, pin2, response); in UnlockPin2TestFunc1()
H A Dcore_service_test.cpp383 auto result = DelayedSingleton<CoreService>::GetInstance()->UnlockPin2(0, pin2, response); in HWTEST_F()
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_sim.h50 int32_t UnlockPin2(std::string pin2, const AppExecFwk::InnerEvent::Pointer &response);
/base/telephony/cellular_data/test/mock/
H A Dmock_sim_manager.h103 MOCK_METHOD3(UnlockPin2, int32_t(int32_t, const std::string &, LockStatusResponse &));
H A Dmock_core_service.h65 int32_t, UnlockPin2, (int32_t slotId, const std::u16string &pin2, LockStatusResponse &response), (override));
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c107 .UnlockPin2 = ReqUnlockPin2,
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sim.cpp378 int32_t TelRilSim::UnlockPin2(std::string pin2, const AppExecFwk::InnerEvent::Pointer &response) in UnlockPin2() function in OHOS::Telephony::TelRilSim
380 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::UnlockPin2, pin2); in UnlockPin2()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_sim_test.cpp847 int32_t ret = g_rilInterface->UnlockPin2(SLOTID_1, RilTestUtil::GetSerialId(), pin2); in HWTEST_F()
867 int32_t ret = g_rilInterface->UnlockPin2(SLOTID_2, RilTestUtil::GetSerialId(), pin2); in HWTEST_F()
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp257 telRilSim->UnlockPin2(pin2, result); in GetSimStatus()
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_client.h485 int32_t UnlockPin2(int32_t slotId, const std::u16string &pin2, LockStatusResponse &response);
H A Di_sim_manager.h58 virtual int32_t UnlockPin2(int32_t slotId, const std::string &pin2, LockStatusResponse &response) = 0;
H A Dcore_service_proxy.h92 int32_t UnlockPin2(const int32_t slotId, const std::u16string &pin2, LockStatusResponse &response) override;
H A Di_tel_ril_manager.h211 virtual int32_t UnlockPin2(
H A Di_core_service.h74 virtual int32_t UnlockPin2(int32_t slotId, const std::u16string &pin2, LockStatusResponse &response) = 0;
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_sim.h42 int32_t UnlockPin2(int32_t serialId, const std::string &pin2);
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp597 int32_t CoreServiceClient::UnlockPin2(int32_t slotId, const std::u16string &pin2, LockStatusResponse &response) in UnlockPin2() function in OHOS::Telephony::CoreServiceClient
604 return proxy->UnlockPin2(slotId, pin2, response); in UnlockPin2()
/base/telephony/core_service/services/core/include/
H A Dcore_service.h126 int32_t UnlockPin2(int32_t slotId, const std::u16string &pin2, LockStatusResponse &response) override;

Completed in 21 milliseconds

12