HomeSort by relevance Sort by last modified time
    Searched refs:PropertyValueCache (Results 1 - 2 of 2) sorted by null

  /packages/services/Car/vehicle_network_service/
VehicleNetworkService.h 251 class PropertyValueCache {
253 PropertyValueCache();
254 virtual ~PropertyValueCache();
354 PropertyValueCache mCache;
VehicleNetworkService.cpp 162 PropertyValueCache::PropertyValueCache() {
166 PropertyValueCache::~PropertyValueCache() {
175 void PropertyValueCache::writeToCache(const vehicle_prop_value_t& value) {
188 bool PropertyValueCache::readFromCache(vehicle_prop_value_t* value) {
    [all...]

Completed in 144 milliseconds