Home
last modified time | relevance | path

Searched refs:OH_LOG_INFO (Results 1 - 25 of 28) sorted by relevance

12

/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis/entry/src/main/cpp/
H A Dtest_request.cpp51 OH_LOG_INFO(LOG_APP, "OH_ArkWebResourceRequest_GetMethod rawfilePath_ %{public}s", rawfilePath().c_str()); in ReadRawfileDataOnWorkerThread()
54 OH_LOG_INFO(LOG_APP, "OH_ArkWebResponse_SetUrl %{public}d", setRspUrl_); in ReadRawfileDataOnWorkerThread()
57 OH_LOG_INFO(LOG_APP, "OH_ArkWebResponse_SetError %{public}d", setRspError_); in ReadRawfileDataOnWorkerThread()
60 OH_LOG_INFO(LOG_APP, "OH_ArkWebResourceRequest_GetMethod rawfilePath_ 404"); in ReadRawfileDataOnWorkerThread()
65 OH_LOG_INFO(LOG_APP, "OH_ArkWebResourceRequest_GetMethod rawfilePath_ 200"); in ReadRawfileDataOnWorkerThread()
75 OH_LOG_INFO(LOG_APP, "OH_ArkWebResponse_SetHeaderByName %{public}s", std::to_string(len).c_str()); in ReadRawfileDataOnWorkerThread()
79 OH_LOG_INFO(LOG_APP, "OH_ArkWebResourceHandler_DidReceiveResponse %{public}d", ret); in ReadRawfileDataOnWorkerThread()
87 OH_LOG_INFO(LOG_APP, "read rawfile %{public}d bytes.", ret); in ReadRawfileDataOnWorkerThread()
95 OH_LOG_INFO(LOG_APP, "OH_ArkWebResourceHandler_DidReceiveData. %{public}d", is_success); in ReadRawfileDataOnWorkerThread()
108 OH_LOG_INFO(LOG_AP in ReadRawfileDataOnWorkerThread()
[all...]
H A Dhello.cpp75 OH_LOG_INFO(LOG_APP, "register custom schemes start"); in RegisterCustomSchemes()
81 OH_LOG_INFO(LOG_APP, "register custom schemes end %{public}d", value); in RegisterCustomSchemes()
111 OH_LOG_INFO(LOG_APP, "OnURLRequestStart"); in OnURLRequestStart()
156 OH_LOG_INFO(LOG_APP, "testRequest->rawfilePath() %{public}s", testRequest->rawfilePath().c_str()); in OnURLRequestStart()
158 OH_LOG_INFO(LOG_APP, "testRequest->url() %{public}s", testUrl.c_str()); in OnURLRequestStart()
159 OH_LOG_INFO(LOG_APP, "testRequest->method() %{public}s", testMethod.c_str()); in OnURLRequestStart()
160 OH_LOG_INFO(LOG_APP, "testRequest->isGetBodyStream() %{public}d", testGetHttpBodyStream); in OnURLRequestStart()
161 OH_LOG_INFO(LOG_APP, "testRequest->header_size() %{public}d", testHeaderSize); in OnURLRequestStart()
162 OH_LOG_INFO(LOG_APP, "testRequest->hasHeader() %{public}d", testHasHeader); in OnURLRequestStart()
163 OH_LOG_INFO(LOG_AP in OnURLRequestStart()
[all...]
/test/xts/acts/arkui/ace_ets_web_scheme_handler_two_napis/entry/src/main/cpp/
H A Drawfile_request.cpp33 OH_LOG_INFO(LOG_APP, "read http body back."); in ReadCallback()
64 OH_LOG_INFO(LOG_APP, "init http body stream done %{public}d.", result); in InitCallback()
66 OH_LOG_INFO(LOG_APP, "http body stream is chunked %{public}d.", isChunked); in InitCallback()
82 OH_LOG_INFO(LOG_APP, "start a rawfile request."); in Start()
97 OH_LOG_INFO(LOG_APP, "OH_ArkWeb_ReleaseString."); in Start()
128 OH_LOG_INFO(LOG_APP, "read rawfile in worker thread."); in ReadRawfileDataOnWorkerThread()
153 OH_LOG_INFO(LOG_APP, "read OH_ResourceManager_OpenRawFile %{public}s", rawfilePath().c_str()); in ReadRawfileDataOnWorkerThread()
156 OH_LOG_INFO(LOG_APP, "read OH_ArkWebResponse_SetStatus %{public}d", DO_NOT_FOUND); in ReadRawfileDataOnWorkerThread()
159 OH_LOG_INFO(LOG_APP, "read OH_ArkWebResponse_SetStatus %{public}d", DO_OK); in ReadRawfileDataOnWorkerThread()
178 OH_LOG_INFO(LOG_AP in ReadRawfileDataOnWorkerThread()
[all...]
/test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/main/cpp/
H A Drawfile_request.cpp38 OH_LOG_INFO(LOG_APP, "read http body back."); in ReadCallback()
69 OH_LOG_INFO(LOG_APP, "init http body stream done %{public}d.", result); in InitCallback()
71 OH_LOG_INFO(LOG_APP, "http body stream is chunked %{public}d.", isChunked); in InitCallback()
87 OH_LOG_INFO(LOG_APP, "start a rawfile request."); in Start()
129 OH_LOG_INFO(LOG_APP, "read rawfile in worker thread."); in ReadRawfileDataOnWorkerThread()
154 OH_LOG_INFO(LOG_APP, "read OH_ResourceManager_OpenRawFile %{public}s", rawfilePath().c_str()); in ReadRawfileDataOnWorkerThread()
157 OH_LOG_INFO(LOG_APP, "read OH_ArkWebResponse_SetStatus %{public}d", DO_NOT_FOUND); in ReadRawfileDataOnWorkerThread()
160 OH_LOG_INFO(LOG_APP, "read OH_ArkWebResponse_SetStatus %{public}d", DO_OK); in ReadRawfileDataOnWorkerThread()
179 OH_LOG_INFO(LOG_APP, "OH_ArkWebResponse_GetUrl %{public}s ", rspUrl1.c_str()); in ReadRawfileDataOnWorkerThread()
187 OH_LOG_INFO(LOG_AP in ReadRawfileDataOnWorkerThread()
[all...]
H A Dhello.cpp35 OH_LOG_INFO(LOG_APP, "register custom schemes"); in RegisterCustomSchemes()
101 OH_LOG_INFO(LOG_APP, "set scheme handler"); in SetSchemeHandler()
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis_enhance/entry/src/main/cpp/
H A Drawfile_request.cpp38 OH_LOG_INFO(LOG_APP, "read http body back."); in ReadCallback()
69 OH_LOG_INFO(LOG_APP, "init http body stream done %{public}d.", result); in InitCallback()
71 OH_LOG_INFO(LOG_APP, "http body stream is chunked %{public}d.", isChunked); in InitCallback()
87 OH_LOG_INFO(LOG_APP, "start a rawfile request."); in Start()
122 OH_LOG_INFO(LOG_APP, "read rawfile in worker thread."); in ReadRawfileDataOnWorkerThread()
138 OH_LOG_INFO(LOG_APP, "read OH_ResourceManager_OpenRawFile %{public}s", rawfilePath().c_str()); in ReadRawfileDataOnWorkerThread()
141 OH_LOG_INFO(LOG_APP, "read OH_ArkWebResponse_SetStatus %{public}d", DO_NOT_FOUND); in ReadRawfileDataOnWorkerThread()
144 OH_LOG_INFO(LOG_APP, "read OH_ArkWebResponse_SetStatus %{public}d", DO_OK); in ReadRawfileDataOnWorkerThread()
166 OH_LOG_INFO(LOG_APP, "read rawfile %{public}d bytes.", ret); in ReadRawfileDataOnWorkerThread()
180 OH_LOG_INFO(LOG_AP in Stop()
[all...]
H A Dhello.cpp49 OH_LOG_INFO(LOG_APP, "register custom schemes"); in RegisterCustomSchemes()
103 OH_LOG_INFO(LOG_APP, "set scheme handler"); in SetSchemeHandler()
137 OH_LOG_INFO(LOG_APP, "OH_ArkWeb_GetNativeAPI"); in GetNativeAPI()
148 OH_LOG_INFO(LOG_APP, "OH_ArkWeb_ReleaseString"); in ReleaseString()
161 OH_LOG_INFO(LOG_APP, "OH_ArkWeb_ReleaseByteArray"); in ReleaseByteArray()
174 OH_LOG_INFO(LOG_APP, "OH_ArkWebResourceRequest_DestroyHttpBodyStream"); in DestroyHttpBodyStream()
187 OH_LOG_INFO(LOG_APP, "OH_ArkWebResponse_SetHeaderByName"); in SetHeaderByName()
200 OH_LOG_INFO(LOG_APP, "ArkWeb_ResourceHandler"); in ResourceHandler()
213 OH_LOG_INFO(LOG_APP, "ArkWeb_Response"); in Response()
226 OH_LOG_INFO(LOG_AP in ResourceRequest()
[all...]
/test/xts/acts/graphic/displayNdk/entry/src/main/cpp/
H A Dnapi_init.cpp76 OH_LOG_INFO(LOG_APP, "GetDefaultDisplayId come in..."); in GetDefaultDisplayId()
78 OH_LOG_INFO(LOG_APP, "GetDefaultDisplayId displayId=%{public}lu ", displayId); in GetDefaultDisplayId()
80 OH_LOG_INFO(LOG_APP, "GetDefaultDisplayId displayId=%{public}lu errorCode=%{public}d.", displayId, errCode); in GetDefaultDisplayId()
93 OH_LOG_INFO(LOG_APP, "GetDefaultDisplayWidth width=%{public}d errorCode=%{public}d.", displayWidth, errCode); in GetDefaultDisplayWidth()
106 OH_LOG_INFO(LOG_APP, "GetDefaultDisplayHeight height=%{public}d errorCode=%{public}d.", displayHeight, errCode); in GetDefaultDisplayHeight()
134 OH_LOG_INFO(LOG_APP, "GetDefaultDisplayOrientation orientation=%{public}d errorCode=%{public}d.", in GetDefaultDisplayOrientation()
148 OH_LOG_INFO(LOG_APP, "GetDefaultDisplayVirtualPixelRatio dmVirtualPixels=%{public}f errorCode=%{public}d.", in GetDefaultDisplayVirtualPixelRatio()
162 OH_LOG_INFO(LOG_APP, "GetDefaultDisplayRefreshRate dmRefreshRate=%{public}d errorCode=%{public}d.", dmRefreshRate, in GetDefaultDisplayRefreshRate()
176 OH_LOG_INFO(LOG_APP, "GetDefaultDisplayDensityDpi dmDensityDpi=%{public}d errorCode=%{public}d.", dmDensityDpi, in GetDefaultDisplayDensityDpi()
190 OH_LOG_INFO(LOG_AP in GetDefaultDisplayDensityPixels()
[all...]
/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/
H A Dhello.cpp41 OH_LOG_INFO(LOG_APP, "Child process - OnConnect"); in NativeChildProcess_OnConnect()
47 OH_LOG_INFO(LOG_APP, "Child process - MainProc started"); in NativeChildProcess_MainProc()
49 OH_LOG_INFO(LOG_APP, "Child process - MainProc end"); in NativeChildProcess_MainProc()
56 OH_LOG_INFO(LOG_APP, "Main process - OnNativeChildProcessStarted %{public}d", errCode); in OnNativeChildProcessStarted()
81 OH_LOG_INFO(LOG_APP, "Main process - ChildProcessAdd %{public}d+%{public}d=%{public}d", in ChildProcessAdd()
106 OH_LOG_INFO(LOG_APP, "Main process - StartNativeChildProcess Lib:%{public}s ret:%{public}d", libName, ret); in StartNativeChildProcess()
110 OH_LOG_INFO(LOG_APP, "Main process - Wait for call back"); in StartNativeChildProcess()
127 OH_LOG_INFO(LOG_APP, "Main process - RequestExitChildProcess successed"); in RequestExitChildProcess()
164 OH_LOG_INFO(LOG_APP, "Main process - StartNativeChildProcess ret:%{public}d", ret); in ChildProcessStartNewProcess()
179 OH_LOG_INFO(LOG_AP in BusyTest()
[all...]
H A Dnative_child_demo.cpp35 OH_LOG_INFO(LOG_APP, "NativeChildProcess Main Enter ==================="); in Main()
36 OH_LOG_INFO(LOG_APP, "entryParams:%{public}s", args.entryParams); in Main()
39 OH_LOG_INFO(LOG_APP, "=================== start loop"); in Main()
44 OH_LOG_INFO(LOG_APP, "=================== fd:%{public}d", fd); in Main()
48 OH_LOG_INFO(LOG_APP, "read Result:%{public}s", buffer.data()); in Main()
53 OH_LOG_INFO(LOG_APP, "=================== end"); in Main()
H A DBusyTest.cpp24 OH_LOG_INFO(LOG_APP, "Child process - OnConnect for busy test - Begin"); in NativeChildProcess_OnConnect()
27 OH_LOG_INFO(LOG_APP, "Child process - OnConnect for busy test - End"); in NativeChildProcess_OnConnect()
H A DInvalidStubLib.cpp22 OH_LOG_INFO(LOG_APP, "Child process - OnConnect return invalid stub"); in NativeChildProcess_OnConnect()
/test/xts/acts/graphic/imageNdk/entry/src/main/cpp/
H A DImageNdk.cpp72 #define OH_LOG_INFO(module, format, ...) \ macro
118 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest TestInitializationOptionsSetRowStrideNormal success."); in TestInitializationOptionsSetRowStrideNormal()
124 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest Test OH_Pixelmap_CreatePixelMapWithStride will call."); in TestCreatePixelMapWithStrideAbnormal()
133 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest Test OH_Pixelmap_CreatePixelMapWithStride, res: %{public}zu.", res); in TestCreatePixelMapWithStrideAbnormal()
137 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest TestCreatePixelMapWithStrideAbnormal success."); in TestCreatePixelMapWithStrideAbnormal()
152 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest TestNativeScaleWithAntiAliasingNormal success."); in TestNativeScaleWithAntiAliasingAbnormal()
194 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest TestNativeGetNativeBufferAbnormal success."); in TestNativeGetNativeBufferAbnormal()
207 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest TestNativeSetMetaDataNull success."); in TestNativeSetMetaDataNull()
220 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest TestNativeGetMetaDataNull success."); in TestNativeGetMetaDataNull()
234 OH_LOG_INFO(LOG_AP in TestNativeSetMemoryName()
[all...]
/test/xts/acts/arkui/ace_ets_web_scheme_handler_four_napis/entry/src/main/cpp/
H A Dhello.cpp73 OH_LOG_INFO(LOG_APP, "OH_ArkWebHttpBodyStream_Read"); in ReadCallback()
75 OH_LOG_INFO(LOG_APP, "OH_ArkWeb_ReleaseByteArray"); in ReadCallback()
85 OH_LOG_INFO(LOG_APP, "ReadHTTP302PageOnWorkerThread"); in ReadHTTP302PageOnWorkerThread()
148 OH_LOG_INFO(LOG_APP, "OH_ArkWebResourceRequest_GetRequestHeaders after %{public}p", headerList); in StartRead()
189 OH_LOG_INFO(LOG_APP, "register custom schemes"); in RegisterCustomSchemes()
223 OH_LOG_INFO(LOG_APP, "OH_ArkWebResourceRequest_DestroyHttpBodyStream"); in OnURLRequestStop()
230 OH_LOG_INFO(LOG_APP, "set scheme handler"); in SetSchemeHandler()
240 OH_LOG_INFO(LOG_APP, "testWebSchemeHandler_SetOnRequestStart %{public}d", testWebSchemeHandler_SetOnRequestStart); in SetSchemeHandler()
241 OH_LOG_INFO(LOG_APP, "testWebSchemeHandler_SetOnRequestStop %{public}d", testWebSchemeHandler_SetOnRequestStop); in SetSchemeHandler()
242 OH_LOG_INFO(LOG_AP in SetSchemeHandler()
[all...]
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis_enhance_two/entry/src/main/cpp/
H A Dhello.cpp43 OH_LOG_INFO(LOG_APP, "register custom schemes"); in RegisterCustomSchemes()
67 OH_LOG_INFO(LOG_APP, "OH_ArkWebResourceRequest_GetFrameUrl %{public}s.", frameUrl1.c_str()); in OnURLRequestStart()
70 OH_LOG_INFO(LOG_APP, "resourceType == MAIN_FRAME && frameUrl1 is blank"); in OnURLRequestStart()
75 OH_LOG_INFO(LOG_APP, "resourceType == SERVICE_WORKER || frameUrl1.find is blank"); in OnURLRequestStart()
80 OH_LOG_INFO(LOG_APP, "schemeHandler_loader isLoadFrameUrl"); in OnURLRequestStart()
85 OH_LOG_INFO(LOG_APP, "sdkSchemeHandler isLoadFrameUrl"); in OnURLRequestStart()
94 OH_LOG_INFO(LOG_APP, "on request stop request is nullptr."); in OnURLRequestStop()
103 OH_LOG_INFO(LOG_APP, "set scheme handler"); in SetSchemeHandler()
138 OH_LOG_INFO(LOG_APP, "ResourceType: %{public}d, %{public}s.", rType, TypeMap[rType].c_str()); in checkResourceType()
/test/xts/acts/multimedia/avsession/avsession_ndk_standard/avsession_ndk_stage/entry/src/main/cpp/
H A DAvsessionTest.cpp800 OH_LOG_INFO(LOG_APP, "OH_AVSession_Activate"); in AVSessionActivate()
804 OH_LOG_INFO(LOG_APP, "OH_AVSession_Create failed"); in AVSessionActivate()
817 OH_LOG_INFO(LOG_APP, "OH_AVSession_Deactivate"); in AVSessionDeActivate()
821 OH_LOG_INFO(LOG_APP, "OH_AVSession_Create failed"); in AVSessionDeActivate()
834 OH_LOG_INFO(LOG_APP, "OH_AVSession_GetSessionId"); in AVSessionGetSessionId()
838 OH_LOG_INFO(LOG_APP, "OH_AVSession_Create failed"); in AVSessionGetSessionId()
852 OH_LOG_INFO(LOG_APP, "OH_AVSession_GetSessionType"); in AVSessionGetSessionType()
856 OH_LOG_INFO(LOG_APP, "OH_AVSession_Create failed"); in AVSessionGetSessionType()
/test/xts/acts/multimedia/image/image_ets_standard/imageNdk/entry/src/main/cpp/
H A DImageNdk.cpp84 #define OH_LOG_INFO(module, format, ...) \ macro
209 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest TestInitializationOptions success."); in TestInitializationOptions()
412 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest TestSavePixelmap success, name: %{public}s.", name); in TestSavePixelmap()
440 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest TestCreatePixelmap success."); in TestCreatePixelmap()
473 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest TestCreatePixelmapWithData success."); in TestCreatePixelmapWithData()
497 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest TestReadPixels success."); in TestReadPixels()
521 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest TestWritePixels success."); in TestWritePixels()
623 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest TestGetImageInfo success."); in TestGetImageInfo()
645 OH_LOG_INFO(LOG_APP, "ImagePixelmapNativeCTest TestOpacity success."); in TestOpacity()
668 OH_LOG_INFO(LOG_AP in TestScale()
[all...]
/test/xts/acts/hiviewdfx/hilogndktest/entry/src/main/cpp/
H A Dnapi_init.cpp46 OH_LOG_INFO(LOG_APP, "123456"); in Add()
66 OH_LOG_INFO(LOG_APP, "666666"); in Add()
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/
H A DnativeAVScreenCapturendk.cpp259 OH_LOG_INFO(LOG_APP, "==DEMO== ScreenCapture Started OH_VideoEncoder_GetSurface ret=%{public}d", result3); in NormalAVScreenCaptureSurfaceTest()
327 OH_LOG_INFO(LOG_APP, "audio buffer is nullptr"); in OnAudioBufferAvailable()
347 OH_LOG_INFO(LOG_APP, "AcquireAudioBuffer failed"); in OnAudioBufferAvailable()
370 OH_LOG_INFO(LOG_APP, "AcquireVideoBuffer failed"); in OnVideoBufferAvailable()
487 OH_LOG_INFO(LOG_APP, "init/start/stop failed, init: %d, start: %d", result1, result2); in OriginAVScreenCaptureTest()
/test/xts/acts/communication/wifi_capi/entry/src/main/cpp/
H A Dnapi_init.cpp29 OH_LOG_INFO(LOG_APP, "testTag ret success: %{public}d, wifi state: %{public}d", in GetWifiSwitchState()
/test/xts/acts/communication/bluetooth_capi/entry/src/main/cpp/
H A Dnapi_init.cpp29 OH_LOG_INFO(LOG_APP, "testTag ret: %{public}d, state: %{public}d", in GetBluetoothSwitchState()
/test/xts/acts/multimedia/avcodec/avcodecNdk/entry/src/main/cpp/
H A Dcapi_drm_log.h41 #define CAPI_DRM_LOGI(fmt, ...) CAPI_DRM_LOG(OH_LOG_INFO, fmt, ##__VA_ARGS__)
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
H A Dcapi_drm_log.h41 #define CAPI_DRM_LOGI(fmt, ...) CAPI_DRM_LOG(OH_LOG_INFO, fmt, ##__VA_ARGS__)
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstatndk.cpp301 OH_LOG_INFO(LOG_APP, "MUSL mkfifoat ret %{public}d errno : %{public}d", ret, errno); in MkFifoAt()
332 OH_LOG_INFO(LOG_APP, "MUSL mknodat ret %{public}d errno : %{public}d", ret, errno); in MkNodAt()
342 OH_LOG_INFO(LOG_APP, "MUSL stat ret %{public}d errno : %{public}d", ret, errno); in MkNodAt()
/test/xts/acts/multimodalinput/multimodalinput_ndk_hvigor/InputNdkNormal/entry/src/main/cpp/
H A Dinputndk.cpp954 OH_LOG_INFO(LOG_APP, "SUB_MMI_Api_Input_GetKeyboardType_0600 KeyboardType:%{public}d", KeyboardType); in GetKeyboardType4()
1025 OH_LOG_INFO(LOG_APP, "outSize:%{public}d", outSize); in GetDeviceName()
1091 OH_LOG_INFO(LOG_APP, "outSize:%{public}d", outSize); in GetDeviceAddress()
1876 OH_LOG_INFO(LOG_APP, "SUB_MMI_Api_Input_AddHotkeyMonitor_2100 result1:%{public}d", result1); in AddHotkeyMonitor21()
1877 OH_LOG_INFO(LOG_APP, "SUB_MMI_Api_Input_AddHotkeyMonitor_2100 result2:%{public}d", result2); in AddHotkeyMonitor21()
1878 OH_LOG_INFO(LOG_APP, "SUB_MMI_Api_Input_AddHotkeyMonitor_2100 result3:%{public}d", result3); in AddHotkeyMonitor21()
1879 OH_LOG_INFO(LOG_APP, "SUB_MMI_Api_Input_AddHotkeyMonitor_2100 result4:%{public}d", result4); in AddHotkeyMonitor21()
1880 OH_LOG_INFO(LOG_APP, "SUB_MMI_Api_Input_AddHotkeyMonitor_2100 press:%{public}d", press); in AddHotkeyMonitor21()
1881 OH_LOG_INFO(LOG_APP, "SUB_MMI_Api_Input_AddHotkeyMonitor_2100 press1:%{public}d", press1); in AddHotkeyMonitor21()
1882 OH_LOG_INFO(LOG_AP in AddHotkeyMonitor21()
[all...]

Completed in 20 milliseconds

12