Searched refs:setProperty (Results 1 – 5 of 5) sorted by relevance
18 bool setProperty(const char* key, const void* value, int size);
104 bool DtvPlugin::setProperty(const char* key, const void* value, int size) { in setProperty() function in DtvPlugin
51 virtual StatusCode setProperty(const VehiclePropValue& value, bool updateStatus) = 0;
67 StatusCode setProperty(const VehiclePropValue& value, bool updateStatus) override { in setProperty() function
417 return mVehicleClient->setProperty(propValue, /*updateStatus=*/false); in set()