Searched refs:Warn (Results 1 - 6 of 6) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | errndk.cpp | 25 static napi_value Warn(napi_env env, napi_callback_info info)
in Warn() function 51 {"warn", nullptr, Warn, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
/test/xts/acts/hiviewdfx_lite/hilog_posix/src/ |
H A D | HilogTest.cpp | 67 HILOG_WARN(LOG_CORE, "Warn log of HiLog API test"); in HWTEST_F() 140 * @tc.name : HiLog::Warn parameter legal test (Cortex-A, C) 146 ret = HiLog::Warn(LABEL, "Warn log of HiLog API test"); in HWTEST_F()
|
/test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/ |
H A D | image_packer_module_test.cpp | 34 #define IMG_TST_LOGW(fmt, ...) MY_HILOG(OHOS::HiviewDFX::HiLog::Warn, fmt, ##__VA_ARGS__)
|
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/ |
H A D | image_source_module_test.cpp | 41 #define IMG_TST_LOGW(fmt, ...) MY_HILOG(OHOS::HiviewDFX::HiLog::Warn, fmt, ##__VA_ARGS__)
|
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/ |
H A D | pixel_map_module_test.cpp | 39 #define IMG_TST_LOGW(fmt, ...) MY_HILOG(OHOS::HiviewDFX::HiLog::Warn, fmt, ##__VA_ARGS__)
|
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/ |
H A D | image_receiver_module_test.cpp | 34 #define IMG_TST_LOGW(fmt, ...) MY_HILOG(OHOS::HiviewDFX::HiLog::Warn, fmt, ##__VA_ARGS__)
|
Completed in 3 milliseconds