OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tokenFunction
(Results
1 - 2
of
2
) sorted by null
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VehiclePropertyStore.h
45
using
TokenFunction
= std::function<int64_t(const VehiclePropValue& value)>;
50
TokenFunction
tokenFunction
;
66
void registerProperty(const VehiclePropConfig& config,
TokenFunction
tokenFunc = nullptr);
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
EmulatedVehicleHal.cpp
409
VehiclePropertyStore::
TokenFunction
tokenFunction
= nullptr;
413
tokenFunction
= [](const VehiclePropValue& propValue) {
422
mPropStore->registerProperty(cfg,
tokenFunction
);
Completed in 208 milliseconds