Home
last modified time | relevance | path

Searched refs:tokenFunction (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp152 if (it->second.tokenFunction != nullptr) { in getRecordIdLocked()
153 recId.token = it->second.tokenFunction(valuePrototype); in getRecordIdLocked()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h50 TokenFunction tokenFunction; member
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp471 VehiclePropertyStore::TokenFunction tokenFunction = nullptr; in initStaticConfig() local
475 tokenFunction = [](const VehiclePropValue& propValue) { in initStaticConfig()
484 mPropStore->registerProperty(cfg, tokenFunction); in initStaticConfig()