Home
last modified time | relevance | path

Searched refs:cmdSetOneProperty (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVehicleHalManager_test.cpp40 bool cmdSetOneProperty(int fd, const hidl_vec<hidl_string>& options) { in cmdSetOneProperty() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManagerTestHelper
41 return mManager->cmdSetOneProperty(fd, options); in cmdSetOneProperty()
502 TEST_P(VehicleHalManagerSetPropTest, cmdSetOneProperty) { in TEST_P() argument
505 ASSERT_EQ(tc.success, helper.cmdSetOneProperty(STDERR_FILENO, tc.configs)); in TEST_P()
579 ASSERT_TRUE(helper.cmdSetOneProperty( in TEST_F()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleHalManager.h111 bool cmdSetOneProperty(int fd, const hidl_vec<hidl_string>& options);
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleHalManager.cpp242 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