Lines Matching +full:send +full:- +full:not +full:- +full:empty

52 const std::string sysfsName = "occ-hwmon";
76 * @param[in] event - sd_event unique pointer reference
77 * @param[in] path - DBus object path
78 * @param[in] manager - OCC manager instance
79 * @param[in] callBack - Callback handler to invoke during
81 * @param[in] resetCallBack - callback handler to invoke for resetting the
116 this->emit_object_added(); in Status()
119 /** @brief Since we are overriding the setter-occActive but not the
120 * getter-occActive, we need to have this using in order to
121 * allow passthrough usage of the getter-occActive
127 * @param[in] value - Intended value
129 * @return - Updated value of the property
168 * @param[in] d - description of the error that occurred
175 /** @brief Send Ambient & Altitude data to OCC
177 * @param[in] ambient - temperature to send (0xFF will force read
179 * @param[in] altitude - altitude to send (0xFFFF = unavailable)
188 * @param[in] wasReceived - true if PLDM sensor was read
206 * @return path or empty path if not found
219 if (!procPath.empty()) in updateProcAssociation()
257 /** @brief The Trigger to indicate OCC State is valid or not. */
260 /** @brief The Trigger to indicate OCC sensors are valid or not. */
278 * If the host does not ack the message, then there would be a timeout
283 /** @brief Command object to send commands to the OCC */
297 * @param[in] msg - Data associated with subscribed signal
311 return (path.empty() ? 0 : path.back() - '0'); in getInstance()
326 * was not able to be read. Called to attempt another read when needed.
331 * @param[in] estimatedPath - Estimated OCC Dbus object path
336 if (!estimatedPath.empty()) in getDbusPath()
341 auto& name = std::get<1>(it->second); in getDbusPath()
342 if (!name.empty() && name != "None") in getDbusPath()