Home
last modified time | relevance | path

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

12

/base/telephony/core_service/services/sim/include/
H A Dsim_state_manager.h41 int32_t UnlockPin(int32_t slotId, const std::string &pin, LockStatusResponse &response);
H A Dsim_state_handle.h120 void UnlockPin(int32_t slotId, const std::string &pin);
H A Dsim_manager.h53 int32_t UnlockPin(int32_t slotId, const std::string &pin, LockStatusResponse &response) override;
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sim_defs.h368 void (*UnlockPin)(const ReqDataInfo *requestInfo, const char *pin); member
/base/telephony/core_service/test/fuzztest/unlockpin_fuzzer/
H A Dunlockpin_fuzzer.cpp49 void UnlockPin(const uint8_t *data, size_t size) in UnlockPin() function
248 UnlockPin(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/services/sim/src/
H A Dsim_state_manager.cpp176 int32_t SimStateManager::UnlockPin(int32_t slotId, const std::string &pin, LockStatusResponse &response) in UnlockPin() function in OHOS::Telephony::SimStateManager
183 TELEPHONY_LOGD("SimStateManager::UnlockPin slotId = %{public}d", slotId); in UnlockPin()
185 simStateHandle_->UnlockPin(slotId, pin); in UnlockPin()
187 TELEPHONY_LOGI("UnlockPin::wait(), response = false"); in UnlockPin()
H A Dsim_state_handle.cpp175 void SimStateHandle::UnlockPin(int32_t slotId, const std::string &pin) in UnlockPin() function in OHOS::Telephony::SimStateHandle
189 telRilManager->UnlockPin(slotId, pin, event); in UnlockPin()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp62 EXPECT_NE(mCoreService->UnlockPin(0, testU16Str, mLockStatusResponse), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
209 EXPECT_NE(mCoreService->UnlockPin(0, testU16Str, mLockStatusResponse), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
H A Dsim_test_util.cpp272 int32_t result = CoreServiceClient::GetInstance().UnlockPin(SimTest::slotId_, pin, response); in UnlockPinTestFunc()
281 int32_t result = CoreServiceClient::GetInstance().UnlockPin(SimTest::slotId1_, pin, response); in UnlockPinTestFunc1()
H A Dcore_service_test.cpp339 auto result = DelayedSingleton<CoreService>::GetInstance()->UnlockPin(0, pin, response); in HWTEST_F()
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_sim.h48 int32_t UnlockPin(std::string pin, const AppExecFwk::InnerEvent::Pointer &response);
/base/telephony/cellular_data/test/mock/
H A Dmock_sim_manager.h101 MOCK_METHOD3(UnlockPin, int32_t(int32_t, const std::string &, LockStatusResponse &));
H A Dmock_core_service.h57 int32_t, UnlockPin, (int32_t slotId, const std::u16string &pin, LockStatusResponse &response), (override));
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c105 .UnlockPin = ReqUnlockPin,
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sim.cpp368 int32_t TelRilSim::UnlockPin(std::string pin, const AppExecFwk::InnerEvent::Pointer &response) in UnlockPin() function in OHOS::Telephony::TelRilSim
370 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::UnlockPin, pin); in UnlockPin()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_sim_test.cpp765 int32_t ret = g_rilInterface->UnlockPin(SLOTID_1, RilTestUtil::GetSerialId(), pin); in HWTEST_F()
785 int32_t ret = g_rilInterface->UnlockPin(SLOTID_2, RilTestUtil::GetSerialId(), pin); in HWTEST_F()
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp255 telRilSim->UnlockPin(pin, result); in GetSimStatus()
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_client.h451 int32_t UnlockPin(int32_t slotId, const std::u16string &pin, LockStatusResponse &response);
H A Di_sim_manager.h50 virtual int32_t UnlockPin(int32_t slotId, const std::string &pin, LockStatusResponse &response) = 0;
H A Dcore_service_proxy.h87 int32_t UnlockPin(const int32_t slotId, const std::u16string &pin, LockStatusResponse &response) override;
H A Di_tel_ril_manager.h207 virtual int32_t UnlockPin(
H A Di_core_service.h69 virtual int32_t UnlockPin(int32_t slotId, const std::u16string &pin, LockStatusResponse &response) = 0;
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_sim.h40 int32_t UnlockPin(int32_t serialId, const std::string &pin);
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp565 int32_t CoreServiceClient::UnlockPin(int32_t slotId, const std::u16string &pin, LockStatusResponse &response) in UnlockPin() function in OHOS::Telephony::CoreServiceClient
572 return proxy->UnlockPin(slotId, pin, response); in UnlockPin()
/base/telephony/core_service/services/core/include/
H A Dcore_service.h118 int32_t UnlockPin(int32_t slotId, const std::u16string &pin, LockStatusResponse &response) override;

Completed in 21 milliseconds

12