/base/hiviewdfx/hilog/interfaces/rust/src/ |
H A D | lib.rs | 38 Warn = 5,
|
H A D | macros.rs | 156 hilog!($log_label, $crate::LogLevel::Warn, $($arg)*)
|
/base/hiviewdfx/hilog/platform/interface/native/ |
H A D | log.h | 30 Warn, member in OHOS::HiviewDFX::Hilog::Platform::LogLevel
|
/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/ |
H A D | hilog_cp.h | 77 static int Warn(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(printf, 2, 3)));
|
/base/hiviewdfx/hilog/frameworks/libhilog/ |
H A D | hilog.cpp | 46 int HiLog::Warn(const HiLogLabel &label, const char *fmt, ...) in Warn() function in OHOS::HiviewDFX::HiLog
|
/base/hiviewdfx/hilog_lite/frameworks/featured/ |
H A D | hilog.cpp | 45 int HiLog::Warn(const HiLogLabel &label, const char *fmt, ...) in Warn() function in OHOS::HiviewDFX::HiLog
|
/base/sensors/medical_sensor/services/medical_sensor/src/ |
H A D | medical_manager.cpp | 149 HiLog::Warn(LABEL, "%{public}s dataThread_ started", __func__); in StartDataReportThread() 160 HiLog::Warn(LABEL, "%{public}s Only current client using this sensor", __func__); in IsOtherClientUsingSensor() 165 HiLog::Warn(LABEL, "%{public}s ResetBestSensorParams failed", __func__); in IsOtherClientUsingSensor()
|
H A D | medical_service.cpp | 66 HiLog::Warn(LABEL, "%{public}s MedicalSensorService has already started", __func__); in OnStart() 147 HiLog::Warn(LABEL, "%{public}s already stopped", __func__); in OnStop() 197 HiLog::Warn(LABEL, "%{public}s it is not onchange data, no need to report", __func__); in ReportOnChangeData() 247 HiLog::Warn(LABEL, "%{public}s medical sensor has been enabled already", __func__); in EnableSensor() 298 HiLog::Warn(LABEL, "%{public}s other client is using this sensor now, cannot disable", __func__); in DisableSensor()
|
H A D | client_info.cpp | 263 HiLog::Warn(LABEL, "%{public}s sensorId not exist", __func__); in RemoveSubscriber()
|
/base/hiviewdfx/hilog/platform/ |
H A D | hilog.cpp | 48 int HiLog::Warn(const HiLogLabel &label, const char *fmt, ...) in Warn() function in OHOS::HiviewDFX::HiLog
|
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/ |
H A D | hilog_module.h | 40 static JSIValue Warn(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
|
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/include/context/ |
H A D | hilog_napi_base.h | 37 static napi_value Warn(napi_env env, napi_callback_info info);
|
/base/global/resource_management_lite/frameworks/resmgr_lite/include/ |
H A D | hilog_wrapper.h | 58 (void)OHOS::HiviewDFX::HiLog::Warn(LOG_LABEL, __VA_ARGS__); \
|
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/ |
H A D | log_cpp.h | 41 * Warn: Designates hazardous situations.
52 static int Warn(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(os_log, 2, 3)));
|
/base/security/code_signature/utils/include/ |
H A D | log.h | 50 OHOS::HiviewDFX::HiLog::Warn(label, "%{public}s: " fmt, __func__, ##__VA_ARGS__)
|
/base/sensors/medical_sensor/utils/src/ |
H A D | dmd_report.cpp | 95 HiLog::Warn(LABEL, "%{public}s eventId is reported every half an hour", __func__); in ReportException()
|
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/ |
H A D | hilog_napi.cpp | 78 NVal::DeclareNapiFunction("warn", HilogNapiBase::Warn),
in Export()
|
H A D | hilog_napi_base.cpp | 159 napi_value HilogNapiBase::Warn(napi_env env, napi_callback_info info)
in Warn() function in OHOS::HiviewDFX::HilogNapiBase
|
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/ |
H A D | hilog_module.cpp | 157 JSIValue HilogModule::Warn(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum)
in Warn() function in OHOS::ACELite::HilogModule 334 JSI::SetModuleAPI(exports, "warn", HilogModule::Warn);
in InitHilogModule()
|
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/ |
H A D | hdi_connection.cpp | 65 HiLog::Warn(LABEL, "%{public}s connect hdi service failed, retry : %{public}d", __func__, retry);
in ConnectHdi() 246 HiLog::Warn(LABEL, "%{public}s should set batch first", __func__);
in setSensorBasicInfoState()
|
/base/hiviewdfx/hilog/test/moduletest/common/ |
H A D | hilog_ndk_test.cpp | 85 HiLog::Warn(LABEL, "%{public}s", msg.c_str()); 295 * @tc.desc: Call HiLog::Warn print logs. 301 * @tc.steps: step1. Call HiLog::Warn to print logs and call hilog to read it in HWTEST_F()
|
/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/ |
H A D | medical_service_client.cpp | 73 HiLog::Warn(LABEL, "%{public}s get service failed, retry : %{public}d", __func__, retry); in InitServiceClient()
|
/base/hiviewdfx/hilog_lite/test/unittest/ |
H A D | hilog_lite_test.cpp | 281 * @tc.desc: Call Warn. 291 ACELite::JSIValue resultValue = ACELite::HilogModule::Warn(thisVal, &args, LOG_ARG_NUMBER); in HWTEST_F()
|