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/include/vhal_v2_0/
DVehiclePropertyStore.h46 using TokenFunction = std::function<int64_t(const VehiclePropValue& value)>;
51 TokenFunction tokenFunction;
67 void registerProperty(const VehiclePropConfig& config, TokenFunction tokenFunc = nullptr);
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h90 using TokenFunction = std::function<int64_t( variable
99 TokenFunction tokenFunc = nullptr) EXCLUDES(mLock);
195 TokenFunction tokenFunction;
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp40 VehiclePropertyStore::TokenFunction tokenFunc) { in registerProperty()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp100 VehiclePropertyStore::TokenFunction tokenFunc) { in registerProperty()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHal.cpp581 VehiclePropertyStore::TokenFunction tokenFunction = nullptr; in initStaticConfig()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp396 VehiclePropertyStore::TokenFunction tokenFunction = nullptr; in init()