/base/telephony/core_service/services/sim/include/ |
H A D | sim_state_manager.h | 47 int32_t RefreshSimState(int32_t slotId);
|
H A D | sim_manager.h | 60 int32_t RefreshSimState(int32_t slotId) override;
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_core_service_test.cpp | 83 EXPECT_NE(mCoreService->RefreshSimState(0), TELEPHONY_ERR_SUCCESS); in HWTEST_F() 229 EXPECT_NE(mCoreService->RefreshSimState(0), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
|
H A D | zero_branch_test_core_service.cpp | 228 DelayedSingleton<CoreService>::GetInstance()->RefreshSimState(SLOT_ID); in HWTEST_F()
|
H A D | sim_elementary_file_test.cpp | 645 int32_t result =CoreServiceClient::GetInstance().RefreshSimState(SimTest::slotId_); 661 int32_t result = CoreServiceClient::GetInstance().RefreshSimState(SimTest::slotId1_); in HWTEST_F()
|
H A D | zero_branch_test.cpp | 1144 EXPECT_EQ(mInner.RefreshSimState(0), TELEPHONY_ERR_SUCCESS); in HWTEST_F() 1448 EXPECT_NE(simManager->RefreshSimState(0), TELEPHONY_ERR_SUCCESS); in HWTEST_F() 1449 EXPECT_NE(simManager->RefreshSimState(INVALID_SLOTID), TELEPHONY_ERR_SUCCESS); in HWTEST_F() 3296 EXPECT_NE(coreServiceClient->RefreshSimState(INVALID_SLOTID), 0); in HWTEST_F()
|
H A D | zero_branch_test_sim_ril.cpp | 734 simStateManager->RefreshSimState(0); in HWTEST_F()
|
/base/telephony/cellular_data/test/mock/ |
H A D | mock_sim_manager.h | 37 MOCK_METHOD1(RefreshSimState, int32_t(int32_t));
|
H A D | mock_core_service.h | 110 MOCK_METHOD(int32_t, RefreshSimState, (int32_t slotId), (override));
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_client.h | 537 int32_t RefreshSimState(int32_t slotId);
|
H A D | i_sim_manager.h | 57 virtual int32_t RefreshSimState(int32_t slotId) = 0;
|
H A D | core_service_proxy.h | 99 int32_t RefreshSimState(int32_t slotId) override;
|
H A D | i_core_service.h | 112 virtual int32_t RefreshSimState(int32_t slotId) = 0;
|
H A D | core_manager_inner.h | 259 int32_t RefreshSimState(int32_t slotId);
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 649 int32_t CoreServiceClient::RefreshSimState(int32_t slotId) in RefreshSimState() function in OHOS::Telephony::CoreServiceClient 656 return proxy->RefreshSimState(slotId); in RefreshSimState()
|
H A D | core_manager_inner.cpp | 2289 int32_t CoreManagerInner::RefreshSimState(int32_t slotId) in RefreshSimState() function in OHOS::Telephony::CoreManagerInner 2295 return simManager_->RefreshSimState(slotId); in RefreshSimState()
|
H A D | core_service_proxy.cpp | 1814 int32_t CoreServiceProxy::RefreshSimState(int32_t slotId) in RefreshSimState() function in OHOS::Telephony::CoreServiceProxy 1816 TELEPHONY_LOGI("CoreServiceProxy RefreshSimState ::%{public}d", slotId); in RefreshSimState() 1821 TELEPHONY_LOGE("RefreshSimState WriteInterfaceToken is false"); in RefreshSimState() 1827 TELEPHONY_LOGE("RefreshSimState Remote is null"); in RefreshSimState() 1832 TELEPHONY_LOGE("RefreshSimState failed, error code is %{public}d", st); in RefreshSimState() 1836 TELEPHONY_LOGI("RefreshSimState call end:: result = %{public}d", result); in RefreshSimState()
|
/base/telephony/core_service/services/sim/src/ |
H A D | sim_manager.cpp | 71 simStateManager_[slotId]->RefreshSimState(slotId);
in InitMultiSimObject() 243 int32_t SimManager::RefreshSimState(int32_t slotId)
in RefreshSimState() function in OHOS::Telephony::SimManager 249 return simStateManager_[slotId]->RefreshSimState(slotId);
in RefreshSimState()
|
H A D | sim_state_manager.cpp | 462 int32_t SimStateManager::RefreshSimState(int32_t slotId) in RefreshSimState() function in OHOS::Telephony::SimStateManager 467 TELEPHONY_LOGD("SimStateManager::RefreshSimState slotId = %{public}d", slotId); in RefreshSimState() 471 TELEPHONY_LOGI("RefreshSimState::wait(), response = false"); in RefreshSimState() 478 TELEPHONY_LOGI("SimStateManager::RefreshSimState(), %{public}d", ret); in RefreshSimState()
|
/base/telephony/core_service/services/core/include/ |
H A D | core_service.h | 158 int32_t RefreshSimState(int32_t slotId) override;
|
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/ |
H A D | esim_core_service_stub_test.h | 325 int32_t RefreshSimState(int32_t slotId) override
|
/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 981 int32_t CoreService::RefreshSimState(int32_t slotId) in RefreshSimState() function in OHOS::Telephony::CoreService 983 TELEPHONY_LOGD("CoreService::RefreshSimState(), slotId = %{public}d", slotId); in RefreshSimState() 988 return simManager_->RefreshSimState(slotId); in RefreshSimState()
|
H A D | core_service_stub.cpp | 1266 int32_t result = RefreshSimState(slotId); in OnRefreshSimState()
|
/base/telephony/core_service/services/sim/test/ |
H A D | test.cpp | 1184 int32_t ret = g_telephonyService->RefreshSimState(testSlot); in TestRefreshSimState() 1414 "26:RefreshSimState\n31:UnlockPin2\n32:UnlockPuk2\n" in Prompt()
|