| /base/telephony/core_service/test/fuzztest/setvoicemailinfo_fuzzer/ |
| D | setvoicemailinfo_fuzzer.cpp | 95 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/ |
| D | core_service_connection.cpp | 46 …DelayedRefSingleton<CoreServiceClient>::GetInstance().GetLockState(slotId, LockType::FDN_LOCK, loc… in IsFdnEnabled()
|
| /base/telephony/core_service/services/sim/include/ |
| D | sim_state_manager.h | 42 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState);
|
| D | sim_state_handle.h | 119 void GetLockState(int32_t slotId, LockType lockType);
|
| D | sim_manager.h | 50 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState) override;
|
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| D | sim_test_util.cpp | 239 …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()
|
| D | sim_core_service_test.cpp | 70 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);
|
| D | zero_branch_test.cpp | 1072 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);
|
| D | zero_branch_test_sim_ril.cpp | 448 … EXPECT_GT(simStateManager->GetLockState(0, LockType::PIN_LOCK, lockState), TELEPHONY_ERR_SUCCESS);
|
| /base/telephony/core_service/services/sim/src/ |
| D | sim_state_manager.cpp | 264 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()
|
| D | sim_manager.cpp | 184 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()
|
| D | sim_state_handle.cpp | 288 void SimStateHandle::GetLockState(int32_t slotId, LockType lockType) in GetLockState() function in OHOS::Telephony::SimStateHandle
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | i_sim_manager.h | 42 virtual int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState) = 0;
|
| D | core_service_client.h | 512 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState);
|
| D | i_core_service.h | 67 virtual int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState) = 0;
|
| D | core_service_proxy.h | 95 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState) override;
|
| D | core_manager_inner.h | 249 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState);
|
| /base/telephony/core_service/frameworks/native/src/ |
| D | core_service_client.cpp | 618 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()
|
| D | core_manager_inner.cpp | 2187 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()
|
| D | core_service_proxy.cpp | 1713 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/ |
| D | core_service.h | 131 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState) override;
|
| /base/telephony/core_service/services/core/src/ |
| D | core_service.cpp | 929 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()
|
| D | core_service_stub.cpp | 994 int32_t result = GetLockState(slotId, lockType, lockState); in OnGetLockState()
|
| /base/telephony/core_service/frameworks/js/sim/src/ |
| D | napi_sim.cpp | 2713 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/ |
| D | test.cpp | 1173 g_telephonyService->GetLockState(testSlot, lockType, lockState); in TestGetLockState()
|