Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h51 TokenFunction tokenFunction; member
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp406 VehiclePropertyStore::TokenFunction tokenFunction = nullptr; in initStaticConfig() local
410 tokenFunction = [](const VehiclePropValue& propValue) { in initStaticConfig()
419 mPropStore->registerProperty(cfg, tokenFunction); in initStaticConfig()