Home
last modified time | relevance | path

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

/openbmc/sdbusplus/test/vtable/
H A Dvtable_c.c25 int test_set(sd_bus* bus, const char* path, const char* interface, in test_set() function
46 SD_BUS_WRITABLE_PROPERTY("10", "11", &test_get, &test_set, 0, 0),
H A Dvtable.cpp11 int test_set(sd_bus* bus, const char* path, const char* interface,
25 sdbusplus::vtable::property("10", "11", &test_get, &test_set),
/openbmc/u-boot/tools/patman/
H A Dtest_util.py52 test_set = set([os.path.splitext(os.path.basename(line.split()[0]))[0]
55 missing_list.difference_update(test_set)