Home
last modified time | relevance | path

Searched refs:ESCAPE (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/interfaces/inner_api/native/include/
H A Dthermal_level_info.h63 ESCAPE, enumerator
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_systemload_notifier_stub.cpp55 if ((level > static_cast<int32_t>(ResType::SystemloadLevel::ESCAPE)) in OnSystemloadLevelInner()
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_client_api_test.cpp81 EXPECT_EQ(true, level <= ThermalLevel::ESCAPE && level >= ThermalLevel::COOL);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/js/napi/src/
H A Djs_systemload_napi_init.cpp68 napi_create_uint32(env, static_cast<uint32_t>(ResType::SystemloadLevel::ESCAPE), in InitSystemloadLevelType()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-resourceschedule-systemload.md136 | ESCAPE | 7 | 设备即将进入热逃生状态或当前负载已经不堪重负,或已经处于紧急状态且高负载状态,所有业务将被强制停止,业务需做好逃生措施,例如保存重要数据等。 …
H A Djs-apis-thermal.md206 | ESCAPE<sup>11+</sup> | 7 | 表明设备即将进入热逃生状态,所有业务将被强制停止,业务需做好逃生措施,例如保存重要数据等。 <br>**说明**: 从API …
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H A Daction_thermal_level.cpp37 constexpr int32_t MAX_THERMAL_LEVEL = static_cast<int32_t>(ThermalLevel::ESCAPE);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_value.h461 ESCAPE = 7, enumerator
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dnotifier_mgr.cpp46 { "ESCAPE", ResType::SystemloadLevel::ESCAPE }
/ohos5.0/base/powermgr/thermal_manager/frameworks/napi/
H A Dthermal_manager_napi.cpp167 napi_create_uint32(env, static_cast<uint32_t>(ThermalLevel::ESCAPE), &escape); in InitThermalLevel()
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-resourceschedule-systemload.md136 | ESCAPE | 7 | The device is overheated or extremely heavy loaded and is about to enter the…
H A Djs-apis-thermal.md206 | ESCAPE<sup>11+</sup> | 7 | The device is about to enter the escape state. You need to stop…
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dencoder.rs294 if ESCAPE[(*ch) as usize] { in encode_string_inner()
H A Dconsts.rs90 pub(crate) static ESCAPE: [bool; 256] = { variable
H A Dstates.rs237 if !ESCAPE[ch as usize] { in parse_string_inner()
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_mgr_interface_test.cpp735 EXPECT_EQ(level, ThermalLevel::ESCAPE) << "ThermalMgrInterfaceTest019 Failed";