Searched refs:tokenFunction (Results 1 – 3 of 3) sorted by relevance
152 if (it->second.tokenFunction != nullptr) { in getRecordIdLocked()153 recId.token = it->second.tokenFunction(valuePrototype); in getRecordIdLocked()
50 TokenFunction tokenFunction; member
493 VehiclePropertyStore::TokenFunction tokenFunction = nullptr; in initStaticConfig() local497 tokenFunction = [](const VehiclePropValue& propValue) { in initStaticConfig()506 mPropStore->registerProperty(cfg, tokenFunction); in initStaticConfig()