Searched refs:test_srv (Results 1 – 3 of 3) sorted by relevance
65 unique_fd test_srv(tipc_connect(TIPC_DEV, TEST_SRV_PORT)); in TEST_F() local66 ASSERT_GE(test_srv, 0); in TEST_F()78 int rc = write(test_srv, &msg, sizeof(msg)); in TEST_F()82 rc = read(test_srv, &msg, sizeof(msg)); in TEST_F()
73 android::sp<DeviceTree> test_srv = android::sp<DeviceTree>::make( in main() local75 if (!test_srv) { in main()79 srv->setRootObject(test_srv); in main()
179 android::sp<TestService> test_srv = android::sp<TestService>::make(); in main() local180 srv->setRootObject(test_srv); in main()