Searched refs:AnimDynamicItem (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_hgm_config_data.h | 26 struct AnimDynamicItem { struct 43 void AddAnimDynamicItem(AnimDynamicItem item) in AddAnimDynamicItem() argument 48 const std::vector<AnimDynamicItem>& GetConfigData() const in GetConfigData() 84 std::vector<AnimDynamicItem> configData_;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/ |
H A D | rs_hgm_config_data_test.cpp | 55 AnimDynamicItem item = {type, name, minSpeed, maxSpeed, preferredFps}; 95 AnimDynamicItem item = {type, name, minSpeed, maxSpeed, preferredFps};
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/ |
H A D | rs_hgm_config_data.cpp | 49 AnimDynamicItem item = {type, name, minSpeed, maxSpeed, preferredFps}; in Unmarshalling()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rshgmconfigdata_fuzzer/ |
H A D | rshgmconfigdata_fuzzer.cpp | 94 AnimDynamicItem item; in DoAddAnimDynamicItem()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_frame_rate_policy_test.cpp | 88 AnimDynamicItem item;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsframeratepolicy_fuzzer/ |
H A D | rsframeratepolicy_fuzzer.cpp | 228 AnimDynamicItem item; in DoHgmConfigChangeCallback()
|