/ohos5.0/base/telephony/core_service/test/fuzztest/setvoicemailinfo_fuzzer/ |
H A D | setvoicemailinfo_fuzzer.cpp | 90 void GetLockState(const uint8_t *data, size_t size) in GetLockState() function 135 GetLockState(data, size); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | core_service_connection.cpp | 46 …DelayedRefSingleton<CoreServiceClient>::GetInstance().GetLockState(slotId, LockType::FDN_LOCK, loc… in IsFdnEnabled()
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_test_util.cpp | 238 …int32_t result = CoreServiceClient::GetInstance().GetLockState(SimTest::slotId_, lockType, lockSta… in GetLockStateTestFunc() 247 …int32_t result = CoreServiceClient::GetInstance().GetLockState(SimTest::slotId1_, lockType, lockSt… in GetLockStateTestFunc1() 255 …int32_t result = CoreServiceClient::GetInstance().GetLockState(SimTest::slotId_, lockType, lockSta… in GetFDNStateTestFunc() 264 …int32_t result = CoreServiceClient::GetInstance().GetLockState(SimTest::slotId1_, lockType, lockSt… in GetFDNStateTestFunc1()
|
H A D | sim_core_service_test.cpp | 71 EXPECT_NE(mCoreService->GetLockState(0, LockType::PIN_LOCK, mLockState), TELEPHONY_ERR_SUCCESS); 218 EXPECT_NE(mCoreService->GetLockState(0, LockType::PIN_LOCK, mLockState), TELEPHONY_ERR_SUCCESS);
|
H A D | zero_branch_test_sim_ril.cpp | 718 … EXPECT_GT(simStateManager->GetLockState(0, LockType::PIN_LOCK, lockState), TELEPHONY_ERR_SUCCESS); 1311 … EXPECT_EQ(simStateManager->GetLockState(0, lockType, lockState), TELEPHONY_ERR_ARGUMENT_INVALID); 1315 EXPECT_EQ(simStateManager->GetLockState(0, lockType, lockState), TELEPHONY_ERR_LOCAL_PTR_NULL);
|
H A D | zero_branch_test.cpp | 1120 EXPECT_NE(mInner.GetLockState(0, LockType::PIN_LOCK, lockState), TELEPHONY_ERR_SUCCESS); 1485 EXPECT_NE(simManager->GetLockState(0, mLockType, lockState), TELEPHONY_ERR_SUCCESS); 1486 … EXPECT_NE(simManager->GetLockState(INVALID_SLOTID, mLockType, lockState), TELEPHONY_ERR_SUCCESS); 1709 …EXPECT_GT(simStateManager->GetLockState(0, testLockInfo.lockType, lockState), TELEPHONY_ERR_SUCCES… 1711 EXPECT_GT(simStateManager->GetLockState(0, lockType, lockState), TELEPHONY_ERR_SUCCESS);
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | sim_state_manager.h | 44 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState);
|
H A D | sim_state_handle.h | 122 void GetLockState(int32_t slotId, LockType lockType);
|
H A D | sim_manager.h | 58 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState) override;
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_state_manager.cpp | 291 int32_t SimStateManager::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState() function in OHOS::Telephony::SimStateManager 305 simStateHandle_->GetLockState(slotId, lockType); in GetLockState()
|
H A D | sim_manager.cpp | 223 int32_t SimManager::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState() function in OHOS::Telephony::SimManager 229 return simStateManager_[slotId]->GetLockState(slotId, lockType, lockState); in GetLockState()
|
H A D | sim_state_handle.cpp | 331 void SimStateHandle::GetLockState(int32_t slotId, LockType lockType) in GetLockState() function in OHOS::Telephony::SimStateHandle
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_sim_manager.h | 44 virtual int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState) = 0;
|
H A D | core_service_client.h | 529 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState);
|
H A D | i_core_service.h | 69 virtual int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState) = 0;
|
H A D | core_service_proxy.h | 98 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState) override;
|
H A D | core_manager_inner.h | 257 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState);
|
/ohos5.0/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 638 int32_t CoreServiceClient::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState() function in OHOS::Telephony::CoreServiceClient 645 return proxy->GetLockState(slotId, lockType, lockState); in GetLockState()
|
H A D | core_manager_inner.cpp | 2271 int32_t CoreManagerInner::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState() function in OHOS::Telephony::CoreManagerInner 2277 return simManager_->GetLockState(slotId, lockType, lockState); in GetLockState()
|
H A D | core_service_proxy.cpp | 1780 int32_t CoreServiceProxy::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState() function in OHOS::Telephony::CoreServiceProxy
|
/ohos5.0/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 136 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState) override;
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 964 int32_t CoreService::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState() function in OHOS::Telephony::CoreService 979 return simManager_->GetLockState(slotId, lockType, lockState); in GetLockState()
|
H A D | core_service_stub.cpp | 1188 int32_t result = GetLockState(slotId, lockType, lockState); in OnGetLockState()
|
/ohos5.0/base/telephony/core_service/frameworks/js/sim/src/ |
H A D | napi_sim.cpp | 2794 int32_t errorCode = DelayedRefSingleton<CoreServiceClient>::GetInstance().GetLockState( in NativeGetLockState() 2815 napi_value GetLockState(napi_env env, napi_callback_info info) in GetLockState() function 3113 DECLARE_NAPI_FUNCTION("getLockState", GetLockState), in InitSimLockInterface()
|
/ohos5.0/base/telephony/core_service/services/sim/test/ |
H A D | test.cpp | 1173 g_telephonyService->GetLockState(testSlot, lockType, lockState); in TestGetLockState()
|