/base/location/test/location_gnss/mock/src/ |
H A D | mock_i_cellular_data_manager.cpp | 23 int32_t CellularDataClient::GetDefaultCellularDataSlotId() in GetDefaultCellularDataSlotId() function in OHOS::Telephony::CellularDataClient 25 return Location::MockICellularDataManager::GetInstance().GetDefaultCellularDataSlotId(); in GetDefaultCellularDataSlotId()
|
/base/telephony/cellular_data/interfaces/kits/c/telephony_data/src/ |
H A D | telephony_data.cpp | 21 return OHOS::Telephony::CellularDataClient::GetInstance().GetDefaultCellularDataSlotId(); in OH_Telephony_GetDefaultCellularDataSlotId()
|
/base/location/test/location_gnss/mock/include/ |
H A D | mock_i_cellular_data_manager.h | 26 MOCK_METHOD(int32_t, GetDefaultCellularDataSlotId, ());
|
/base/telephony/cellular_data/frameworks/cj/src/ |
H A D | tel_cellular_data_impl.h | 25 static int32_t GetDefaultCellularDataSlotId();
|
H A D | tel_cellular_data_ffi.cpp | 27 return CellularDataImpl::GetDefaultCellularDataSlotId(); in FfiCellularDataGetDefaultCellularDataSlotId()
|
H A D | tel_cellular_data_impl.cpp | 148 int32_t CellularDataImpl::GetDefaultCellularDataSlotId() in GetDefaultCellularDataSlotId() function in OHOS::Telephony::CellularDataImpl 150 return CellularDataClient::GetInstance().GetDefaultCellularDataSlotId(); in GetDefaultCellularDataSlotId()
|
/base/telephony/cellular_data/services/src/ |
H A D | cellular_data_service.cpp | 107 int32_t slotId = CellularDataService::GetDefaultCellularDataSlotId(); in GetIntelligenceSwitchState() 169 int32_t slotId = CellularDataService::GetDefaultCellularDataSlotId(); in EnableCellularData() 189 int32_t slotId = CellularDataService::GetDefaultCellularDataSlotId(); in EnableIntelligenceSwitch() 204 int32_t slotId = CellularDataService::GetDefaultCellularDataSlotId(); in GetCellularDataState() 469 int32_t CellularDataService::GetDefaultCellularDataSlotId() in GetDefaultCellularDataSlotId() function in OHOS::Telephony::CellularDataService 471 return CoreManagerInner::GetInstance().GetDefaultCellularDataSlotId(); in GetDefaultCellularDataSlotId() 498 int32_t formerSlotId = GetDefaultCellularDataSlotId(); in SetDefaultCellularDataSlotId() 512 int32_t slotId = CellularDataService::GetDefaultCellularDataSlotId(); in GetCellularDataFlowType() 545 oss << "slotId:" << GetDefaultCellularDataSlotId(); in GetCellularDataSlotIdDump() 552 int32_t slotId = GetDefaultCellularDataSlotId(); in GetStateMachineCurrentStatusDump() [all...] |
H A D | cellular_data_handler.cpp | 490 const int32_t defSlotId = coreInner.GetDefaultCellularDataSlotId(); in SetDataPermittedForMms() 512 const int32_t defSlotId = coreInner.GetDefaultCellularDataSlotId(); in CheckDataPermittedByDsds() 542 const int32_t defSlotId = coreInner.GetDefaultCellularDataSlotId(); in CheckCellularDataSlotId() 1365 const int32_t defSlotId = coreInner.GetDefaultCellularDataSlotId(); in HandleDefaultDataSubscriptionChanged() 1480 const int32_t defSlotId = coreInner.GetDefaultCellularDataSlotId(); in HandleSimAccountLoaded() 1611 int32_t defaultSlotId = CoreManagerInner::GetInstance().GetDefaultCellularDataSlotId(); in HandleDsdsModeChanged() 2091 const int32_t defSlotId = coreInner.GetDefaultCellularDataSlotId(); in HandleDBSettingEnableChanged()
|
/base/telephony/cellular_data/services/src/state_machine/ |
H A D | incall_data_state_machine.cpp | 210 int32_t defaultSlotId = CoreManagerInner::GetInstance().GetDefaultCellularDataSlotId(); in ProcessCallStarted() 251 int32_t defaultSlotId = CoreManagerInner::GetInstance().GetDefaultCellularDataSlotId(); in ProcessSettingsOn() 269 int32_t defaultSlotId = CoreManagerInner::GetInstance().GetDefaultCellularDataSlotId(); in ProcessDsdsChanged() 325 int32_t defaultSlotId = CoreManagerInner::GetInstance().GetDefaultCellularDataSlotId(); in ProcessCallEnded() 346 int32_t defaultSlotId = CoreManagerInner::GetInstance().GetDefaultCellularDataSlotId(); in ProcessSettingsOff() 434 int32_t defaultSlotId = CoreManagerInner::GetInstance().GetDefaultCellularDataSlotId(); in StateBegin()
|
/base/telephony/cellular_data/frameworks/native/ |
H A D | cellular_data_service_proxy.h | 113 int32_t GetDefaultCellularDataSlotId();
|
H A D | cellular_data_client.cpp | 141 int32_t CellularDataClient::GetDefaultCellularDataSlotId() in GetDefaultCellularDataSlotId() function in OHOS::Telephony::CellularDataClient 152 defaultCellularDataSlotId_ = proxy->GetDefaultCellularDataSlotId(); in GetDefaultCellularDataSlotId() 204 defaultCellularDataSlotId_ = proxy->GetDefaultCellularDataSlotId(); in UpdateDefaultCellularDataSlotId()
|
/base/telephony/cellular_data/interfaces/innerkits/ |
H A D | i_cellular_data_manager.h | 94 virtual int32_t GetDefaultCellularDataSlotId() = 0;
|
H A D | cellular_data_client.h | 116 int32_t GetDefaultCellularDataSlotId();
|
/base/location/services/location_gnss/gnss/source/ |
H A D | agnss_event_callback.cpp | 52 int slotId = Telephony::CellularDataClient::GetInstance().GetDefaultCellularDataSlotId(); in RequestSubscriberSetId() 97 int slotId = Telephony::CellularDataClient::GetInstance().GetDefaultCellularDataSlotId(); in GetCellRefInfo()
|
/base/telephony/cellular_data/test/fuzztest/getcellulardatastate_fuzzer/ |
H A D | getcellulardatastate_fuzzer.cpp | 115 void GetDefaultCellularDataSlotId(const uint8_t *data, size_t size) in GetDefaultCellularDataSlotId() function 236 GetDefaultCellularDataSlotId(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/ohos_adapter/net_connect_adapter/src/ |
H A D | net_connect_callback_impl.cpp | 57 int32_t slotId = CellularDataClient::GetInstance().GetDefaultCellularDataSlotId(); in NetCapabilitiesChange()
|
H A D | net_connect_adapter_impl.cpp | 96 int32_t slotId = CellularDataClient::GetInstance().GetDefaultCellularDataSlotId(); in GetDefaultNetConnect()
|
/base/web/webview/test/unittest/net_connect_callback_impl_test/ |
H A D | net_connect_callback_impl_test.cpp | 36 int32_t CellularDataClient::GetDefaultCellularDataSlotId() in GetDefaultCellularDataSlotId() function in OHOS::Telephony::CellularDataClient
|
/base/request/request/services/src/cxx/ |
H A D | network.cpp | 166 DelayedRefSingleton<OHOS::Telephony::CellularDataClient>::GetInstance().GetDefaultCellularDataSlotId(); in IsRoaming() 168 REQUEST_HILOGE("GetDefaultCellularDataSlotId InValidData"); in IsRoaming()
|
/base/telephony/cellular_data/services/include/ |
H A D | cellular_data_service.h | 62 int32_t GetDefaultCellularDataSlotId() override;
|
/base/telephony/core_service/services/sim/include/ |
H A D | multi_sim_controller.h | 49 int32_t GetDefaultCellularDataSlotId();
|
/base/web/webview/test/unittest/net_connect_adapter_impl_test/ |
H A D | net_connect_adapter_impl_test.cpp | 94 int32_t CellularDataClient::GetDefaultCellularDataSlotId() in GetDefaultCellularDataSlotId() function in OHOS::Telephony::CellularDataClient
|
/base/telephony/cellular_data/frameworks/js/napi/src/ |
H A D | napi_cellular_data.cpp | 659 int32_t result = CellularDataClient::GetInstance().GetDefaultCellularDataSlotId(); in NativeGetDefaultCellularDataSlotId() 681 env, "GetDefaultCellularDataSlotId api execute failed", ERROR_NATIVE_API_EXECUTE_FAIL); in GetDefaultCellularDataSlotIdCallback() 689 static napi_value GetDefaultCellularDataSlotId(napi_env env, napi_callback_info info) in GetDefaultCellularDataSlotId() function 707 return NapiUtil::HandleAsyncWork(env, asyncContext.release(), "GetDefaultCellularDataSlotId", in GetDefaultCellularDataSlotId() 720 slotId = CellularDataClient::GetInstance().GetDefaultCellularDataSlotId(); in GetDefaultCellularDataSlotIdSync() 1009 DECLARE_NAPI_FUNCTION("getDefaultCellularDataSlotId", GetDefaultCellularDataSlotId), in RegistCellularData()
|
/base/telephony/cellular_data/test/mock/ |
H A D | mock_sim_manager.h | 33 MOCK_METHOD0(GetDefaultCellularDataSlotId, int32_t(void));
|
/base/location/frameworks/native/locator_sdk/source/ |
H A D | country_code_manager.cpp | 217 int slotId = Telephony::CellularDataClient::GetInstance().GetDefaultCellularDataSlotId(); in GetIsoCountryCode()
|