Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_surface/utils/frame_report/test/unittest/
H A Dframe_report_test.cpp123 … bool result = Rosen::FrameReport::GetInstance().IsActiveGameWithUniqueId(FRT_GAME_ERROR_UNIQUEID);
126 result = Rosen::FrameReport::GetInstance().IsActiveGameWithUniqueId(FRT_GAME_UNIQUEID);
/ohos5.0/foundation/graphic/graphic_surface/utils/frame_report/export/
H A Dframe_report.h38 bool IsActiveGameWithUniqueId(uint64_t uniqueId);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_listener.cpp45 bool isActiveGame = FrameReport::GetInstance().IsActiveGameWithUniqueId(uniqueId); in OnBufferAvailable()
/ohos5.0/foundation/graphic/graphic_surface/utils/frame_report/src/
H A Dframe_report.cpp103 bool FrameReport::IsActiveGameWithUniqueId(uint64_t uniqueId) in IsActiveGameWithUniqueId() function in OHOS::Rosen::FrameReport