Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp189 if (it->second.tokenFunction != nullptr) { in getRecordIdLocked()
190 recId.token = it->second.tokenFunction(valuePrototype); in getRecordIdLocked()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h51 TokenFunction tokenFunction; member
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp84 if (record.tokenFunction != nullptr) { in getRecordIdLocked()
85 recId.token = record.tokenFunction(propValue); in getRecordIdLocked()
105 .tokenFunction = tokenFunc, in registerProperty()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHal.cpp581 VehiclePropertyStore::TokenFunction tokenFunction = nullptr; in initStaticConfig() local
586 tokenFunction = [](const VehiclePropValue& propValue) { in initStaticConfig()
595 mPropStore->registerProperty(cfg, tokenFunction); in initStaticConfig()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h195 TokenFunction tokenFunction; member
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp396 VehiclePropertyStore::TokenFunction tokenFunction = nullptr; in init() local
402 tokenFunction = [](const VehiclePropValue& propValue) { return propValue.timestamp; }; in init()
405 mServerSidePropStore->registerProperty(cfg, tokenFunction); in init()