Searched refs:propertiesToRead (Results 1 – 4 of 4) sorted by relevance
82 std::vector<VehiclePropValue> propertiesToRead; in pollProperties() local90 propertiesToRead = mPropertiesToRead; in pollProperties()97 for (auto& propertyToRead : propertiesToRead) { in pollProperties()167 bool VhalHandler::setPropertiesToRead(const std::vector<VehiclePropValue>& propertiesToRead) { in setPropertiesToRead() argument172 mPropertiesToRead = propertiesToRead; in setPropertiesToRead()177 bool VhalHandler::setPropertiesToRead(const std::vector<uint64_t>& propertiesToRead) { in setPropertiesToRead() argument180 for (const auto& property : propertiesToRead) { in setPropertiesToRead()
81 std::vector<uint64_t> propertiesToRead; in getAnimationPropertiesToRead() local82 propertiesToRead.assign(propertiesSet.begin(), propertiesSet.end()); in getAnimationPropertiesToRead()83 return propertiesToRead; in getAnimationPropertiesToRead()119 std::vector<uint64_t> propertiesToRead; in initialize() local125 propertiesToRead.insert(propertiesToRead.end(), animationPropertiesToRead.begin(), in initialize()130 if (!mVhalHandler->setPropertiesToRead(propertiesToRead)) { in initialize()
37 std::vector<vehicle::V2_0::VehiclePropValue> propertiesToRead; in SetSamplePropertiesToRead() local40 propertiesToRead.push_back(propertyRead); in SetSamplePropertiesToRead()41 ASSERT_TRUE(vhalHandler->setPropertiesToRead(propertiesToRead)); in SetSamplePropertiesToRead()45 std::vector<uint64_t> propertiesToRead; in SetSamplePropertiesToReadInt64() local48 propertiesToRead.push_back(propertyInt64); in SetSamplePropertiesToReadInt64()49 ASSERT_TRUE(vhalHandler->setPropertiesToRead(propertiesToRead)); in SetSamplePropertiesToReadInt64()
61 bool setPropertiesToRead(const std::vector<vehicle::V2_0::VehiclePropValue>& propertiesToRead);65 bool setPropertiesToRead(const std::vector<uint64_t>& propertiesToRead);