Searched refs:GNAPI_LOG (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/screenshot/ |
H A D | native_screenshot_module.cpp | 67 GNAPI_LOG("Get Screenshot Option: GetDisplayId"); in GetDisplayId() 82 GNAPI_LOG("Get Screenshot Option: GetRotation"); in GetRotation() 99 GNAPI_LOG("get ScreenRect success"); in GetScreenRect() 143 GNAPI_LOG("Get Screenshot Option: ImageSize"); in GetImageSize() 228 GNAPI_LOG("Get Screenshot failed!"); in AsyncGetScreenshot() 330 GNAPI_LOG("argc == 0"); in PickFunc() 337 GNAPI_LOG("argc == 0"); in PickFunc() 352 GNAPI_LOG("screen capture failed!"); in AsyncGetScreenCapture() 377 GNAPI_LOG("use default."); in CaptureFunc() 397 GNAPI_LOG("argc == 0"); in MainFunc() [all …]
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/common/ |
H A D | dm_napi_common.cpp | 32 GNAPI_LOG("napi_create_int32 error, code is %{public}d", ret); in SetMemberInt32() 37 GNAPI_LOG("napi_set_named_property error, code is %{public}d", ret); in SetMemberInt32() 49 GNAPI_LOG("napi_create_uint32 error, code is %{public}d", ret); in SetMemberUint32() 66 GNAPI_LOG("napi_get_undefined error, code is %{public}d", ret); in SetMemberUndefined() 93 GNAPI_LOG("Error, input param number must be 2"); in SetErrorInfo() 107 GNAPI_LOG("Error, input param number must be 2"); in ProcessPromise() 110 GNAPI_LOG("AsyncProcess: Promise"); in ProcessPromise() 112 GNAPI_LOG("AsyncProcess: Promise resolve"); in ProcessPromise() 115 GNAPI_LOG("AsyncProcess: Promise reject"); in ProcessPromise() 123 GNAPI_LOG("Error, input param number must be 2"); in ProcessCallback() [all …]
|
H A D | dm_napi_common.h | 35 #define GNAPI_LOG(fmt, ...) OHOS::HiviewDFX::HiLog::Info(LABEL, \ macro 41 GNAPI_LOG(fmt, ##__VA_ARGS__); \
|