Lines Matching refs:constexpr
28 static constexpr const char* sysdStartUnit = "StartUnit";
29 static constexpr const char* sysdStopUnit = "StopUnit";
30 static constexpr const char* sysdRestartUnit = "RestartUnit";
31 static constexpr const char* sysdReloadMethod = "Reload";
32 static constexpr const char* sysdGetJobMethod = "GetJob";
33 static constexpr const char* sysdReplaceMode = "replace";
34 static constexpr const char* dBusGetAllMethod = "GetAll";
35 static constexpr const char* dBusGetMethod = "Get";
36 static constexpr const char* sysdService = "org.freedesktop.systemd1";
37 static constexpr const char* sysdObjPath = "/org/freedesktop/systemd1";
38 static constexpr const char* sysdMgrIntf = "org.freedesktop.systemd1.Manager";
39 static constexpr const char* sysdUnitIntf = "org.freedesktop.systemd1.Unit";
40 static constexpr const char* sysdSocketIntf = "org.freedesktop.systemd1.Socket";
41 static constexpr const char* dBusPropIntf = "org.freedesktop.DBus.Properties";
42 static constexpr const char* stateMasked = "masked";
43 static constexpr const char* stateEnabled = "enabled";
44 static constexpr const char* stateDisabled = "disabled";
45 static constexpr const char* subStateRunning = "running";
46 static constexpr const char* subStateListening = "listening";
47 static constexpr const char* loadStateNotFound = "not-found";