Lines Matching refs:objPath
247 const std::string& objPath, const boost::system::error_code& ec, in handleLedGroupSubtree() argument
265 objPath); in handleLedGroupSubtree()
275 objPath, subtree.size()); in handleLedGroupSubtree()
287 const std::string& objPath, in getLedGroupPath() argument
295 objPath + "/identifying"; in getLedGroupPath()
300 [asyncResp, objPath, callback{std::move(callback)}]( in getLedGroupPath()
303 handleLedGroupSubtree(objPath, ec, subtree, callback); in getLedGroupPath()
366 const std::string& objPath, std::function<void(bool asserted)>&& callback) in getLocationIndicatorActive() argument
368 BMCWEB_LOG_DEBUG("Get LocationIndicatorActive for {}", objPath); in getLocationIndicatorActive()
370 asyncResp, objPath, in getLocationIndicatorActive()
380 const std::string& objPath) in getLocationIndicatorActive() argument
382 getLocationIndicatorActive(asyncResp, objPath, [asyncResp](bool asserted) { in getLocationIndicatorActive()
427 const std::string& objPath, bool ledState) in setLocationIndicatorActive() argument
429 BMCWEB_LOG_DEBUG("Set LocationIndicatorActive for {}", objPath); in setLocationIndicatorActive()
431 asyncResp, objPath, in setLocationIndicatorActive()