Home
last modified time | relevance | path

Searched refs:tokenFunc (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehiclePropertyStore.cpp40 VehiclePropertyStore::TokenFunction tokenFunc) { in registerProperty() argument
42 mConfigs.insert({ config.prop, RecordConfig { config, tokenFunc } }); in registerProperty()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropertyStore.h67 void registerProperty(const VehiclePropConfig& config, TokenFunction tokenFunc = nullptr);
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h99 TokenFunction tokenFunc = nullptr) EXCLUDES(mLock);
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp100 VehiclePropertyStore::TokenFunction tokenFunc) { in registerProperty() argument
105 .tokenFunction = tokenFunc, in registerProperty()