/base/telephony/core_service/frameworks/cj/telephony_radio/src/ |
H A D | telephony_radio_impl.h | 36 static int32_t GetPrimarySlotId(int32_t &errCode);
|
H A D | telephony_radio_ffi.cpp | 46 return TelephonyRadioImpl::GetPrimarySlotId(*errCode); in FfiTelephonyRadioGetPrimarySlotId()
|
H A D | telephony_radio_impl.cpp | 283 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 D | incall_data_state_machine.cpp | 73 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 D | telephony_radio.cpp | 160 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 D | multi_sim_controller.h | 51 int32_t GetPrimarySlotId();
|
H A D | sim_manager.h | 83 int32_t GetPrimarySlotId(int32_t &slotId) override;
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_core_service_test.cpp | 134 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 D | mock_sim_manager.h | 46 MOCK_METHOD1(GetPrimarySlotId, int32_t(int32_t &));
|
H A D | mock_core_service.h | 103 MOCK_METHOD(int32_t, GetPrimarySlotId, (int32_t & slotId), (override));
|
/base/telephony/cellular_data/test/ |
H A D | cellular_state_machine_test.cpp | 1801 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 D | core_service_client.h | 809 int32_t GetPrimarySlotId(int32_t &slotId);
|
H A D | i_sim_manager.h | 83 virtual int32_t GetPrimarySlotId(int32_t &slotId) = 0;
|
H A D | core_service_proxy.h | 73 int32_t GetPrimarySlotId(int32_t &slotId) override;
|
H A D | i_core_service.h | 105 virtual int32_t GetPrimarySlotId(int32_t &slotId) = 0;
|
H A D | core_manager_inner.h | 314 int32_t GetPrimarySlotId(int32_t &slotId);
|
/base/telephony/core_service/services/network_search/src/ |
H A D | nitz_update.cpp | 273 CoreManagerInner::GetInstance().GetPrimarySlotId(primarySlotId); in ProcessTimeZone()
|
H A D | radio_info.cpp | 349 simManager->GetPrimarySlotId(primarySlot); in SetRadioOnIfNeeded()
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 948 int32_t CoreServiceClient::GetPrimarySlotId(int32_t &slotId) in GetPrimarySlotId() function in OHOS::Telephony::CoreServiceClient 956 return proxy->GetPrimarySlotId(slotId); in GetPrimarySlotId()
|
H A D | core_manager_inner.cpp | 1950 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 D | core_service.cpp | 577 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 D | core_service.h | 148 int32_t GetPrimarySlotId(int32_t &slotId) override;
|
/base/telephony/core_service/test/unittest/esim_gtest/mock/include/ |
H A D | esim_core_service_stub_test.h | 290 int32_t GetPrimarySlotId(int32_t &slotId) override
|
/base/telephony/core_service/services/sim/src/ |
H A D | sim_manager.cpp | 527 int32_t SimManager::GetPrimarySlotId(int32_t &slotId)
in GetPrimarySlotId() function in OHOS::Telephony::SimManager 538 slotId = multiSimController_->GetPrimarySlotId();
in GetPrimarySlotId()
|
H A D | multi_sim_controller.cpp | 847 int32_t MultiSimController::GetPrimarySlotId() in GetPrimarySlotId() function in OHOS::Telephony::MultiSimController
|