Lines Matching +full:inactive +full:-
7 // http://www.apache.org/licenses/LICENSE-2.0
17 // Include the server headers to get the enum<->string conversion functions
37 static OsState osState = OsState::Inactive;
59 // Setting osState to inactive for the same reason as above. in updateHostState()
60 osState = OsState::Inactive; in updateHostState()
65 // Only "Inactive" indicates that the POST is not done. All the other in updateHostState()
68 else if ((!biosDone) && (osState == OsState::Inactive)) in updateHostState()
124 osState = OsState::Inactive; in updateOsState()
140 * string-like types) and Handler's param type.
144 * @param[in] service D-Bus service name.
145 * @param[in] object D-Bus object name.
146 * @param[in] interface D-Bus interface name.
147 * @param[in] propertyName D-Bus property name.
150 * @param[out] propertiesChangedMatch Optional pointer to receive a D-Bus
153 * @param[out] interfacesAddedMatch Optional pointer to receive a D-Bus
294 // xyz.openbmc_project.State.OperatingSystem. According to x86-power-control in hostStateSetup()