Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/compiler_service/src/
H A Dthermal_mgr_listener.cpp33 AotCompilerImpl::GetInstance().HandleThermalLevelChanged(level); in OnReceiveEvent()
H A Daot_compiler_impl.cpp366 void AotCompilerImpl::HandleThermalLevelChanged(const int32_t level) in HandleThermalLevelChanged() function in OHOS::ArkCompiler::AotCompilerImpl
368 LOG_SA(INFO) << "AotCompilerImpl::HandleThermalLevelChanged"; in HandleThermalLevelChanged()
/arkcompiler/ets_runtime/compiler_service/include/
H A Daot_compiler_impl.h44 void HandleThermalLevelChanged(const int32_t level);
/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerimpl_unit/
H A Daotcompilerimpl_unit.cpp318 * @tc.desc: AotCompilerImpl::HandleThermalLevelChanged()
327 aotImpl.HandleThermalLevelChanged(1); in HWTEST_F()
646 * @tc.desc: AotCompilerImpl::HandleThermalLevelChanged(aotImpl.AOT_COMPILE_STOP_LEVEL)
653 aotImplMock.HandleThermalLevelChanged(aotImplMock.AOT_COMPILE_STOP_LEVEL); in HWTEST_F()
654 aotImplMock.HandleThermalLevelChanged(aotImplMock.AOT_COMPILE_STOP_LEVEL - 1); in HWTEST_F()

Completed in 5 milliseconds