| /test/testfwk/arkxtest/testserver/src/client/ |
| D | test_server_client.cpp | 28 static constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD003110, "TestServerClient"}; variable 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]", in OnLoadSystemAbilitySuccess() 82 … HiLog::Info(LABEL, "%{public}s. Load SystemAbility failed, systemAbilityId = [%{public}d]", in OnLoadSystemAbilityFail() 99 …HiLog::Info(LABEL, "%{public}s called. SystemAbility [%{public}d] loading", __func__, systemAbilit… 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__, systemAbilityI… in LoadTestServer() 114 … HiLog::Error(LABEL, "%{public}s. LoadSystemAbility [%{public}d] FAILED, ret %{public}d", in LoadTestServer() 119 …HiLog::Info(LABEL, "%{public}s. LoadSystemAbility [%{public}d] SUCCESS", __func__, systemAbilityId… in LoadTestServer() [all …]
|
| /test/xts/acts/communication/netstack_websocket/entry/src/main/cpp/ |
| D | websocketNdkTest.cpp | 27 static constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, WEBSOCKET_LOG_DOMAIN, WEBSOCKET_LOG… 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, "OHWebSocketClientSend start"); in OHWebSocketClientSend() [all …]
|
| /test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/ |
| D | pixel_map_native_test.cpp | 28 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD002B05, "ImagePixelMapNativeTest"}; variable 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()
|
| D | pixel_map_module_test.cpp | 29 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD002B05, "ImagePixelMapNative"}; variable 33 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
|
| /test/xts/acts/hiviewdfx_lite/hilog_posix/src/ |
| D | HilogTest.cpp | 27 static constexpr HiLogLabel LABEL = {LOG_CORE, 0xD002D00, "Test_TAG"}; variable 98 ret = HiLog::Debug(LABEL, "Debug log of HiLog API test"); 110 ret = HiLog::Error(LABEL, "Error log of HiLog API test"); 122 ret = HiLog::Fatal(LABEL, "Fatal log of HiLog API test"); 134 ret = HiLog::Info(LABEL, "Info log of HiLog API test"); 146 ret = HiLog::Warn(LABEL, "Warn log of HiLog API test");
|
| /test/testfwk/developer_test/aw/cxx/distributed/ |
| D | distributed_agent.cpp | 74 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, "agent get message :%s .\n", in DoCmdServer() [all …]
|
| D | distributed_cfg.cpp | 102 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()
|
| D | distributed_major.cpp | 84 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, "command data is too long \n"); in RunTestCmd() [all …]
|
| D | distributed_cfg.h | 52 static constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD001690, "DistributedCfg"}; variable
|
| D | distributed_agent.h | 45 static constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD001690, "DistributedAgent"}; variable
|
| D | distributed_major.h | 58 … static constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD001690, "DistributeTestEnvironment"}; variable
|
| /test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/ |
| D | image_source_native_test.cpp | 30 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD002B05, "ImageSourceTest"}; variable 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()
|
| D | image_source_module_test.cpp | 31 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD002B05, "ImageSourceModuleTest"}; variable 35 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
|
| D | image_source_test.cpp | 42 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_ID, "ImageSourceNDKTest"}; variable 45 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
|
| /test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/ |
| D | distribute_demo_agent.cpp | 30 constexpr HiLogLabel LABEL = {LOG_CORE, 0, "DistributedDemoAgent"}; variable 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()
|
| D | distribute_demo.cpp | 30 constexpr HiLogLabel LABEL = {LOG_CORE, 0, "DistributeDemo"}; variable 80 HiLog::Info(LABEL, "SendMessageTest002 = %s", szbuf.c_str()); in __anond0fc60d30202()
|
| /test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/ |
| D | image_receiver_test.cpp | 30 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD002B05, "ImageReceiverTest"}; variable 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, "JsCreateImageReceiverOptions check params failed"); in JsCreateImageReceiverOptions() [all …]
|
| D | image_receiver_mdk_test.cpp | 22 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD002B05, "ImageReceiverNDKTest"}; variable 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]", compon… in JsImageGetComponent()
|
| D | image_receiver_module_test.cpp | 24 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD002B05, "ImageReceiverModuleTest"}; variable 28 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
|
| /test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbmshapmoduletest/src/main/js/test/ |
| D | ActsBmsHapModuleTest.test.js | 28 const LABEL = '$string:app_name'; constant 58 expect(hapModuleInfo.label).assertEqual(LABEL); 150 expect(hapModuleInfo.label).assertEqual(LABEL); 183 expect(hapModuleInfo.label).assertEqual(LABEL); 204 expect(info.label).assertEqual(LABEL);
|
| /test/xts/acts/multimedia/photoAccess/photoAccess/entry/src/main/cpp/napi/ |
| D | photoAccessHelper.h | 34 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_ID, "MediaLibraryNDKTest"}; variable 38 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
|
| D | mediaAssetManager.cpp | 31 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_ID, "MediaAssetManagerNDKTest"}; variable 35 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
|
| /test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/ |
| D | image_packing_test.cpp | 39 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_ID, "ImagePackingNDKTest"}; variable 42 op(LABEL, "{%{public}s:%{public}d} " fmt, __FUNCTION__, __LINE__, ##args); \
|