Home
last modified time | relevance | path

Searched refs:Warn (Results 1 - 23 of 23) sorted by relevance

/base/hiviewdfx/hilog/interfaces/rust/src/
H A Dlib.rs38 Warn = 5,
H A Dmacros.rs156 hilog!($log_label, $crate::LogLevel::Warn, $($arg)*)
/base/hiviewdfx/hilog/platform/interface/native/
H A Dlog.h30 Warn, member in OHOS::HiviewDFX::Hilog::Platform::LogLevel
/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/
H A Dhilog_cp.h77 static int Warn(const HiLogLabel &label, const char *fmt, ...) __attribute__((__format__(printf, 2, 3)));
/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog.cpp46 int HiLog::Warn(const HiLogLabel &label, const char *fmt, ...) in Warn() function in OHOS::HiviewDFX::HiLog
/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhilog.cpp45 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 Dmedical_manager.cpp149 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 Dmedical_service.cpp66 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 Dclient_info.cpp263 HiLog::Warn(LABEL, "%{public}s sensorId not exist", __func__); in RemoveSubscriber()
/base/hiviewdfx/hilog/platform/
H A Dhilog.cpp48 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 Dhilog_module.h40 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 Dhilog_napi_base.h37 static napi_value Warn(napi_env env, napi_callback_info info);
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dhilog_wrapper.h58 (void)OHOS::HiviewDFX::HiLog::Warn(LOG_LABEL, __VA_ARGS__); \
/base/hiviewdfx/hilog/interfaces/native/innerkits/include/hilog/
H A Dlog_cpp.h41 * 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 Dlog.h50 OHOS::HiviewDFX::HiLog::Warn(label, "%{public}s: " fmt, __func__, ##__VA_ARGS__)
/base/sensors/medical_sensor/utils/src/
H A Ddmd_report.cpp95 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 Dhilog_napi.cpp78 NVal::DeclareNapiFunction("warn", HilogNapiBase::Warn), in Export()
H A Dhilog_napi_base.cpp159 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 Dhilog_module.cpp157 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 Dhdi_connection.cpp65 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 Dhilog_ndk_test.cpp85 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 Dmedical_service_client.cpp73 HiLog::Warn(LABEL, "%{public}s get service failed, retry : %{public}d", __func__, retry); in InitServiceClient()
/base/hiviewdfx/hilog_lite/test/unittest/
H A Dhilog_lite_test.cpp281 * @tc.desc: Call Warn.
291 ACELite::JSIValue resultValue = ACELite::HilogModule::Warn(thisVal, &args, LOG_ARG_NUMBER); in HWTEST_F()

Completed in 10 milliseconds