Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dentity_manager.cpp256 const std::string& jsonPointerPath, in createDeleteObjectMethod() argument
264 jsonPointerPath{std::string(jsonPointerPath)}]() { in createDeleteObjectMethod()
273 nlohmann::json::json_pointer ptr(jsonPointerPath); in createDeleteObjectMethod()
292 nlohmann::json& systemConfiguration, const std::string& jsonPointerPath, in populateInterfaceFromJson() argument
330 std::string path = jsonPointerPath; in populateInterfaceFromJson()
441 createDeleteObjectMethod(jsonPointerPath, iface, objServer, in populateInterfaceFromJson()
456 const std::string& jsonPointerPath, const std::string& path, in createAddObjectMethod() argument
466 jsonPointerPath{std::string(jsonPointerPath)}, path{std::string(path)}, in createAddObjectMethod()
469 nlohmann::json::json_pointer ptr(jsonPointerPath); in createAddObjectMethod()
575 jsonPointerPath + "/Exposes/" + std::to_string(lastIndex), in createAddObjectMethod()
[all …]