Searched refs:tokenFunc (Results 1 – 4 of 4) sorted by relevance
40 VehiclePropertyStore::TokenFunction tokenFunc) { in registerProperty() argument42 mConfigs.insert({ config.prop, RecordConfig { config, tokenFunc } }); in registerProperty()
67 void registerProperty(const VehiclePropConfig& config, TokenFunction tokenFunc = nullptr);
99 TokenFunction tokenFunc = nullptr) EXCLUDES(mLock);
100 VehiclePropertyStore::TokenFunction tokenFunc) { in registerProperty() argument105 .tokenFunction = tokenFunc, in registerProperty()