Searched refs:dataitem (Results 1 – 12 of 12) sorted by relevance
180 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem( in notify() local182 if (NULL == dataitem) { in notify()186 dataitem->copy(eachItem); in notify()188 mDataItemList.push_back(dataitem); in notify()
208 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem( in notify() local210 if (NULL == dataitem) { in notify()214 dataitem->copy(eachItem); in notify()216 mDataItemList.push_back(dataitem); in notify()
1447 bool SystemStatus::eventDataItemNotify(IDataItemCore* dataitem) in eventDataItemNotify() argument1451 switch(dataitem->getId()) in eventDataItemNotify()1455 SystemStatusAirplaneMode(*(static_cast<AirplaneModeDataItemBase*>(dataitem)))); in eventDataItemNotify()1459 SystemStatusENH(*(static_cast<ENHDataItemBase*>(dataitem)))); in eventDataItemNotify()1463 SystemStatusGpsState(*(static_cast<GPSStateDataItemBase*>(dataitem)))); in eventDataItemNotify()1467 SystemStatusNLPStatus(*(static_cast<NLPStatusDataItemBase*>(dataitem)))); in eventDataItemNotify()1471 … SystemStatusWifiHardwareState(*(static_cast<WifiHardwareStateDataItemBase*>(dataitem)))); in eventDataItemNotify()1475 SystemStatusNetworkInfo(*(static_cast<NetworkInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()1479 SystemStatusServiceInfo(*(static_cast<RilServiceInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()1483 SystemStatusRilCellInfo(*(static_cast<RilCellInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()[all …]
553 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem(d->getId()); in updateCache() local554 if (nullptr != dataitem) { in updateCache()556 dataitem->copy(d); in updateCache()558 mDataItemCache.insert(std::make_pair(d->getId(), dataitem)); in updateCache()
823 bool eventDataItemNotify(IDataItemCore* dataitem);
1472 bool SystemStatus::eventDataItemNotify(IDataItemCore* dataitem) in eventDataItemNotify() argument1476 switch(dataitem->getId()) in eventDataItemNotify()1480 SystemStatusAirplaneMode(*(static_cast<AirplaneModeDataItemBase*>(dataitem)))); in eventDataItemNotify()1484 SystemStatusENH(*(static_cast<ENHDataItemBase*>(dataitem)))); in eventDataItemNotify()1488 SystemStatusGpsState(*(static_cast<GPSStateDataItemBase*>(dataitem)))); in eventDataItemNotify()1492 SystemStatusNLPStatus(*(static_cast<NLPStatusDataItemBase*>(dataitem)))); in eventDataItemNotify()1496 … SystemStatusWifiHardwareState(*(static_cast<WifiHardwareStateDataItemBase*>(dataitem)))); in eventDataItemNotify()1500 SystemStatusNetworkInfo(*(static_cast<NetworkInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()1504 SystemStatusServiceInfo(*(static_cast<RilServiceInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()1508 SystemStatusRilCellInfo(*(static_cast<RilCellInfoDataItemBase*>(dataitem)))); in eventDataItemNotify()[all …]
903 bool eventDataItemNotify(IDataItemCore* dataitem);
269 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem( in notify() local271 if (NULL == dataitem) { in notify()275 dataitem->copy(eachItem); in notify()277 mDataItemList.push_back(dataitem); in notify()
568 IDataItemCore* dataitem = DataItemsFactoryProxy::createNewDataItem(d->getId()); in updateCache() local569 if (nullptr == dataitem) { in updateCache()574 dataitem->copy(d); in updateCache()575 pair<DataItemId, IDataItemCore*> cpair(d->getId(), dataitem); in updateCache()
624 bool setNetworkInfo(IDataItemCore* dataitem);634 bool eventDataItemNotify(IDataItemCore* dataitem);
1421 bool SystemStatus::setNetworkInfo(IDataItemCore* dataitem) in setNetworkInfo() argument1423 SystemStatusNetworkInfo* data = reinterpret_cast<SystemStatusNetworkInfo*>(dataitem); in setNetworkInfo()1567 bool SystemStatus::eventDataItemNotify(IDataItemCore* dataitem) in eventDataItemNotify() argument1570 switch(dataitem->getId()) in eventDataItemNotify()1573 setNetworkInfo(dataitem); in eventDataItemNotify()