Home
last modified time | relevance | path

Searched refs:LABEL (Results 1 - 24 of 24) sorted by relevance

/test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/
H A Dimage_packer_test.cpp35 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD002B05, "ImagePackerTest"};
119 HiviewDFX::HiLog::Error(LABEL, "failed to format"); in setImageFormat()
136 HiviewDFX::HiLog::Info(LABEL, "get format data success %{public}s", format.data); in setImageFormat()
137 HiviewDFX::HiLog::Info(LABEL, "get format size success %{public}zu", format.size); in setImageFormat()
146 HiviewDFX::HiLog::Error(LABEL, "failed to get loop"); in setLoop()
150 HiviewDFX::HiLog::Info(LABEL, "get loop success %{public}d", loop); in setLoop()
158 HiviewDFX::HiLog::Error(LABEL, "failed to napi_get_named_property"); in setDelayTimes()
164 HiviewDFX::HiLog::Error(LABEL, "JsPackToFileMultiFrames failed to napi_is_array"); in setDelayTimes()
168 HiviewDFX::HiLog::Error(LABEL, "is not DelayTimesArray"); in setDelayTimes()
172 HiviewDFX::HiLog::Error(LABEL, "Pars in setDelayTimes()
[all...]
H A Dimage_packer_module_test.cpp24 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD002B05, "ImagePackerModuleTest"}; variable
28 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
H A Dimage_packing_test.cpp39 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_ID, "ImagePackingNDKTest"}; member
42 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
/test/testfwk/arkxtest/testserver/src/client/
H A Dtest_server_client.cpp28 static constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD003110, "TestServerClient"}; member
33 HiLog::Info(LABEL, "%{public}s called. ", __func__); in GetInstance()
55 HiLog::Error(LABEL, "%{public}s. Locator SystemAbility [%{public}d] time out.", in WaitLoadStateChange()
70 HiLog::Info(LABEL, "%{public}s. Load SystemAbility success, systemAbilityId = [%{public}d]",
82 HiLog::Info(LABEL, "%{public}s. Load SystemAbility failed, systemAbilityId = [%{public}d]",
99 HiLog::Info(LABEL, "%{public}s called. SystemAbility [%{public}d] loading", __func__, systemAbilityId); in LoadTestServer()
102 HiLog::Error(LABEL, "%{public}s. Get SystemAbility Manager failed!", __func__); in LoadTestServer()
107 HiLog::Info(LABEL, "%{public}s. CheckSystemAbility [%{public}d] SUCCESS", __func__, systemAbilityId); in LoadTestServer()
114 HiLog::Error(LABEL, "%{public}s. LoadSystemAbility [%{public}d] FAILED, ret %{public}d", in LoadTestServer()
119 HiLog::Info(LABEL, " in LoadTestServer()
[all...]
/test/xts/acts/communication/netstack_websocket/entry/src/main/cpp/
H A DwebsocketNdkTest.cpp27 static constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, WEBSOCKET_LOG_DOMAIN, WEBSOCKET_LOG_TAG}; variable
31 OHOS::HiviewDFX::HiLog::Debug(LABEL, "OnOpen"); in OnOpen()
36 OHOS::HiviewDFX::HiLog::Debug(LABEL, "OnMessage ,data=:%{public}s", data); in OnMessage()
41 OHOS::HiviewDFX::HiLog::Debug(LABEL, "OnError"); in OnError()
46 OHOS::HiviewDFX::HiLog::Debug(LABEL, "OnClose"); in OnClose()
51 OHOS::HiviewDFX::HiLog::Debug(LABEL, "OHWebsocketClientConstruct start"); in OHWebsocketClientConstruct()
64 OHOS::HiviewDFX::HiLog::Debug(LABEL, "OHWebSocketClientAddHeader start"); in OHWebSocketClientAddHeader()
66 OHOS::HiviewDFX::HiLog::Debug(LABEL, "test case begin:TestConnet"); in OHWebSocketClientAddHeader()
80 OHOS::HiviewDFX::HiLog::Debug(LABEL, "OHWebSocketClientConnect start"); in OHWebSocketClientConnect()
92 OHOS::HiviewDFX::HiLog::Debug(LABEL, "OHWebSocketClientSen in OHWebSocketClientSend()
[all...]
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/
H A Dpixel_map_native_test.cpp28 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD002B05, "ImagePixelMapNativeTest"};
87 HiviewDFX::HiLog::Error(LABEL, "getNativeImageSource failed"); in JsNativeToNapi()
99 HiviewDFX::HiLog::Error(LABEL, "GetPixelmap failed"); in JsNativeToNapi()
105 HiviewDFX::HiLog::Error(LABEL, "OH_PixelmapNative_ConvertPixelmapToNapi failed"); in JsNativeToNapi()
120 HiviewDFX::HiLog::Error(LABEL, "getNativeImageSource failed"); in JsNapiToNative_ReturnProperty()
127 HiviewDFX::HiLog::Error(LABEL, "ConvertPixelmapFromNapi failed"); in JsNapiToNative_ReturnProperty()
136 HiviewDFX::HiLog::Error(LABEL, "GetPixelmapPixelWidth failed"); in JsNapiToNative_ReturnProperty()
144 HiviewDFX::HiLog::Error(LABEL, "GetPixelmapPixelHeight failed"); in JsNapiToNative_ReturnProperty()
152 HiviewDFX::HiLog::Error(LABEL, "GetPixelmapPixelFormat failed"); in JsNapiToNative_ReturnProperty()
H A Dpixel_map_module_test.cpp29 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD002B05, "ImagePixelMapNative"}; variable
33 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_agent.cpp74 HiLog::Info(DistributedAgent::LABEL, "begin create agent server.\n"); in InitAgentServer()
103 HiLog::Error(DistributedAgent::LABEL, "agent bind error.\n"); in InitAgentServer()
110 HiLog::Error(DistributedAgent::LABEL, "agent listen error.\n"); in InitAgentServer()
138 HiLog::Info(DistributedAgent::LABEL, "wait client .......\n"); in DoCmdServer()
146 HiLog::Error(DistributedAgent::LABEL, "test case runner can not work because I can not accept it."); in DoCmdServer()
151 HiLog::Info(DistributedAgent::LABEL, "accept testcase runner IP:%s port:%d \n", in DoCmdServer()
163 HiLog::Info(DistributedAgent::LABEL, "agent connect socket closed, IP:%s .\n", in DoCmdServer()
172 HiLog::Info(DistributedAgent::LABEL, "test agent get message type:%d .\n", pcline->cmdTestType); in DoCmdServer()
175 HiLog::Info(DistributedAgent::LABEL, "agent get message cmd=%s .\n", pcline->alignmentCmd); in DoCmdServer()
213 HiLog::Info(DistributedAgent::LABEL, "agen in DoCmdServer()
[all...]
H A Ddistributed_cfg.cpp102 HiLog::Error(DistributedCfg::LABEL, in GetDeviceIp()
109 HiLog::Error(DistributedCfg::LABEL, in GetDeviceIp()
116 HiLog::Error(DistributedCfg::LABEL, in GetDeviceIp()
121 HiLog::Info(DistributedCfg::LABEL, "get %zu device's ip : %s", devNo + 1, ip.c_str()); in GetDeviceIp()
128 HiLog::Error(DistributedCfg::LABEL, in GetDeviceUuid()
135 HiLog::Error(DistributedCfg::LABEL, in GetDeviceUuid()
143 HiLog::Error(DistributedCfg::LABEL, in GetDeviceUuid()
148 HiLog::Info(DistributedCfg::LABEL, "get %zu device's uuid : %s", devNo, uuid.c_str()); in GetDeviceUuid()
H A Ddistributed_major.cpp84 HiLog::Info(DistributeTestEnvironment::LABEL, "get device port : %d", serverPort_); in Init()
137 HiLog::Error(DistributeTestEnvironment::LABEL, "connect to agent %s fail.", serverIp.c_str()); in ConnectAgent()
142 HiLog::Info(DistributeTestEnvironment::LABEL, "connect to agent %s success.", serverIp.c_str()); in ConnectAgent()
173 HiLog::Info(DistributeTestEnvironment::LABEL, "can not find no %zu device.", devNo); in SendToAgent()
177 HiLog::Info(DistributeTestEnvironment::LABEL, "connect is failure %zu device.", devNo); in SendToAgent()
191 HiLog::Error(DistributeTestEnvironment::LABEL, "agent socket is closed."); in SendToAgent()
210 HiLog::Info(DistributeTestEnvironment::LABEL, "recv agent data : No.%d command type :%d length :%d", in SendToAgent()
221 HiLog::Error(DistributeTestEnvironment::LABEL, "get error message. type is :%d", in SendToAgent()
227 HiLog::Error(DistributeTestEnvironment::LABEL, "device socket close."); in SendToAgent()
286 HiLog::Error(DistributeTestEnvironment::LABEL, "comman in RunTestCmd()
[all...]
H A Ddistributed_agent.h45 static constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD001690, "DistributedAgent"}; member in OHOS::DistributeSystemTest::DistributedAgent
H A Ddistributed_cfg.h52 static constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD001690, "DistributedCfg"}; member in OHOS::DistributeSystemTest::DistributedCfg
H A Ddistributed_major.h58 static constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD001690, "DistributeTestEnvironment"}; member in OHOS::DistributeSystemTest::DistributeTestEnvironment
/test/xts/acts/hiviewdfx_lite/hilog_posix/src/
H A DHilogTest.cpp27 static constexpr HiLogLabel LABEL = {LOG_CORE, 0xD002D00, "Test_TAG"}; variable
98 ret = HiLog::Debug(LABEL, "Debug log of HiLog API test"); in HWTEST_F()
110 ret = HiLog::Error(LABEL, "Error log of HiLog API test"); in HWTEST_F()
122 ret = HiLog::Fatal(LABEL, "Fatal log of HiLog API test"); in HWTEST_F()
134 ret = HiLog::Info(LABEL, "Info log of HiLog API test"); in HWTEST_F()
146 ret = HiLog::Warn(LABEL, "Warn log of HiLog API test"); in HWTEST_F()
/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
H A Dimage_source_native_test.cpp30 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD002B05, "ImageSourceTest"};
79 HiviewDFX::HiLog::Error(LABEL, "JsGetImageProperty failed to parse params"); in JsGetImageProperty()
91 HiviewDFX::HiLog::Error(LABEL, "JsGetImageProperty failed"); in JsGetImageProperty()
94 HiviewDFX::HiLog::Error(LABEL, "value = %{public}s", value.c_str()); in JsGetImageProperty()
108 HiviewDFX::HiLog::Error(LABEL, "JsModifyImageProperty failed to parse params"); in JsModifyImageProperty()
122 HiviewDFX::HiLog::Error(LABEL, "JsModifyImageProperty failed"); in JsModifyImageProperty()
125 HiviewDFX::HiLog::Error(LABEL, "value = %{public}s", value.c_str()); in JsModifyImageProperty()
H A Dimage_source_module_test.cpp31 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD002B05, "ImageSourceModuleTest"}; variable
35 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
H A Dimage_source_test.cpp42 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_ID, "ImageSourceNDKTest"}; member
45 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/
H A Ddistribute_demo_agent.cpp30 constexpr HiLogLabel LABEL = {LOG_CORE, 0, "DistributedDemoAgent"}; member
93 HiLog::Info(LABEL, "I am testcase2"); in OnProcessMsg()
118 HiLog::Error(LABEL, "Init environment failed."); in main()
124 HiLog::Error(LABEL, "Clear environment failed."); in main()
H A Ddistribute_demo.cpp30 constexpr HiLogLabel LABEL = {LOG_CORE, 0, "DistributeDemo"}; member
80 HiLog::Info(LABEL, "SendMessageTest002 = %s", szbuf.c_str()); in HWTEST_F()
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H A Dimage_receiver_test.cpp30 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD002B05, "ImageReceiverTest"};
165 HiviewDFX::HiLog::Error(LABEL, "context is empty"); in Callback()
184 HiviewDFX::HiLog::Error(LABEL, "napi_get_reference_value callback is empty"); in Callback()
188 HiviewDFX::HiLog::Error(LABEL, "env or callbackRef is empty"); in Callback()
203 HiviewDFX::HiLog::Error(LABEL, "napi_get_uv_event_loop failed"); in JSImageBufferAvaliableHandler()
214 HiviewDFX::HiLog::Error(LABEL, "DoCallBack: No memory"); in OnBufferAvaliable()
226 HiviewDFX::HiLog::Error(LABEL, "Failed to execute DoCallBack work queue"); in OnBufferAvaliable()
290 HiviewDFX::HiLog::Error(LABEL, "JsCreateImageReceiverOptions failed to create options"); in JsCreateImageReceiverOptions()
300 HiviewDFX::HiLog::Error(LABEL, "JsCreateImageReceiverOptions failed to parse params"); in JsCreateImageReceiverOptions()
307 HiviewDFX::HiLog::Error(LABEL, "JsCreateImageReceiverOption in JsCreateImageReceiverOptions()
[all...]
H A Dimage_receiver_mdk_test.cpp22 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD002B05, "ImageReceiverNDKTest"}; member
124 HiviewDFX::HiLog::Debug(LABEL, "JsGetReceivingSurfaceId IN [%{public}x]", buf[0]); in JsGetReceivingSurfaceId()
125 HiviewDFX::HiLog::Debug(LABEL, "JsGetReceivingSurfaceId IN [%{public}c]", *buf); in JsGetReceivingSurfaceId()
126 HiviewDFX::HiLog::Debug(LABEL, "JsGetReceivingSurfaceId IN [%{public}s]", buf); in JsGetReceivingSurfaceId()
168 HiviewDFX::HiLog::Debug(LABEL, "ImageReceiverNDKTest::OnEvent IN [%{public}p]", &sOnEvnentCount); in OnEvent()
401 HiviewDFX::HiLog::Debug(LABEL, "ImageReceiverNDKTest::JsImageGetComponent IN [%{public}p]", component.byteBuffer); in JsImageGetComponent()
H A Dimage_receiver_module_test.cpp24 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD002B05, "ImageReceiverModuleTest"}; variable
28 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
/test/xts/acts/multimedia/photoAccess/photoAccess/entry/src/main/cpp/napi/
H A DphotoAccessHelper.h34 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_ID, "MediaLibraryNDKTest"}; variable
38 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
H A DmediaAssetManager.cpp31 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_ID, "MediaAssetManagerNDKTest"}; variable
35 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \

Completed in 13 milliseconds