Lines Matching refs:CellularDataService

39 bool g_registerResult = SystemAbility::MakeAndRegisterAbility(&DelayedRefSingleton<CellularDataService>::GetInstance());
40 CellularDataService::CellularDataService()
45 CellularDataService::~CellularDataService() = default;
47 void CellularDataService::OnStart()
53 TELEPHONY_LOGE("CellularDataService has already started.");
57 TELEPHONY_LOGE("failed to init CellularDataService");
67 void CellularDataService::OnStop()
75 int32_t CellularDataService::Dump(std::int32_t fd, const std::vector<std::u16string> &args)
100 int32_t CellularDataService::GetIntelligenceSwitchState(bool &switchState)
107 int32_t slotId = CellularDataService::GetDefaultCellularDataSlotId();
120 bool CellularDataService::Init()
130 bool ret = Publish(DelayedRefSingleton<CellularDataService>::GetInstance().AsObject());
149 int32_t CellularDataService::IsCellularDataEnabled(bool &dataEnabled)
162 int32_t CellularDataService::EnableCellularData(bool enable)
169 int32_t slotId = CellularDataService::GetDefaultCellularDataSlotId();
182 int32_t CellularDataService::EnableIntelligenceSwitch(bool enable)
189 int32_t slotId = CellularDataService::GetDefaultCellularDataSlotId();
202 int32_t CellularDataService::GetCellularDataState()
204 int32_t slotId = CellularDataService::GetDefaultCellularDataSlotId();
218 int32_t CellularDataService::GetApnState(int32_t slotId, const std::string &apnType)
229 int32_t CellularDataService::GetDataRecoveryState()
244 int32_t CellularDataService::IsCellularDataRoamingEnabled(const int32_t slotId, bool &dataRoamingEnabled)
257 int32_t CellularDataService::EnableCellularDataRoaming(const int32_t slotId, bool enable)
278 void CellularDataService::ClearCellularDataControllers()
284 void CellularDataService::InitModule()
303 void CellularDataService::AddCellularDataControllers(int32_t slotId,
317 void CellularDataService::AddNetSupplier(int32_t slotId, CellularDataNetAgent &netAgent,
322 TELEPHONY_LOGE("CellularDataService init module failed cellularDataController is null.");
337 int32_t CellularDataService::InitCellularDataController(int32_t slotId)
353 int32_t CellularDataService::ReleaseNet(const NetRequest &request)
373 int32_t CellularDataService::RemoveUid(const NetRequest &request)
393 int32_t CellularDataService::AddUid(const NetRequest &request)
413 int32_t CellularDataService::RequestNet(const NetRequest &request)
437 void CellularDataService::DispatchEvent(const int32_t slotId, const AppExecFwk::InnerEvent::Pointer &event)
447 void CellularDataService::UnRegisterAllNetSpecifier()
453 int32_t CellularDataService::HandleApnChanged(const int32_t slotId)
469 int32_t CellularDataService::GetDefaultCellularDataSlotId()
474 int32_t CellularDataService::GetDefaultCellularDataSimId(int32_t &simId)
479 int32_t CellularDataService::SetDefaultCellularDataSlotId(const int32_t slotId)
510 int32_t CellularDataService::GetCellularDataFlowType()
512 int32_t slotId = CellularDataService::GetDefaultCellularDataSlotId();
526 std::string CellularDataService::GetBeginTime()
534 std::string CellularDataService::GetEndTime()
542 std::string CellularDataService::GetCellularDataSlotIdDump()
549 std::string CellularDataService::GetStateMachineCurrentStatusDump()
565 std::string CellularDataService::GetFlowDataInfoDump()
579 int32_t CellularDataService::StrategySwitch(int32_t slotId, bool enable)
593 int32_t CellularDataService::HasInternetCapability(const int32_t slotId, const int32_t cid)
605 int32_t CellularDataService::ClearCellularDataConnections(const int32_t slotId)
614 int32_t CellularDataService::ClearAllConnections(const int32_t slotId, DisConnectionReason reason)
630 int32_t CellularDataService::ChangeConnectionForDsds(const int32_t slotId, bool enable)
642 int32_t CellularDataService::GetServiceRunningState()
647 int64_t CellularDataService::GetSpendTime()
652 int32_t CellularDataService::RegisterSimAccountCallback(const sptr<SimAccountCallback> callback)
657 int32_t CellularDataService::UnregisterSimAccountCallback()
662 int32_t CellularDataService::GetDataConnApnAttr(int32_t slotId, ApnItem::Attribute &apnAttr)
677 int32_t CellularDataService::GetDataConnIpType(int32_t slotId, std::string &ipType)
688 int32_t CellularDataService::IsNeedDoRecovery(int32_t slotId, bool needDoRecovery)
699 std::shared_ptr<CellularDataController> CellularDataService::GetCellularDataController(int32_t slotId)
716 int32_t CellularDataService::EstablishAllApnsIfConnectable(const int32_t slotId)
744 int32_t CellularDataService::ReleaseCellularDataConnection(int32_t slotId)
771 int32_t CellularDataService::GetCellularDataSupplierId(int32_t slotId, uint64_t capability, uint32_t &supplierId)
785 int32_t CellularDataService::CorrectNetSupplierNoAvailable(int32_t slotId)
806 int32_t CellularDataService::GetSupplierRegisterState(uint32_t supplierId, int32_t &regState)