Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/test/
H A Dhandler.cpp242 std::string path0 = "/test/object_path_0"; in TEST_F() local
252 subtree = getSubTree(interfaceMap, path0, 0, interfaces); in TEST_F()
256 subtree = getSubTree(interfaceMap, path0, 1, interfaces); in TEST_F()
288 std::string path0 = "/test/object_path_0"; in TEST_F() local
300 subtreePath = getSubTreePaths(interfaceMap, path0, 0, interfaces); in TEST_F()
306 subtreePath = getSubTreePaths(interfaceMap, path0, 1, interfaces); in TEST_F()
343 sdbusplus::message::object_path path0("/test/object_path_0"); in TEST_F() local
345 sdbusplus::message::object_path associatedPath = path0 / "descendent"; in TEST_F()
353 interfaceMap, associationMap, associatedPath, path0, 0, interfaces); in TEST_F()
367 path0, 1, interfaces); in TEST_F()
[all …]
/openbmc/phosphor-psu-code-mgmt/test/
H A Dtest_utils.cpp29 const char* path0 = "/com/example/chassis/powersupply0"; in TEST() local
48 *s = path0; in TEST()
63 EXPECT_EQ(path0, ret[0]); in TEST()
/openbmc/qemu/tests/qtest/
H A Dnetdev-socket.c424 gchar *path0, *path1; in test_dgram_unix() local
426 path0 = g_strconcat(tmpdir, "/dgram_unix0", NULL); in test_dgram_unix()
432 path0, path1); in test_dgram_unix()
435 path0, path1); in test_dgram_unix()
442 path1, path0); in test_dgram_unix()
446 path1, path0); in test_dgram_unix()
450 unlink(path0); in test_dgram_unix()
451 g_free(path0); in test_dgram_unix()