Searched refs:exposedObject (Results 1 – 1 of 1) sorted by relevance
334 static void applyBindExposeAction(nlohmann::json& exposedObject, in applyBindExposeAction() argument341 exposedObject["Status"] = "okay"; in applyBindExposeAction()342 expose[bind] = exposedObject; in applyBindExposeAction()346 static void applyDisableExposeAction(nlohmann::json& exposedObject, in applyDisableExposeAction() argument351 exposedObject["Status"] = "disabled"; in applyDisableExposeAction()359 for (auto& exposedObject : configExposes) in applyConfigExposeActions() local361 auto match = findExposeActionRecord(matches, exposedObject); in applyConfigExposeActions()365 applyBindExposeAction(exposedObject, expose, propertyName); in applyConfigExposeActions()366 applyDisableExposeAction(exposedObject, propertyName); in applyConfigExposeActions()