Home
last modified time | relevance | path

Searched refs:acePerformanceMonitorEnable_ (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_system_properties.cpp65 std::atomic<bool> SystemProperties::acePerformanceMonitorEnable_(false);
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h571 return acePerformanceMonitorEnable_.load(); in GetAcePerformanceMonitorEnabled()
662 static std::atomic<bool> acePerformanceMonitorEnable_; member in OHOS::Ace::final
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp427 std::atomic<bool> SystemProperties::acePerformanceMonitorEnable_(IsAcePerformanceMonitorEnabled());
580 acePerformanceMonitorEnable_.store(IsAcePerformanceMonitorEnabled()); in InitDeviceInfo()
854 acePerformanceMonitorEnable_.store(performanceMonitorEnable); in SetPerformanceMonitorEnabled()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp99 std::atomic<bool> SystemProperties::acePerformanceMonitorEnable_(false);

Completed in 5 milliseconds