Lines Matching +full:out +full:- +full:functions
16 * @param[in] internal::Manager& - A reference to the Manager class.
27 * @param[in] const std::string& - The Message property
28 * @param[in] uin32_t - The event log ID
29 * @param[in] uint64_t - The event log timestamp
30 * @param[in] Level - The event level
31 * @param[in] const AdditionalDataArg&) - the additional data
32 * @param[in] const AssociationEndpoints& - Association endpoints (callouts)
33 * @param[in] const FFDCArg& - A vector of FFDC file info.
41 * @param[in] uint32_t - The event log ID
52 * @param[in] uint32_t - The event log ID
53 * @param[out] bool - set to true if the delete is prohibited
60 * @param[out] std::vector<uint32_t>& - Hw Isolated log IDs
87 * Call this macro at global scope to tell phosphor-logging to disable its
101 * their hook functions with this class with the provided macros so that they
125 * Functions registered with this contructor will be called
126 * when phosphor-log-manager starts up.
128 * @param[in] func - The startup function to register
138 * Functions registered with this contructor will be called
139 * after phosphor-log-manager creates an event log.
141 * @param[in] func - The create function to register
151 * Functions registered with this contructor will be called
152 * after phosphor-log-manager deletes an event log.
154 * @param[in] func - The delete function to register
164 * Functions registered with this contructor will be called
165 * before phosphor-log-manager deletes an event log to ensure
168 * @param[in] func - The function to register
178 * Functions registered with this contructor will be called
179 * before phosphor-log-manager deletes all event log.
181 * @param[in] func - The function to register
195 * @param[in] defaultCaps - Enable or disable default capping.
203 * @brief Returns the Startup functions
204 * @return StartupFunctions - the Startup functions
209 * @brief Returns the Create functions
210 * @return CreateFunctions - the Create functions
215 * @brief Returns the Delete functions
216 * @return DeleteFunctions - the Delete functions
221 * @brief Returns the DeleteProhibited functions
222 * @return DeleteProhibitedFunctions - the DeleteProhibited functions
227 * @brief Returns the LogIDWithHwIsolationFunction functions
228 * @return LogIDsWithHwIsolationFunctions - the LogIDWithHwIsolationFunction
229 * functions
235 * @return DefaultErrorCaps - the DefaultErrorCaps value
241 * @return bool - true if it should be disabled