Home
last modified time | relevance | path

Searched refs:ControlMessageFunction (Results 1 – 1 of 1) sorted by relevance

/system/core/init/
Dinit.cpp506 using ControlMessageFunction = std::function<Result<void>(Service*)>; typedef
508 static const std::map<std::string, ControlMessageFunction, std::less<>>& GetControlMessageMap() { in GetControlMessageMap()
510 …static const std::map<std::string, ControlMessageFunction, std::less<>> control_message_functions … in GetControlMessageMap()