Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_node_showing_command_test.cpp210 animation.propertiesMap_.insert(newEntry);
227 animation.propertiesMap_.insert(entry);
281 …animation.propertiesMap_.emplace(std::make_pair(0, 0), std::make_pair(renderPropertyTest1, animati…
282 …animation.propertiesMap_.emplace(std::make_pair(1, 1), std::make_pair(renderPropertyTest1, animati…
283 …animation.propertiesMap_.emplace(std::make_pair(2, 2), std::make_pair(renderPropertyTest1, animati…
284 …animation.propertiesMap_.emplace(std::make_pair(3, 3), std::make_pair(renderPropertyTest1, animati…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_node_showing_command.h77 : RSSyncTask(timeoutNS), propertiesMap_(std::move(map)) in RSNodeGetShowingPropertiesAndCancelAnimation()
91 return this->propertiesMap_; in GetProperties()
96 PropertiesMap propertiesMap_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_node_showing_command.cpp102 RSMarshallingHelper::Marshalling(parcel, propertiesMap_); in Marshalling()
137 if (!RSMarshallingHelper::Unmarshalling(parcel, propertiesMap_)) { in ReadFromParcel()
147 for (auto& [key, value] : propertiesMap_) { in Process()