Home
last modified time | relevance | path

Searched refs:bbox (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/
H A Devent_server_test.cpp24 const std::string BBOX_PATH = "/dev/bbox";
50 if (!FileUtil::FileExists("/dev/bbox")) { in HWTEST_F()
51 printf("The device does not support bbox node\n"); in HWTEST_F()
54 BBoxDevice bbox; in HWTEST_F() local
55 ASSERT_TRUE(bbox.GetEvents() > 0); in HWTEST_F()
56 ASSERT_NE(bbox.GetName(), ""); in HWTEST_F()
57 int res = bbox.Open(); in HWTEST_F()
59 res = bbox.Close(); in HWTEST_F()

Completed in 1 milliseconds