Home
last modified time | relevance | path

Searched refs:propertiesToRead (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/surround_view/service-impl/
DVhalHandler.cpp82 std::vector<VehiclePropValue> propertiesToRead; in pollProperties() local
90 propertiesToRead = mPropertiesToRead; in pollProperties()
97 for (auto& propertyToRead : propertiesToRead) { in pollProperties()
167 bool VhalHandler::setPropertiesToRead(const std::vector<VehiclePropValue>& propertiesToRead) { in setPropertiesToRead() argument
172 mPropertiesToRead = propertiesToRead; in setPropertiesToRead()
177 bool VhalHandler::setPropertiesToRead(const std::vector<uint64_t>& propertiesToRead) { in setPropertiesToRead() argument
180 for (const auto& property : propertiesToRead) { in setPropertiesToRead()
DSurroundViewService.cpp81 std::vector<uint64_t> propertiesToRead; in getAnimationPropertiesToRead() local
82 propertiesToRead.assign(propertiesSet.begin(), propertiesSet.end()); in getAnimationPropertiesToRead()
83 return propertiesToRead; in getAnimationPropertiesToRead()
119 std::vector<uint64_t> propertiesToRead; in initialize() local
125 propertiesToRead.insert(propertiesToRead.end(), animationPropertiesToRead.begin(), in initialize()
130 if (!mVhalHandler->setPropertiesToRead(propertiesToRead)) { in initialize()
DVhalHandlerTests.cpp37 std::vector<vehicle::V2_0::VehiclePropValue> propertiesToRead; in SetSamplePropertiesToRead() local
40 propertiesToRead.push_back(propertyRead); in SetSamplePropertiesToRead()
41 ASSERT_TRUE(vhalHandler->setPropertiesToRead(propertiesToRead)); in SetSamplePropertiesToRead()
45 std::vector<uint64_t> propertiesToRead; in SetSamplePropertiesToReadInt64() local
48 propertiesToRead.push_back(propertyInt64); in SetSamplePropertiesToReadInt64()
49 ASSERT_TRUE(vhalHandler->setPropertiesToRead(propertiesToRead)); in SetSamplePropertiesToReadInt64()
DVhalHandler.h61 bool setPropertiesToRead(const std::vector<vehicle::V2_0::VehiclePropValue>& propertiesToRead);
65 bool setPropertiesToRead(const std::vector<uint64_t>& propertiesToRead);