Lines Matching +full:side +full:- +full:by +full:- +full:side
27 * notification to phosphor-software-manager app
33 * @param[in] dBusIntf - D-Bus handler pointer
44 /* @brief Method to return the current boot side
48 /* @brief Method to return the next boot side
52 /* @brief Method to set the current boot side or
53 * perform a rename operation on current boot side
54 * @param[in] currSide - current side to be set to
59 /* @brief Method to set the next boot side
60 * @param[in] nextSide - next boot side to be set to
65 /* @brief Method to set the running and non-running
83 * @return - bool
92 * @param[in] progress - yes/no
101 * @param[in] dirPath - directory system path that has to be cleared
106 /* @brief Method to set the RequestApplyTime D-Bus property
108 * @return - Completion codes
112 /* @brief Method to set the RequestedActivation D-Bus property
113 * on end update to Active by fetching the newImageID and
115 * @param[in] codeUpdate - codeUpdate pointer
116 * @return - Completion codes
122 * @return - sensor id
131 * @param[in] sensorId - sensor id for marker lid validation
139 * @param[in] sensorId - sensor id for firmware update state
147 * @return - sensor id
155 * @param[in] sensorId - sensor id for the event
156 * @param[in] sensorEventClass - sensor event class wrt DSP0248
157 * @param[in] sensorOffset - sensor offset
158 * @param[in] eventState - new event state
159 * @param[in] prevEventState - previous state
166 /* @brief Method to delete the image from non running side prior to
173 * @return - PLDM_SUCCESS codes
180 std::string currBootSide; //!< current boot side
181 std::string nextBootSide; //!< next boot side
187 const pldm::utils::DBusHandler* dBusIntf; //!< D-Bus handler
189 captureNextBootSideChange; //!< vector to catch the D-Bus property
190 //!< change for next boot side
199 /** @brief D-Bus property changed signal match for image activation */
202 /* @brief Method to take action when the subscribed D-Bus property is
204 * @param[in] chProperties - list of properties which have changed
205 * @return - none
211 /* @brief Method to fetch current or next boot side
212 * @param[in] entityInstance - entity instance for the sensor
213 * @param[in] codeUpdate - pointer to the CodeUpdate object
215 * @return - boot side
219 /* @brief Method to set current or next boot side
220 * @param[in] entityInstance - entity instance for the effecter
221 * @param[in] currState - state to be set
222 * @param[in] stateField - state field set as sent by Host
223 * @return - PLDM_SUCCESS codes
231 * @param[in] filePath - Path to the LID file
232 * @return - PLDM_SUCCESS codes