/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | watch_dog.cpp | 38 enum class State { NORMAL, WARNING, FREEZE }; member in OHOS::Ace::__anon1985::State 254 RawReport(RawEventType::WARNING); in Check() 255 state_ = State::WARNING; in Check() 257 } else if (state_ == State::WARNING) { in Check()
|
H A D | watch_dog_mingw.cpp | 46 enum class State { NORMAL, WARNING, FREEZE }; member in OHOS::Ace::__anon1986::State 218 RawReport(RawEventType::WARNING); in Check() 219 state_ = State::WARNING; in Check() 221 } else if (state_ == State::WARNING) { in Check()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
H A D | js_theme.h | 25 #define WARNING (1) macro 102 return ConvertJsValueToColor(colors_[WARNING]); in Warning()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | runtime_constants.h | 35 WARNING, member in OHOS::Ace::Framework::JsLogLevel
|
/foundation/resourceschedule/device_standby/interfaces/innerkits/include/ |
H A D | standby_service_client.h | 32 WARNING, member in OHOS::DevStandbyMgr::PowerOverusedLevel
|
/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | net_http_response.h | 24 constexpr const char *WARNING = "Warning"; member
|
/foundation/communication/netstack/frameworks/js/napi/http/options/include/ |
H A D | http_response.h | 24 static constexpr const char *WARNING = "Warning"; member
|
/foundation/communication/netstack/interfaces/innerkits/http_client/include/ |
H A D | http_client_response.h | 25 static constexpr const char *WARNING = "Warning"; member
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_base_utils.cpp | 730 case JsLogLevel::WARNING: in AppLogPrint() 759 return AppLogPrint(runtime, JsLogLevel::WARNING, argv, argc); in AppWarnLogPrint() 790 case JsLogLevel::WARNING: in JsLogPrint() 808 case JsLogLevel::WARNING: in PrintLog() 839 return JsLogPrint(runtime, JsLogLevel::WARNING, argv, argc); in JsWarnLogPrint() 914 case JsLogLevel::WARNING: in AppLogPrint() 937 return AppLogPrint(env, info, JsLogLevel::WARNING); in AppWarnLogPrint()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/ |
H A D | disableLogs.js | 31 WARNING:
|
H A D | disableProfiler.js | 30 WARNING:
|
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/js/napi/src/ |
H A D | js_systemload_napi_init.cpp | 64 napi_create_uint32(env, static_cast<uint32_t>(ResType::SystemloadLevel::WARNING), in InitSystemloadLevelType() 77 DECLARE_NAPI_STATIC_PROPERTY("WARNING", systemloadLevelWarning), in InitSystemloadLevelType()
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_response.cpp | 134 header_[WARNING] = val; in SetWarning()
|
/foundation/communication/netstack/frameworks/native/http/http_client/ |
H A D | http_client_response.cpp | 104 headers_[WARNING] = val; in SetWarning()
|
/foundation/communication/netstack/frameworks/js/napi/http/options/src/ |
H A D | http_response.cpp | 134 header_[WARNING] = val; in SetWarning()
|
/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | event_report.h | 146 enum class RawEventType { WARNING, FREEZE, RECOVER }; member in OHOS::Ace::RawEventType
|
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/ |
H A D | res_value.h | 482 WARNING = 5,
|
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/ |
H A D | notifier_mgr.cpp | 44 { "WARNING", ResType::SystemloadLevel::WARNING },
|
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/label_classify/ |
H A D | label_classify.cpp | 149 LOG(WARNING) << "The input shape is same as the model shape, not resize."; in PrepareModel()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
H A D | wifi_settings.h | 94 WARNING = 5, member in OHOS::Wifi::ThermalLevel
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | event_report.cpp | 296 if (type == RawEventType::WARNING) { in ANRRawReport()
|
/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_service_unit_test.cpp | 1361 uint32_t level = static_cast<uint32_t>(PowerOverusedLevel::WARNING); in HWTEST_F()
|