Home
last modified time | relevance | path

Searched refs:dataService (Results 1 - 1 of 1) sorted by relevance

/base/telephony/cellular_data/services/src/
H A Dcellular_data_dump_helper.cpp70 CellularDataService &dataService = DelayedRefSingleton<CellularDataService>::GetInstance(); in ShowCellularDataInfo() local
73 result.append(dataService.GetBeginTime()); in ShowCellularDataInfo()
76 result.append(dataService.GetEndTime()); in ShowCellularDataInfo()
79 result.append(std::to_string(dataService.GetSpendTime())); in ShowCellularDataInfo()
82 result.append(dataService.GetCellularDataSlotIdDump()); in ShowCellularDataInfo()
85 result.append(dataService.GetStateMachineCurrentStatusDump()); in ShowCellularDataInfo()
88 result.append(dataService.GetFlowDataInfoDump()); in ShowCellularDataInfo()
91 result.append(std::to_string(dataService.GetServiceRunningState())); in ShowCellularDataInfo()
100 dataService.IsCellularDataRoamingEnabled(i, dataRoamingEnabled); in ShowCellularDataInfo()
107 dataService in ShowCellularDataInfo()
[all...]

Completed in 1 milliseconds