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
471 VehiclePropertyStore::TokenFunction tokenFunction = nullptr; in initStaticConfig() local475 tokenFunction = [](const VehiclePropValue& propValue) { in initStaticConfig()484 mPropStore->registerProperty(cfg, tokenFunction); in initStaticConfig()