Home
last modified time | relevance | path

Searched refs:IsSceneIdInSceneWhiteList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H A Dperf_monitor.cpp293 if (IsSceneIdInSceneWhiteList(sceneId)) { in Start()
317 if (IsSceneIdInSceneWhiteList(sceneId)) { in End()
651 bool PerfMonitor::IsSceneIdInSceneWhiteList(const std::string& sceneId) in IsSceneIdInSceneWhiteList() function in OHOS::Ace::PerfMonitor
668 if (IsSceneIdInSceneWhiteList(sceneId)) { in CheckTimeOutOfExceptAnimatorStatus()
H A Dperf_monitor.h182 bool IsSceneIdInSceneWhiteList(const std::string& sceneId);