Lines Matching defs:probe
140 // Extract the D-Bus interfaces to probe from the JSON config files.
148 lg2::error("configuration file missing probe: {PROBE}", "PROBE",
167 const std::string* probe = probeJson.get_ptr<const std::string*>();
168 if (probe == nullptr)
173 // Skip it if the probe cmd doesn't contain an interface.
174 if (probe::findProbeType(*probe))
179 // syntax requires probe before first open brace
180 auto findStart = probe->find('(');
183 std::string interface = probe->substr(0, findStart);