Searched refs:cmdSetOneProperty (Results 1 – 3 of 3) sorted by relevance
40 bool cmdSetOneProperty(int fd, const hidl_vec<hidl_string>& options) { in cmdSetOneProperty() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManagerTestHelper41 return mManager->cmdSetOneProperty(fd, options); in cmdSetOneProperty()502 TEST_P(VehicleHalManagerSetPropTest, cmdSetOneProperty) { in TEST_P() argument505 ASSERT_EQ(tc.success, helper.cmdSetOneProperty(STDERR_FILENO, tc.configs)); in TEST_P()579 ASSERT_TRUE(helper.cmdSetOneProperty( in TEST_F()
111 bool cmdSetOneProperty(int fd, const hidl_vec<hidl_string>& options);
242 cmdSetOneProperty(fd, options); in cmdDump()388 bool VehicleHalManager::cmdSetOneProperty(int fd, const hidl_vec<hidl_string>& options) { in cmdSetOneProperty() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager