Home
last modified time | relevance | path

Searched refs:animType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_frame_rate_policy.cpp66 if (item.animType.empty() || item.animName.empty()) { in HgmConfigChangeCallback()
69 … animAttributes_[item.animType][item.animName] = {item.minSpeed, item.maxSpeed, item.preferredFps}; in HgmConfigChangeCallback()
72 item.animType.c_str(), item.animName.c_str(), static_cast<int>(item.minSpeed), in HgmConfigChangeCallback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/
H A Dhgm_config_callback_manager.cpp64 for (auto& [animType, dynamicSetting] : dynamicSettingMap) { in RegisterHgmConfigChangeCallback()
67animType, animName, dynamicConfig.min, dynamicConfig.max, dynamicConfig.preferred_fps}); in RegisterHgmConfigChangeCallback()
129 for (auto& [animType, dynamicSetting] : dynamicSettingMap) { in SyncHgmConfigChangeCallback()
132animType, animName, dynamicConfig.min, dynamicConfig.max, dynamicConfig.preferred_fps}); in SyncHgmConfigChangeCallback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_frame_rate_policy_test.cpp93 item.animType = "animType";
98 item.animType.clear();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_hgm_config_data.h27 std::string animType = ""; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_hgm_config_data.cpp64 parcel.WriteString(item.animType); in Marshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsframeratepolicy_fuzzer/
H A Drsframeratepolicy_fuzzer.cpp229 item.animType = "animType"; in DoHgmConfigChangeCallback()