Searched refs:tokenFunction (Results 1 – 9 of 9) sorted by relevance
51 TokenFunction tokenFunction; member
189 if (it->second.tokenFunction != nullptr) { in getRecordIdLocked()190 recId.token = it->second.tokenFunction(valuePrototype); in getRecordIdLocked()
84 if (record.tokenFunction != nullptr) { in getRecordIdLocked()85 recId.token = record.tokenFunction(propValue); in getRecordIdLocked()105 .tokenFunction = tokenFunc, in registerProperty()
581 VehiclePropertyStore::TokenFunction tokenFunction = nullptr; in initStaticConfig() local586 tokenFunction = [](const VehiclePropValue& propValue) { in initStaticConfig()595 mPropStore->registerProperty(cfg, tokenFunction); in initStaticConfig()
195 TokenFunction tokenFunction; member
403 VehiclePropertyStore::TokenFunction tokenFunction = nullptr; in init() local408 tokenFunction = [](const VehiclePropValue& propValue) { return propValue.timestamp; }; in init()411 mServerSidePropStore->registerProperty(cfg, tokenFunction); in init()
438 VehiclePropertyStore::TokenFunction tokenFunction = nullptr; in init() local443 tokenFunction = [](const VehiclePropValue& propValue) { in init()448 mServerSidePropStore->registerProperty(cfg, tokenFunction); in init()