Lines Matching refs:vn
75 sp<VehicleNetwork> vn = getDefaultVN(); in TEST_F() local
76 sp<VehiclePropertiesHolder> properties = vn->listProperties(); in TEST_F()
84 sp<VehiclePropertiesHolder> propertiesIvalid = vn->listProperties(-1); // no such property in TEST_F()
89 sp<VehiclePropertiesHolder> singleProperty = vn->listProperties(config->prop); in TEST_F()
100 sp<VehicleNetwork> vn = getDefaultVN(); in TEST_F() local
101 sp<VehiclePropertiesHolder> properties = vn->listProperties(); in TEST_F()
114 status_t r = vn->getProperty(&value.value); in TEST_F()
126 sp<VehicleNetwork> vn = getDefaultVN(); in TEST_F() local
127 sp<VehiclePropertiesHolder> properties = vn->listProperties(); in TEST_F()
140 status_t r = vn->setProperty(value.value); in TEST_F()
150 sp<VehicleNetwork> vn = getDefaultVN(); in TEST_F() local
151 sp<VehiclePropertiesHolder> properties = vn->listProperties(); in TEST_F()
158 status_t r = vn->subscribe(config->prop, config->max_sample_rate); in TEST_F()
169 status_t r = vn->setProperty(value.value); in TEST_F()
177 vn->unsubscribe(config->prop); in TEST_F()