Searched refs:exposedObject (Results 1 – 1 of 1) sorted by relevance
296 static void applyBindExposeAction(nlohmann::json::object_t& exposedObject, in applyBindExposeAction() argument303 exposedObject["Status"] = "okay"; in applyBindExposeAction()304 expose[bind] = exposedObject; in applyBindExposeAction()308 static void applyDisableExposeAction(nlohmann::json::object_t& exposedObject, in applyDisableExposeAction() argument313 exposedObject["Status"] = "disabled"; in applyDisableExposeAction()321 for (auto& exposedObject : configExposes) in applyConfigExposeActions() local323 auto match = findExposeActionRecord(matches, exposedObject); in applyConfigExposeActions()328 exposedObject.get_ptr<nlohmann::json::object_t*>(); in applyConfigExposeActions()332 exposedObject.dump()); in applyConfigExposeActions()