Home
last modified time | relevance | path

Searched refs:commandStr (Results 1 – 1 of 1) sorted by relevance

/openbmc/entity-manager/src/
H A Dperform_probe.cpp126 std::string commandStr = *(match.begin() + 1); in probe() local
127 boost::replace_all(commandStr, "'", ""); in probe()
129 scan->passedProbes.end(), commandStr) != in probe()
147 std::string commandStr = *(match.begin() + 1); in probe() local
149 boost::replace_all(commandStr, "'", "\""); in probe()
150 boost::replace_all(commandStr, R"(\)", R"(\\)"); in probe()
151 auto json = nlohmann::json::parse(commandStr, nullptr, false, true); in probe()
154 std::cerr << "dbus command syntax error " << commandStr << "\n"; in probe()