Searched refs:DBusObjectPath (Results 1 – 2 of 2) sorted by relevance
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | net_config.h | 37 using DBusObjectPath = std::string; variable 41 std::map<DBusObjectPath, std::map<DBusService, std::vector<DBusInterface>>>;
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluez-tools/bluez-tools/ |
H A D | fix-memory-leaks.patch | 143 - // adapter = g_object_new(ADAPTER_TYPE, "DBusObjectPath", adapter_path, NULL); 146 + // adapter = g_object_new(ADAPTER_TYPE, "DBusObjectPath", adapter_path, NULL); 162 // adapter = g_object_new(ADAPTER_TYPE, "DBusObjectPath", adapter_path, NULL); 176 - // adapter = g_object_new(ADAPTER_TYPE, "DBusObjectPath", adapter_path, NULL);
|