Home
last modified time | relevance | path

Searched refs:WARNING (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwatch_dog.cpp38 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 Dwatch_dog_mingw.cpp46 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 Djs_theme.h25 #define WARNING (1) macro
102 return ConvertJsValueToColor(colors_[WARNING]); in Warning()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Druntime_constants.h35 WARNING, member in OHOS::Ace::Framework::JsLogLevel
/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H A Dstandby_service_client.h32 WARNING, member in OHOS::DevStandbyMgr::PowerOverusedLevel
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_response.h24 constexpr const char *WARNING = "Warning"; member
/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_response.h24 static constexpr const char *WARNING = "Warning"; member
/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_response.h25 static constexpr const char *WARNING = "Warning"; member
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_base_utils.cpp730 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 DdisableLogs.js31 WARNING:
H A DdisableProfiler.js30 WARNING:
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/js/napi/src/
H A Djs_systemload_napi_init.cpp64 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 Dnet_http_response.cpp134 header_[WARNING] = val; in SetWarning()
/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_response.cpp104 headers_[WARNING] = val; in SetWarning()
/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_response.cpp134 header_[WARNING] = val; in SetWarning()
/foundation/arkui/ace_engine/frameworks/base/log/
H A Devent_report.h146 enum class RawEventType { WARNING, FREEZE, RECOVER }; member in OHOS::Ace::RawEventType
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_value.h482 WARNING = 5,
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dnotifier_mgr.cpp44 { "WARNING", ResType::SystemloadLevel::WARNING },
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/label_classify/
H A Dlabel_classify.cpp149 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 Dwifi_settings.h94 WARNING = 5, member in OHOS::Wifi::ThermalLevel
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Devent_report.cpp296 if (type == RawEventType::WARNING) { in ANRRawReport()
/foundation/resourceschedule/device_standby/services/test/unittest/
H A Dstandby_service_unit_test.cpp1361 uint32_t level = static_cast<uint32_t>(PowerOverusedLevel::WARNING); in HWTEST_F()

Completed in 14 milliseconds