Lines Matching refs:objPath
27 ConfManager::ConfManager(sdbusplus::bus_t& bus, const char* objPath) : in ConfManager() argument
28 details::CreateIface(bus, objPath, in ConfManager()
31 objectPath(objPath) in ConfManager()
53 std::filesystem::path objPath; in client() local
54 objPath /= objectPath; in client()
55 objPath /= std::to_string(lastClientId); in client()
58 bus, objPath.string().c_str(), *this, address, port); in client()
64 return objPath.string(); in client()
141 fs::path objPath = objectPath; in restoreClients() local
142 objPath /= managerID; in restoreClients()
144 std::make_unique<Client>(bus, objPath.string().c_str(), *this); in restoreClients()