Searched defs:cacheData (Results 1 – 4 of 4) sorted by relevance
129 int32_t SensorHdiConnection::RegisteDataReport(DataCacheFunc cacheData, sptr<ReportDataCache> repor… in RegisteDataReport()
151 int32_t CompatibleConnection::RegisteDataReport(DataCacheFunc cacheData, sptr<ReportDataCache> repo… in RegisteDataReport()
175 int32_t HdiConnection::RegisteDataReport(DataCacheFunc cacheData, sptr<ReportDataCache> reportDataC… in RegisteDataReport()
116 DataCacheFunc cacheData = &ReportDataCache::CacheData; in InitDataCache() local