Searched refs:name1 (Results 1 – 1 of 1) sorted by relevance
157 char name1[TEST_RT_NAME_MAX] = "norflash1"; in test_object_find_operations() local159 ret = rt_device_register(&dev1, name1, RT_DEVICE_FLAG_RDONLY); in test_object_find_operations()163 found_device = rt_device_find(name1); in test_object_find_operations()166 uassert_str_equal(found_device->parent.name, name1); in test_object_find_operations()
Completed in 4 milliseconds