Home
last modified time | relevance | path

Searched refs:GetPrimarySlotId (Results 1 - 25 of 35) sorted by relevance

12

/base/telephony/core_service/frameworks/cj/telephony_radio/src/
H A Dtelephony_radio_impl.h36 static int32_t GetPrimarySlotId(int32_t &errCode);
H A Dtelephony_radio_ffi.cpp46 return TelephonyRadioImpl::GetPrimarySlotId(*errCode); in FfiTelephonyRadioGetPrimarySlotId()
H A Dtelephony_radio_impl.cpp283 int32_t TelephonyRadioImpl::GetPrimarySlotId(int32_t &errCode) in GetPrimarySlotId() function in OHOS::Telephony::TelephonyRadioImpl
287 DelayedRefSingleton<CoreServiceClient>::GetInstance().GetPrimarySlotId(slotId); in GetPrimarySlotId()
/base/telephony/cellular_data/services/src/state_machine/
H A Dincall_data_state_machine.cpp73 CoreManagerInner::GetInstance().GetPrimarySlotId(primarySlotId); in IsSecondaryCanActiveData()
327 CoreManagerInner::GetInstance().GetPrimarySlotId(primarySlotId); in ProcessCallEnded()
348 CoreManagerInner::GetInstance().GetPrimarySlotId(primarySlotId); in ProcessSettingsOff()
436 CoreManagerInner::GetInstance().GetPrimarySlotId(primarySlotId); in StateBegin()
467 CoreManagerInner::GetInstance().GetPrimarySlotId(primarySlotId); in StateProcess()
/base/telephony/core_service/interfaces/kits/c/telephony_radio/src/
H A Dtelephony_radio.cpp160 int32_t result = OHOS::Telephony::CoreServiceClient::GetInstance().GetPrimarySlotId(slotId); in OH_Telephony_GetNetworkState()
162 TELEPHONY_LOGE("GetPrimarySlotId errorCode = %{public}d", result); in OH_Telephony_GetNetworkState()
/base/telephony/core_service/services/sim/include/
H A Dmulti_sim_controller.h51 int32_t GetPrimarySlotId();
H A Dsim_manager.h83 int32_t GetPrimarySlotId(int32_t &slotId) override;
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_core_service_test.cpp134 EXPECT_NE(mCoreService->GetPrimarySlotId(slotId), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
292 EXPECT_NE(mCoreService->GetPrimarySlotId(slotId), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
/base/telephony/cellular_data/test/mock/
H A Dmock_sim_manager.h46 MOCK_METHOD1(GetPrimarySlotId, int32_t(int32_t &));
H A Dmock_core_service.h103 MOCK_METHOD(int32_t, GetPrimarySlotId, (int32_t & slotId), (override));
/base/telephony/cellular_data/test/
H A Dcellular_state_machine_test.cpp1801 EXPECT_CALL(*mockSimManager, GetPrimarySlotId(_)).Times(AtLeast(1)) in HWTEST_F()
1808 EXPECT_CALL(*mockSimManager, GetPrimarySlotId(_)).Times(AtLeast(1)) in HWTEST_F()
1832 EXPECT_CALL(*mockSimManager, GetPrimarySlotId(_)).Times(AtLeast(1)) in HWTEST_F()
1856 EXPECT_CALL(*mockSimManager, GetPrimarySlotId(_)).Times(AtLeast(1)) in HWTEST_F()
1899 EXPECT_CALL(*mockSimManager, GetPrimarySlotId(_)).Times(AtLeast(1)) in HWTEST_F()
1942 EXPECT_CALL(*mockSimManager, GetPrimarySlotId(_)).Times(AtLeast(1)) in HWTEST_F()
1992 EXPECT_CALL(*mockSimManager, GetPrimarySlotId(_)).Times(AtLeast(1)) in HWTEST_F()
/base/telephony/core_service/interfaces/innerkits/include/
H A Dcore_service_client.h809 int32_t GetPrimarySlotId(int32_t &slotId);
H A Di_sim_manager.h83 virtual int32_t GetPrimarySlotId(int32_t &slotId) = 0;
H A Dcore_service_proxy.h73 int32_t GetPrimarySlotId(int32_t &slotId) override;
H A Di_core_service.h105 virtual int32_t GetPrimarySlotId(int32_t &slotId) = 0;
H A Dcore_manager_inner.h314 int32_t GetPrimarySlotId(int32_t &slotId);
/base/telephony/core_service/services/network_search/src/
H A Dnitz_update.cpp273 CoreManagerInner::GetInstance().GetPrimarySlotId(primarySlotId); in ProcessTimeZone()
H A Dradio_info.cpp349 simManager->GetPrimarySlotId(primarySlot); in SetRadioOnIfNeeded()
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp948 int32_t CoreServiceClient::GetPrimarySlotId(int32_t &slotId) in GetPrimarySlotId() function in OHOS::Telephony::CoreServiceClient
956 return proxy->GetPrimarySlotId(slotId); in GetPrimarySlotId()
H A Dcore_manager_inner.cpp1950 int32_t CoreManagerInner::GetPrimarySlotId(int32_t &slotId) in GetPrimarySlotId() function in OHOS::Telephony::CoreManagerInner
1956 return simManager_->GetPrimarySlotId(slotId); in GetPrimarySlotId()
2121 simManager_->GetPrimarySlotId(slotId); in GetOpKey()
/base/telephony/core_service/services/core/src/
H A Dcore_service.cpp577 simManager_->GetPrimarySlotId(slotId); in GetLocaleFromDefaultSim()
707 int32_t CoreService::GetPrimarySlotId(int32_t &slotId) in GetPrimarySlotId() function in OHOS::Telephony::CoreService
709 TELEPHONY_LOGD("CoreService::GetPrimarySlotId()"); in GetPrimarySlotId()
714 return simManager_->GetPrimarySlotId(slotId); in GetPrimarySlotId()
/base/telephony/core_service/services/core/include/
H A Dcore_service.h148 int32_t GetPrimarySlotId(int32_t &slotId) override;
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/
H A Desim_core_service_stub_test.h290 int32_t GetPrimarySlotId(int32_t &slotId) override
/base/telephony/core_service/services/sim/src/
H A Dsim_manager.cpp527 int32_t SimManager::GetPrimarySlotId(int32_t &slotId) in GetPrimarySlotId() function in OHOS::Telephony::SimManager
538 slotId = multiSimController_->GetPrimarySlotId(); in GetPrimarySlotId()
H A Dmulti_sim_controller.cpp847 int32_t MultiSimController::GetPrimarySlotId() in GetPrimarySlotId() function in OHOS::Telephony::MultiSimController

Completed in 29 milliseconds

12