Home
last modified time | relevance | path

Searched refs:GetLockState (Results 1 – 25 of 25) sorted by relevance

/base/telephony/core_service/test/fuzztest/setvoicemailinfo_fuzzer/
Dsetvoicemailinfo_fuzzer.cpp95 void GetLockState(const uint8_t *data, size_t size) in GetLockState() function
140 GetLockState(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/services/telephony_interaction/src/
Dcore_service_connection.cpp46 …DelayedRefSingleton<CoreServiceClient>::GetInstance().GetLockState(slotId, LockType::FDN_LOCK, loc… in IsFdnEnabled()
/base/telephony/core_service/services/sim/include/
Dsim_state_manager.h42 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState);
Dsim_state_handle.h119 void GetLockState(int32_t slotId, LockType lockType);
Dsim_manager.h50 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState) override;
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_test_util.cpp239 …int32_t result = CoreServiceClient::GetInstance().GetLockState(SimTest::slotId_, lockType, lockSta… in GetLockStateTestFunc()
248 …int32_t result = CoreServiceClient::GetInstance().GetLockState(SimTest::slotId1_, lockType, lockSt… in GetLockStateTestFunc1()
256 …int32_t result = CoreServiceClient::GetInstance().GetLockState(SimTest::slotId_, lockType, lockSta… in GetFDNStateTestFunc()
265 …int32_t result = CoreServiceClient::GetInstance().GetLockState(SimTest::slotId1_, lockType, lockSt… in GetFDNStateTestFunc1()
Dsim_core_service_test.cpp70 EXPECT_NE(mCoreService->GetLockState(0, LockType::PIN_LOCK, mLockState), TELEPHONY_ERR_SUCCESS);
216 EXPECT_NE(mCoreService->GetLockState(0, LockType::PIN_LOCK, mLockState), TELEPHONY_ERR_SUCCESS);
Dzero_branch_test.cpp1072 EXPECT_NE(mInner.GetLockState(0, LockType::PIN_LOCK, lockState), TELEPHONY_ERR_SUCCESS);
1361 EXPECT_NE(simManager->GetLockState(0, mLockType, lockState), TELEPHONY_ERR_SUCCESS);
1362 … EXPECT_NE(simManager->GetLockState(INVALID_SLOTID, mLockType, lockState), TELEPHONY_ERR_SUCCESS);
1584 …EXPECT_GT(simStateManager->GetLockState(0, testLockInfo.lockType, lockState), TELEPHONY_ERR_SUCCES…
1586 EXPECT_GT(simStateManager->GetLockState(0, lockType, lockState), TELEPHONY_ERR_SUCCESS);
Dzero_branch_test_sim_ril.cpp448 … EXPECT_GT(simStateManager->GetLockState(0, LockType::PIN_LOCK, lockState), TELEPHONY_ERR_SUCCESS);
/base/telephony/core_service/services/sim/src/
Dsim_state_manager.cpp264 int32_t SimStateManager::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState() function in OHOS::Telephony::SimStateManager
278 simStateHandle_->GetLockState(slotId, lockType); in GetLockState()
Dsim_manager.cpp184 int32_t SimManager::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState() function in OHOS::Telephony::SimManager
190 return simStateManager_[slotId]->GetLockState(slotId, lockType, lockState); in GetLockState()
Dsim_state_handle.cpp288 void SimStateHandle::GetLockState(int32_t slotId, LockType lockType) in GetLockState() function in OHOS::Telephony::SimStateHandle
/base/telephony/core_service/interfaces/innerkits/include/
Di_sim_manager.h42 virtual int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState) = 0;
Dcore_service_client.h512 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState);
Di_core_service.h67 virtual int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState) = 0;
Dcore_service_proxy.h95 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState) override;
Dcore_manager_inner.h249 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState);
/base/telephony/core_service/frameworks/native/src/
Dcore_service_client.cpp618 int32_t CoreServiceClient::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState() function in OHOS::Telephony::CoreServiceClient
625 return proxy->GetLockState(slotId, lockType, lockState); in GetLockState()
Dcore_manager_inner.cpp2187 int32_t CoreManagerInner::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState() function in OHOS::Telephony::CoreManagerInner
2193 return simManager_->GetLockState(slotId, lockType, lockState); in GetLockState()
Dcore_service_proxy.cpp1713 int32_t CoreServiceProxy::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState() function in OHOS::Telephony::CoreServiceProxy
/base/telephony/core_service/services/core/include/
Dcore_service.h131 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState) override;
/base/telephony/core_service/services/core/src/
Dcore_service.cpp929 int32_t CoreService::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState() function in OHOS::Telephony::CoreService
944 return simManager_->GetLockState(slotId, lockType, lockState); in GetLockState()
Dcore_service_stub.cpp994 int32_t result = GetLockState(slotId, lockType, lockState); in OnGetLockState()
/base/telephony/core_service/frameworks/js/sim/src/
Dnapi_sim.cpp2713 int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetLockState( in NativeGetLockState()
2734 napi_value GetLockState(napi_env env, napi_callback_info info) in GetLockState() function
3032 DECLARE_NAPI_FUNCTION("getLockState", GetLockState), in InitSimLockInterface()
/base/telephony/core_service/services/sim/test/
Dtest.cpp1173 g_telephonyService->GetLockState(testSlot, lockType, lockState); in TestGetLockState()