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 D | rs_frame_rate_policy.cpp | 66 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 D | hgm_config_callback_manager.cpp | 64 for (auto& [animType, dynamicSetting] : dynamicSettingMap) { in RegisterHgmConfigChangeCallback() 67 … animType, animName, dynamicConfig.min, dynamicConfig.max, dynamicConfig.preferred_fps}); in RegisterHgmConfigChangeCallback() 129 for (auto& [animType, dynamicSetting] : dynamicSettingMap) { in SyncHgmConfigChangeCallback() 132 … animType, 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 D | rs_frame_rate_policy_test.cpp | 93 item.animType = "animType"; 98 item.animType.clear();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_hgm_config_data.h | 27 std::string animType = ""; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/ |
H A D | rs_hgm_config_data.cpp | 64 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 D | rsframeratepolicy_fuzzer.cpp | 229 item.animType = "animType"; in DoHgmConfigChangeCallback()
|