/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()
|
/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | core_service_connection.cpp | 46 DelayedRefSingleton<CoreServiceClient>::GetInstance().GetLockState(slotId, LockType::FDN_LOCK, lockState); in IsFdnEnabled()
|
/base/telephony/core_service/services/sim/include/ |
H A D | sim_state_manager.h | 46 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState);
|
H A D | sim_state_handle.h | 124 void GetLockState(int32_t slotId, LockType lockType);
|
H A D | sim_manager.h | 59 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState) override;
|
/base/telephony/core_service/test/unittest/sim_state_handle_gtest/ |
H A D | sim_state_handle_gtest.cpp | 136 simStateHandle->GetLockState(slotId, lockType); in HWTEST_F() 158 simStateHandle->GetLockState(slotId, lockType); in HWTEST_F()
|
/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, lockState); in GetLockStateTestFunc() 247 int32_t result = CoreServiceClient::GetInstance().GetLockState(SimTest::slotId1_, lockType, lockState); in GetLockStateTestFunc1() 255 int32_t result = CoreServiceClient::GetInstance().GetLockState(SimTest::slotId_, lockType, lockState); in GetFDNStateTestFunc() 264 int32_t result = CoreServiceClient::GetInstance().GetLockState(SimTest::slotId1_, lockType, lockState); in GetFDNStateTestFunc1()
|
H A D | sim_core_service_test.cpp | 71 EXPECT_NE(mCoreService->GetLockState(0, LockType::PIN_LOCK, mLockState), TELEPHONY_ERR_SUCCESS); in HWTEST_F() 218 EXPECT_NE(mCoreService->GetLockState(0, LockType::PIN_LOCK, mLockState), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
|
H A D | core_service_test.cpp | 441 auto result = DelayedSingleton<CoreService>::GetInstance()->GetLockState(0, lockType, lockState); in HWTEST_F()
|
H A D | zero_branch_test_sim_ril.cpp | 747 EXPECT_GT(simStateManager->GetLockState(0, LockType::PIN_LOCK, lockState), TELEPHONY_ERR_SUCCESS); in HWTEST_F() 1361 EXPECT_EQ(simStateManager->GetLockState(0, lockType, lockState), TELEPHONY_ERR_ARGUMENT_INVALID); in HWTEST_F() 1365 EXPECT_EQ(simStateManager->GetLockState(0, lockType, lockState), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
|
/base/telephony/core_service/services/sim/src/ |
H A D | sim_state_manager.cpp | 321 int32_t SimStateManager::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState() function in OHOS::Telephony::SimStateManager 324 TELEPHONY_LOGE("GetLockState lockType is error"); in GetLockState() 333 TELEPHONY_LOGD("SimStateManager::GetLockState slotId = %{public}d", slotId); in GetLockState() 335 simStateHandle_->GetLockState(slotId, lockType); in GetLockState() 337 TELEPHONY_LOGI("GetLockState::wait, response = false"); in GetLockState() 357 TELEPHONY_LOGI("SimStateManager::GetLockState(), %{public}d", lockState); in GetLockState()
|
H A D | sim_manager.cpp | 234 int32_t SimManager::GetLockState(int32_t slotId, LockType lockType, LockState &lockState)
in GetLockState() function in OHOS::Telephony::SimManager 237 TELEPHONY_LOGE("GetLockState has no sim card!");
in GetLockState() 240 return simStateManager_[slotId]->GetLockState(slotId, lockType, lockState);
in GetLockState()
|
H A D | sim_state_handle.cpp | 341 void SimStateHandle::GetLockState(int32_t slotId, LockType lockType) in GetLockState() function in OHOS::Telephony::SimStateHandle 343 TELEPHONY_LOGI("SimStateHandle::GetLockState() slotId = %{public}d", slotId); in GetLockState()
|
/base/telephony/cellular_data/test/mock/ |
H A D | mock_sim_manager.h | 97 MOCK_METHOD3(GetLockState, int32_t(int32_t, LockType, LockState &));
|
H A D | mock_core_service.h | 74 MOCK_METHOD(int32_t, GetLockState, (int32_t slotId, LockType lockType, LockState &lockState), (override));
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_client.h | 529 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState);
|
H A D | i_sim_manager.h | 56 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 | i_core_service.h | 80 virtual int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState) = 0;
|
H A D | core_manager_inner.h | 258 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState);
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 639 int32_t CoreServiceClient::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState() function in OHOS::Telephony::CoreServiceClient 646 return proxy->GetLockState(slotId, lockType, lockState); in GetLockState()
|
H A D | core_manager_inner.cpp | 2280 int32_t CoreManagerInner::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState() function in OHOS::Telephony::CoreManagerInner 2286 return simManager_->GetLockState(slotId, lockType, lockState); in GetLockState()
|
/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;
|
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/ |
H A D | esim_core_service_stub_test.h | 173 int32_t GetLockState(int32_t slotId, LockType lockType, LockState &lockState) override
|
/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 963 int32_t CoreService::GetLockState(int32_t slotId, LockType lockType, LockState &lockState) in GetLockState() function in OHOS::Telephony::CoreService 970 TELEPHONY_LOGE("CoreService::GetLockState, Permission denied!"); in GetLockState() 973 TELEPHONY_LOGI("CoreService::GetLockState(), lockType = %{public}d, slotId = %{public}d", lockType, slotId); in GetLockState() 978 return simManager_->GetLockState(slotId, lockType, lockState); in GetLockState()
|