Lines Matching full:expose
158 // find all connections in the mapper that expose a specific type in findDbusObjects()
244 for (auto& expose : *findExposes) in pruneRecordExposes()
246 if (!expose.is_null()) in pruneRecordExposes()
248 copy.emplace_back(expose); in pruneRecordExposes()
335 nlohmann::json& expose, in applyBindExposeAction()
342 expose[bind] = exposedObject; in applyBindExposeAction()
356 std::vector<std::string>& matches, nlohmann::json& expose, in applyConfigExposeActions() argument
365 applyBindExposeAction(exposedObject, expose, propertyName); in applyConfigExposeActions()
373 nlohmann::json& expose, nlohmann::json::iterator& keyPair) in applyExposeActions() argument
410 applyConfigExposeActions(matches, expose, keyPair.key(), in applyExposeActions()
548 for (auto& expose : *findExpose) in updateSystemConfiguration()
550 for (auto keyPair = expose.begin(); keyPair != expose.end(); in updateSystemConfiguration()
556 applyExposeActions(_systemConfiguration, recordName, expose, in updateSystemConfiguration()