Searched refs:OnHalEvent (Results 1 – 2 of 2) sorted by relevance
57 using OnHalEvent = std::function<void(const VehiclePropValue& event)>; variable60 GeneratorHub(const OnHalEvent& onHalEvent);82 OnHalEvent mOnHalEvent;
31 GeneratorHub::GeneratorHub(const OnHalEvent& onHalEvent) in GeneratorHub()