Searched refs:tokenFunction (Results 1 – 6 of 6) sorted by relevance
189 if (it->second.tokenFunction != nullptr) { in getRecordIdLocked()190 recId.token = it->second.tokenFunction(valuePrototype); in getRecordIdLocked()
51 TokenFunction tokenFunction; member
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
396 VehiclePropertyStore::TokenFunction tokenFunction = nullptr; in init() local402 tokenFunction = [](const VehiclePropValue& propValue) { return propValue.timestamp; }; in init()405 mServerSidePropStore->registerProperty(cfg, tokenFunction); in init()