Home
last modified time | relevance | path

Searched refs:GetSimLockStatus (Results 1 - 18 of 18) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sim_defs.h365 void (*GetSimLockStatus)(const ReqDataInfo *requestInfo, const HRilSimClock *data, size_t dataLen); member
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_sim.h43 int32_t GetSimLockStatus(std::string fac, const AppExecFwk::InnerEvent::Pointer &response);
H A Dtel_ril_manager.h227 int32_t GetSimLockStatus(int32_t slotId, std::string fac, const AppExecFwk::InnerEvent::Pointer &result) override;
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c102 .GetSimLockStatus = ReqGetSimLockStatus,
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sim.cpp336 int32_t TelRilSim::GetSimLockStatus(std::string fac, const AppExecFwk::InnerEvent::Pointer &response) in GetSimLockStatus() function in OHOS::Telephony::TelRilSim
343 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::GetSimLockStatus, simLockInfo); in GetSimLockStatus()
H A Dtel_ril_manager.cpp834 int32_t TelRilManager::GetSimLockStatus( in GetSimLockStatus() function in OHOS::Telephony::TelRilManager
837 return TaskSchedule(response, "TelRilSim", GetTelRilSim(slotId), &TelRilSim::GetSimLockStatus, fac); in GetSimLockStatus()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_sim_test.cpp581 int32_t ret = g_rilInterface->GetSimLockStatus(SLOTID_1, RilTestUtil::GetSerialId(), simLockInfo); in HWTEST_F()
605 int32_t ret = g_rilInterface->GetSimLockStatus(SLOTID_2, RilTestUtil::GetSerialId(), simLockInfo); in HWTEST_F()
H A Dzero_branch_test.cpp170 EXPECT_NE(HDF_SUCCESS, manager->GetSimLockStatus(0, 0, simLockInfo)); in TestSimInterface()
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp253 telRilSim->GetSimLockStatus(fac, result); in GetSimStatus()
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_sim.h37 int32_t GetSimLockStatus(int32_t serialId, const OHOS::HDI::Ril::V1_1::SimLockInfo &simLockInfo);
H A Dhril_manager.h147 int32_t GetSimLockStatus(int32_t slotId, int32_t serialId, const OHOS::HDI::Ril::V1_1::SimLockInfo &simLockInfo);
/base/telephony/core_service/services/sim/src/
H A Dsim_state_handle.cpp356 telRilManager->GetSimLockStatus(slotId, FAC_PIN_LOCK, event); in GetLockState()
358 telRilManager->GetSimLockStatus(slotId, FDN_PIN2_LOCK, event); in GetLockState()
/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h201 virtual int32_t GetSimLockStatus(
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp714 int32_t HRilManager::GetSimLockStatus( in GetSimLockStatus() function in OHOS::Telephony::HRilManager
717 return TaskSchedule(MODULE_HRIL_SIM, hrilSim_[slotId], &HRilSim::GetSimLockStatus, serialId, simLockInfo); in GetSimLockStatus()
H A Dhril_sim.cpp179 int32_t HRilSim::GetSimLockStatus(int32_t serialId, const OHOS::HDI::Ril::V1_1::SimLockInfo &simLockInfo) in GetSimLockStatus() function in OHOS::Telephony::HRilSim
183 int32_t ret = RequestVendor(serialId, HREQ_SIM_GET_SIM_LOCK_STATUS, simFuncs_, &HRilSimReq::GetSimLockStatus, in GetSimLockStatus()
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp1351 int32_t ret = g_rilInterface->GetSimLockStatus(slotId, GetSerialId(), simLockInfo); in GetSimLockStatusTest()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp401 telRilManager_->GetSimLockStatus(slotId, fac, event); in GetSimLockStatusTest()
/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp499 telRilManager_->GetSimLockStatus(slotId, fac, event); in OnRequestGetSimLockStatusTest()

Completed in 32 milliseconds