Home
last modified time | relevance | path

Searched refs:deviceIsScreenOff_ (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Djit_compiler.h47 bool deviceIsScreenOff_; member
H A Daot_compiler_preprocessor.h66 bool deviceIsScreenOff_; member
H A Djit_compiler.cpp61 deviceIsScreenOff_ = runtimeOptions.GetDeviceState(); in JitCompilationOptions()
H A Daot_compiler_preprocessor.cpp43 deviceIsScreenOff_ = runtimeOptions.GetDeviceState(); in CompilationOptions()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.h1436 deviceIsScreenOff_ = value; in SetDeviceState()
1441 return deviceIsScreenOff_; in GetDeviceState()
2109 bool deviceIsScreenOff_ {true};
H A Djs_runtime_options.cpp1433 if (!deviceIsScreenOff_ || deviceThermalLevel_ > 0) { in BindCPUCoreForTargetCompilation()

Completed in 11 milliseconds