Searched refs:tokenFunction (Results 1 – 3 of 3) sorted by relevance
160 if (it->second.tokenFunction != nullptr) { in getRecordIdLocked()161 recId.token = it->second.tokenFunction(valuePrototype); in getRecordIdLocked()
406 VehiclePropertyStore::TokenFunction tokenFunction = nullptr; in initStaticConfig() local410 tokenFunction = [](const VehiclePropValue& propValue) { in initStaticConfig()419 mPropStore->registerProperty(cfg, tokenFunction); in initStaticConfig()
51 TokenFunction tokenFunction; member