Lines Matching full:expose
117 // find all connections in the mapper that expose a specific type in findDbusObjects()
200 for (auto& expose : *findExposes) in pruneRecordExposes()
202 if (!expose.is_null()) in pruneRecordExposes()
204 copy.emplace_back(expose); in pruneRecordExposes()
291 nlohmann::json& expose, in applyBindExposeAction()
298 expose[bind] = exposedObject; in applyBindExposeAction()
312 std::vector<std::string>& matches, nlohmann::json& expose, in applyConfigExposeActions() argument
321 applyBindExposeAction(exposedObject, expose, propertyName); in applyConfigExposeActions()
329 nlohmann::json& expose, nlohmann::json::iterator& keyPair) in applyExposeActions() argument
366 applyConfigExposeActions(matches, expose, keyPair.key(), in applyExposeActions()
505 for (auto& expose : *findExpose) in updateSystemConfiguration()
507 for (auto keyPair = expose.begin(); keyPair != expose.end(); in updateSystemConfiguration()
513 applyExposeActions(_em.systemConfiguration, recordName, expose, in updateSystemConfiguration()