Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/ipc_callbacks/
H A Dhgm_config_change_callback_stub.cpp37 … case static_cast<uint32_t>(RSIHgmConfigChangeCallbackInterfaceCode::ON_HGM_CONFIG_CHANGED): { in OnRemoteRequest()
42 case static_cast<uint32_t>(RSIHgmConfigChangeCallbackInterfaceCode:: in OnRemoteRequest()
48 …case static_cast<uint32_t>(RSIHgmConfigChangeCallbackInterfaceCode::ON_HGM_REFRESH_RATE_CHANGED): { in OnRemoteRequest()
H A Dhgm_config_change_callback_proxy.cpp42 …uint32_t code = static_cast<uint32_t>(RSIHgmConfigChangeCallbackInterfaceCode::ON_HGM_CONFIG_CHANG… in OnHgmConfigChanged()
62 … static_cast<uint32_t>(RSIHgmConfigChangeCallbackInterfaceCode::ON_HGM_REFRESH_RATE_MODE_CHANGED); in OnHgmRefreshRateModeChanged()
82 static_cast<uint32_t>(RSIHgmConfigChangeCallbackInterfaceCode::ON_HGM_REFRESH_RATE_CHANGED); in OnHgmRefreshRateUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/ipc_callbacks/
H A Drs_ihgm_config_change_callback_ipc_interface_code.h23 enum class RSIHgmConfigChangeCallbackInterfaceCode : CodeUnderlyingType { enum
H A Drs_ihgm_config_change_callback_ipc_interface_code_access_verifier.h30 using CodeEnumType = RSIHgmConfigChangeCallbackInterfaceCode;