Home
last modified time | relevance | path

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

12345678910>>...32

/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_client.cpp32 ZLOGE(LABEL, "get registry fail"); in ConnectService()
39 ZLOGD(LABEL, "Got test Service object"); in ConnectService()
46 ZLOGE(LABEL, "Could not find Test Service!"); in ConnectService()
55 ZLOGD(LABEL, "StartSyncTransaction"); in StartSyncTransaction()
64 ZLOGD(LABEL, "StartSyncDelayReply"); in StartSyncDelayReply()
73 ZLOGD(LABEL, "StartAsyncTransaction"); in StartAsyncTransaction()
82 ZLOGD(LABEL, "StartPingService"); in StartPingService()
91 ZLOGD(LABEL, "StartGetFooService"); in StartGetFooService()
94 ZLOGD(LABEL, "Fail to get foo service"); in StartGetFooService()
102 ZLOGD(LABEL, "StartDumpServic in StartDumpService()
[all...]
H A Dtest_capi_skeleton.cpp56 ZLOGE(NativeRemoteProxyTest::LABEL, "memset_s failed!"); in LocalMemAllocator()
72 ZLOGE(LABEL, "test service is nullptr"); in NativeRemoteProxyTest()
79 ZLOGE(LABEL, "CreateNativeRemoteProxy failed!"); in NativeRemoteProxyTest()
113 ZLOGE(LABEL, "OH_IPCParcel_WriteInterfaceToken failed! ret:%{public}d", ret); in SyncAdd()
124 ZLOGE(LABEL, "OH_IPCRemoteProxy_SendRequest failed! ret:%{public}d", ret); in SyncAdd()
134 ZLOGD(LABEL, "SyncAdd success! %{public}d + %{public}d = %{public}d", a, b, result); in SyncAdd()
137 ZLOGE(LABEL, "SyncAdd failed! %{public}d + %{public}d = %{public}d", a, b, result); in SyncAdd()
154 ZLOGE(LABEL, "OH_IPCParcel_WriteInterfaceToken failed!"); in ASyncAdd()
165 ZLOGE(LABEL, "ipc sendRequest return=%{public}d ", ret); in ASyncAdd()
171 ZLOGD(LABEL, "ASyncAd in ASyncAdd()
[all...]
H A Dtest_service_skeleton.cpp91 ZLOGD(LABEL, "send to server data = %{public}s", value.c_str()); in TestEnableSerialInvokeFlag()
95 ZLOGD(LABEL, "get result from server data = %{public}s", reply.c_str()); in TestEnableSerialInvokeFlag()
104 ZLOGD(LABEL, "send to server data = %{public}d", data); in TestSyncTransaction()
111 ZLOGD(LABEL, "get result from server data = %{public}d", reply); in TestSyncTransaction()
123 ZLOGD(LABEL, "send to server data = %{public}d", data); in TestSendTooManyRequest()
132 ZLOGD(LABEL, "get result from server data = %{public}d", reply); in TestSendTooManyRequest()
153 ZLOGD(LABEL, "SendRequest is failed: %{public}d", error); in TestMultiThreadSendRequest()
169 ZLOGD(LABEL, "%{public}s:in, data = %{public}d", __func__, data); in TestAsyncTransaction()
181 ZLOGD(LABEL, "%{public}s:in, data = %{public}d", __func__, data); in TestAsyncCallbackTrans()
217 ZLOGD(LABEL, "PingServic in TestPingService()
[all...]
H A Dmain_client.cpp36 static constexpr HiLogLabel LABEL = { LOG_CORE, LOG_ID_TEST, "IPCTestClient" }; variable
80 ZLOGE(LABEL, "unknown command"); in main()
89 ZLOGE(LABEL, "commandId= : %{public}d", commandId); in main()
107 ZLOGE(LABEL, "sub cmd is needed!"); in main()
117 ZLOGE(LABEL, "Failed to caught signal"); in main()
133 ZLOGD(LABEL, "main arg error"); in main()
138 ZLOGI(LABEL, "get from service: %{public}d, sid: %{public}s", result, selfSid.c_str()); in main()
145 ZLOGD(LABEL, "caught signal %{public}d", signum); in SignalHandler()
147 ZLOGE(LABEL, "UnRegister RemoteStub before application exit"); in SignalHandler()
152 ZLOGD(LABEL, "SIGIN in SignalHandler()
[all...]
H A Dipc_test_helper.cpp115 ZLOGE(LABEL, "format file failed"); in GetPidByName()
131 ZLOGE(LABEL, "could not find current task"); in GetPidByName()
136 ZLOGE(LABEL, "could not find target task"); in GetPidByName()
151 ZLOGD(LABEL, "current pid %d\n", current); in GetChildPids()
178 ZLOGD(LABEL, "child pid %d", child); in GetChildPids()
198 ZLOGD(LABEL, "%s, res = %d\n", cmd1.c_str(), res); in StartExecutable()
211 ZLOGD(LABEL, "%s res = %d\n", cmd2.c_str(), res); in StartExecutable()
222 ZLOGD(LABEL, "start %s done, pid:%d\n", name.c_str(), execPid); in StartExecutable()
229 ZLOGD(LABEL, "kill pid = %d\n", pid); in StopExecutable()
240 ZLOGD(LABEL, " in StopExecutable()
[all...]
H A Dohos_rpc_test_testhelper.cpp25 static constexpr HiLogLabel LABEL = { LOG_CORE, LOG_ID_TEST, "IPCTestHelperJNI" }; variable
145 ZLOGD(LABEL, "nativeGetTestAppPid:%d", pid); in Java_ohos_rpc_test_TestHelper_nativeGetTestAppPid()
157 ZLOGE(LABEL, "Java_ohos_rpc_test_TestHelper_nativeGetUid"); in Java_ohos_rpc_test_TestHelper_nativeGetUid()
204 ZLOGD(LABEL, "StartExecutable:%s", exectubeFile.c_str()); in Java_ohos_rpc_test_TestHelper_nativeStartExecutable()
228 ZLOGD(LABEL, "StopExecutable:%s", exectubeFile.c_str()); in Java_ohos_rpc_test_TestHelper_nativeStopExecutable()
249 ZLOGD(LABEL, "StartExecutable:%s", shellCommand.c_str()); in Java_ohos_rpc_test_TestHelper_nativeRunCommand()
263 ZLOGD(LABEL, "Could not find class:TestHelper"); in JTestHelpertRegisterNativeMethods()
271 ZLOGE(LABEL, "TestHelper get field mNativeInstance failed"); in JTestHelpertRegisterNativeMethods()
275 ZLOGD(LABEL, "TestHelper Register Native Methods success\n"); in JTestHelpertRegisterNativeMethods()
298 ZLOGD(LABEL, "JNI_OnLoa in JNI_OnLoad()
[all...]
/foundation/multimodalinput/input/test/unittest/standalone/include/
H A Dmmi_log.h52 #define MMI_HILOGD(fmt, ...) PrintLog(LABEL, "D", fmt, ##__VA_ARGS__)
53 #define MMI_HILOGI(fmt, ...) PrintLog(LABEL, "I", fmt, ##__VA_ARGS__)
54 #define MMI_HILOGW(fmt, ...) PrintLog(LABEL, "W", fmt, ##__VA_ARGS__)
55 #define MMI_HILOGE(fmt, ...) PrintLog(LABEL, "E", fmt, ##__VA_ARGS__)
56 #define MMI_HILOGF(fmt, ...) PrintLog(LABEL, "F", fmt, ##__VA_ARGS__)
57 #define MMI_HILOGDK(fmt, ...) PrintLog(LABEL, "D", fmt, ##__VA_ARGS__)
58 #define MMI_HILOGIK(fmt, ...) PrintLog(LABEL, "I", fmt, ##__VA_ARGS__)
59 #define MMI_HILOGWK(fmt, ...) PrintLog(LABEL, "W", fmt, ##__VA_ARGS__)
60 #define MMI_HILOGEK(fmt, ...) PrintLog(LABEL, "E", fmt, ##__VA_ARGS__)
61 #define MMI_HILOGFK(fmt, ...) PrintLog(LABEL, "
[all...]
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/listen_ability/src/
H A Dlisten_ability.cpp28 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD001800, "ListenAbility"}; member
35 HiLog::Info(LABEL, "ListenAbility()"); in ListenAbility()
40 HiLog::Info(LABEL, "~ListenAbility()"); in ~ListenAbility()
45 HiLog::Info(LABEL, "AddVolume volume = %d.", volume); in AddVolume()
60 HiLog::Info(LABEL, "TestSa1493Proxy_ is nullptr"); in TestSaCallSa()
65 HiLog::Info(LABEL, "ret :%{public}d Listen Testsacall input:%{public}d, output:%{public}lf", ret, input, output); in TestSaCallSa()
72 HiLog::Info(LABEL, "TestClearSa1493Proxy_ is nullptr"); in TestGetIpcSendRequestTimes()
87 HiLog::Info(LABEL, "OnStart()"); in OnStart()
90 HiLog::Error(LABEL, "publish failed!"); in OnStart()
93 HiLog::Info(LABEL, " in OnStart()
[all...]
/foundation/communication/ipc/ipc/native/src/jni/source/
H A Dohos_rpc_message_parcel.cpp40 static constexpr HiLogLabel LABEL = { LOG_CORE, LOG_ID_IPC_OTHER, "IPCJni" }; member
47 ZLOGE(LABEL, "ashmem is null"); in AshmemSmartPointWrapper()
67 ZLOGD(LABEL, "enter"); in JavaOhosRpcMessageParcelGetNative()
69 ZLOGE(LABEL, "env is null"); in JavaOhosRpcMessageParcelGetNative()
79 ZLOGE(LABEL, "env is null"); in Java_ohos_rpc_Ashmem_getSptrAshmem()
123 ZLOGD(LABEL, "enter"); in JavaOhosRpcMessageParcelRegisterNativeMethods()
125 ZLOGE(LABEL, "env is null"); in JavaOhosRpcMessageParcelRegisterNativeMethods()
130 ZLOGE(LABEL, "could not find class for MessageParcel"); in JavaOhosRpcMessageParcelRegisterNativeMethods()
136 ZLOGE(LABEL, "could not Get mNativeObject field for MessageParcel"); in JavaOhosRpcMessageParcelRegisterNativeMethods()
145 ZLOGE(LABEL, "coul in JavaOhosRpcMessageParcelRegisterNativeMethods()
[all...]
H A Dohos_rpc_remote_object.cpp36 static constexpr HiLogLabel LABEL = { LOG_CORE, LOG_ID_IPC_OTHER, "IPCJni" }; member
191 ZLOGE(LABEL, "DUMP_TRANSACTION data size:%{public}zu", data.GetReadableBytes()); in OnRemoteRequest()
200 ZLOGE(LABEL, "OnRemoteRequest found exception, res:%{public}d", res); in OnRemoteRequest()
206 ZLOGE(LABEL, "result:%{public}d", result); in OnRemoteRequest()
211 ZLOGE(LABEL, "res:%{public}d", res); in OnRemoteRequest()
232 ZLOGD(LABEL, "res:%{public}d", res); in OnRemoteDump()
283 ZLOGD(LABEL, "called"); in OnRemoteDied()
285 ZLOGE(LABEL, "Object has already removed"); in OnRemoteDied()
329 ZLOGD(LABEL, "enter"); in ~JDeathRecipient()
383 ZLOGD(LABEL, "ente in Java_ohos_rpc_getJavaRemoteObject()
[all...]
H A Dohos_rpc_message_option.cpp28 static constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_ID_IPC_OTHER, "IPCJni" }; member
34 ZLOGD(LABEL, "enter"); in JavaOhosRpcMessageOptionGetFlags()
46 ZLOGD(LABEL, "enter"); in JavaOhosRpcMessageOptionGetWaitTime()
58 ZLOGD(LABEL, "enter"); in JavaOhosRpcMessageOptionSetFlags()
69 ZLOGD(LABEL, "waitTime:%{public}s", waitTime); in JavaOhosRpcMessageOptionSetWaitTime()
80 ZLOGD(LABEL, "enter"); in JavaOhosRpcMessageOptionNewJavaObject()
93 ZLOGD(LABEL, "enter"); in JavaOhosRpcMessageOptionGetNative()
107 ZLOGD(LABEL, "enter"); in JavaOhosRpcMessageOptionRegisterNativeMethods()
113 ZLOGE(LABEL, "could not find class for MessageOption"); in JavaOhosRpcMessageOptionRegisterNativeMethods()
119 ZLOGE(LABEL, "coul in JavaOhosRpcMessageOptionRegisterNativeMethods()
[all...]
/foundation/arkui/napi/interfaces/inner_api/cjffi/native/
H A Dffi_remote_data.cpp27 constexpr HiLogLabel LABEL = { LOG_CORE, 0xD003901, "CJ-FFIBindNative" }; member
46 HiLog::Fatal(LABEL, "FFIData store invalid key"); in StoreFFIData()
49 HiLog::Info(LABEL, "FFIData store_ key put in: %{public}" PRId64, id); in StoreFFIData()
63 HiLog::Fatal(LABEL, "FFIData store_ over max capacity: %{public}" PRId64, maxCapacity); in NewFFIDataId()
75 HiLog::Fatal(LABEL, "FFIData id run out"); in NewFFIDataId()
79 HiLog::Info(LABEL, "FFIDataManager new ID : %{public}" PRId64 ", cache size: %{public}zu", curFFIDataId_, in NewFFIDataId()
88 HiLog::Warn(LABEL, "FFIData id: %{public}" PRId64 " over max %{public}" PRId64 ", reset to 0", curFFIDataId_, in FFIDataIdSafeIncrease()
98 HiLog::Debug(LABEL, "RemoteData constructed: %{public}" PRId64 ".", id_); in RemoteData()
103 HiLog::Debug(LABEL, "RemoteData destructed: %{public}" PRId64 ".", id_); in ~RemoteData()
106 HiLog::Error(LABEL, "Faile in ~RemoteData()
[all...]
H A Dcj_fn_invoker.cpp26 constexpr HiLogLabel LABEL = { LOG_CORE, 0xD003901, "CJ-FFIFuncs" }; member
41 HiLog::Fatal(LABEL, "CJ-FFI functions not registered yet!"); in GetCJFuncs()
50 HiLog::Fatal(LABEL, "CJ-FFI atCOHOSFFIExistFFIDataExist is unregistered!"); in FFIDataExist()
60 HiLog::Fatal(LABEL, "CJ-FFI atCOHOSFFIReleaseFFIData is unregistered!"); in ReleaseFFIData()
70 HiLog::Fatal(LABEL, "CJ-FFI atCOHOSFFIReleaseRemoteData is unregistered!"); in ReleaseRemoteData()
80 HiLog::Fatal(LABEL, "CJ-FFI atCOHOSFFICJThrow is unregistered!"); in ThrowCJError()
90 HiLog::Fatal(LABEL, "CJ-FFI callback invoker atCOHOSFFICallbackInvoker is unregistered!"); in InvokeLambda()
/foundation/ability/idl_tool/test/native/src/
H A Dtest_client.cpp29 ZLOGE(LABEL, "get registry fail"); in ConnectService()
35 ZLOGE(LABEL, "Got test Service object"); in ConnectService()
40 ZLOGE(LABEL, "Could not find Test Service!"); in ConnectService()
50 ZLOGE(LABEL, "StartIntTransaction"); in StartIntTransaction()
53 ZLOGE(LABEL, "Rec result from server %{public}d.", result); in StartIntTransaction()
60 ZLOGI(LABEL, "StartIntTransaction"); in StartStringTransaction()
H A Dtest_service.cpp31 ZLOGI(LABEL, "%{public}s call in", __func__); in Instantiate()
34 ZLOGE(LABEL, "%{public}s:fail to get Registry", __func__); in Instantiate()
40 ZLOGI(LABEL, "%{public}s: IPC_TEST_SERVICE result = %{public}d", __func__, result); in Instantiate()
54 ZLOGE(LABEL, " TestService:read from client data = %{public}d", data); in TestIntTransaction()
60 ZLOGE(LABEL, "TestService:read string from client data = %{public}s", data.c_str()); in TestStringTransaction()
H A Dmain_client.cpp25 static constexpr HiLogLabel LABEL = { LOG_CORE, LOG_ID_IPC, "IPCTestClient" }; variable
50 ZLOGE(LABEL, "unknown command"); in main()
59 ZLOGE(LABEL, "commandId= : %{public}d", commandId); in main()
68 ZLOGI(LABEL, "main arg error"); in main()
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_stub.cpp53 static constexpr HiLogLabel LABEL = { LOG_CORE, LOG_ID_IPC_STUB, "IPCObjectStub" }; member
66 ZLOGD(LABEL, "desc:%{public}s, %{public}u", in IPCObjectStub()
74 ZLOGE(LABEL, "ProcessSkeleton is null"); in IPCObjectStub()
86 ZLOGD(LABEL, "desc:%{public}s, %{public}u", in ~IPCObjectStub()
91 ZLOGE(LABEL, "ProcessSkeleton is null"); in ~IPCObjectStub()
115 ZLOGE(LABEL, "Invalid call on Stub, fd:%{public}d args:%{public}zu", fd, numArgs); in Dump()
125 ZLOGW(LABEL, "recv DBINDER_OBITUARY_TRANSACTION, desc:%{public}s", in OnRemoteRequest()
139 ZLOGW(LABEL, "unknown code:%{public}u desc:%{public}s time:%{public}" PRIu64, code, in OnRemoteRequest()
176 ZLOGE(LABEL, "write to parcel fail"); in DBinderSearchDescriptor()
201 ZLOGE(LABEL, "d in DBinderDumpTransaction()
[all...]
H A Dipc_object_proxy.cpp58 ZLOGE(LABEL, "failed, handle:%{public}d error:%{public}d desc:%{public}s proxy:%{public}u time:%{public}" PRIu64, \
62 static constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_ID_IPC_PROXY, "IPCObjectProxy" }; member
68 ZLOGD(LABEL, "handle:%{public}u desc:%{public}s %{public}u", handle_, in IPCObjectProxy()
73 ZLOGE(LABEL, "ProcessSkeleton is null"); in IPCObjectProxy()
85 ZLOGD(LABEL, "handle:%{public}u desc:%{public}s %{public}u", handle_, in ~IPCObjectProxy()
93 ZLOGI(LABEL, "handle:%{public}u desc:%{public}s %{public}u", handle_, in ~IPCObjectProxy()
98 ZLOGE(LABEL, "ProcessSkeleton is null"); in ~IPCObjectProxy()
156 ZLOGW(LABEL, "DFX_BlockMonitor IPC cost %{public}lld ms, interface code:%{public}u, desc:%{public}s", in SendRequest()
165 ZLOGE(LABEL, "GetBacktrace fail"); in SendRequest()
167 ZLOGW(LABEL, "backtrac in SendRequest()
[all...]
H A Ddatabus_socket_listener.cpp26 static constexpr OHOS::HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_ID_RPC_REMOTE_LISTENER, "DatabusSocketListener" }; member
64 ZLOGI(LABEL, "socketId:%{public}d, deviceId:%{public}s, peerName:%{public}s", in ServerOnBind()
81 ZLOGE(LABEL, "fail to get invoker"); in ServerOnBind()
90 ZLOGI(LABEL, "socketId:%{public}d, ShutdownReason:%{public}d", socket, reason); in ServerOnShutdown()
94 ZLOGE(LABEL, "fail to get invoker"); in ServerOnShutdown()
107 ZLOGI(LABEL, "socketId:%{public}d, ShutdownReason:%{public}d", socket, reason); in ClientOnShutdown()
111 ZLOGE(LABEL, "fail to get invoker"); in ClientOnShutdown()
133 ZLOGI(LABEL, "socketId:%{public}d len:%{public}u", socket, dataLen); in OnBytesReceived()
137 ZLOGE(LABEL, "fail to get invoker"); in OnBytesReceived()
155 ZLOGE(LABEL, "creat in StartServerListener()
[all...]
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp72 static constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_ID_IPC_BINDER_INVOKER, "BinderInvoker" }; member
93 ZLOGD(LABEL, ":%{public}u", ProcessSkeleton::ConvertAddr(this)); in BinderInvoker()
98 ZLOGD(LABEL, ":%{public}u", ProcessSkeleton::ConvertAddr(this)); in ~BinderInvoker()
124 ZLOGD(LABEL, "handle:%{public}d", handle); in AcquireHandle()
142 ZLOGD(LABEL, "handle:%{public}d", handle); in ReleaseHandle()
164 ZLOGI(LABEL, "not 8 bytes aligned(%{public}zu), padding it", dataSize); in SendRequest()
176 ZLOGE(LABEL, "WriteTransaction ERROR"); in SendRequest()
208 ZLOGE(LABEL, "sending a dbinder proxy in ipc_single.z.so is not allowed"); in TranslateDBinderProxy()
225 ZLOGD(LABEL, "for handle:%{public}d", handle); in AddDeathRecipient()
228 ZLOGE(LABEL, "fai in AddDeathRecipient()
[all...]
H A Dbinder_connector.cpp45 static constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_ID_IPC_BINDER_CONNECT, "BinderConnector" }; member
90 ZLOGE(LABEL, "ActvBinder: set actv binder service failed, errno: %{public}d", errno); in InitActvBinder()
115 ZLOGE(LABEL, "fail to open errno:%{public}d", errno); in OpenDriver()
121 ZLOGE(LABEL, "Get Binder version failed, error:%{public}d " in OpenDriver()
130 ZLOGE(LABEL, "Get Binder featureSet failed:%{public}d, disable all enhance feature.", errno); in OpenDriver()
133 ZLOGD(LABEL, "success to open fd:%{public}d", fd); in OpenDriver()
154 ZLOGE(LABEL, "fail to mmap"); in MapMemory()
209 ZLOGW(LABEL, "ioctl_binder returned EINTR time:%{public}" PRIu64, curTime); in WriteBinder()
230 ZLOGE(LABEL, "fail to open tokenId node, errno:%{public}d", errno); in GetSelfTokenID()
248 ZLOGE(LABEL, "fai in GetSelfFirstCallerTokenID()
[all...]
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/test_sa_proxy_cache_ability/src/
H A Dtest_sa_proxy_cache.cpp25 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, 0xD001800, "TestSaProxyCache"}; member
33 HiLog::Info(LABEL, "TestSaProxyCache"); in TestSaProxyCache()
38 HiLog::Info(LABEL, "~TestSaProxyCache()"); in ~TestSaProxyCache()
83 HiLog::Info(LABEL, "OnStart()"); in OnStart()
86 HiLog::Error(LABEL, "publish failed!"); in OnStart()
93 HiLog::Info(LABEL, "OnAddSystemAbility systemAbilityId:%{public}d added!", systemAbilityId); in OnAddSystemAbility()
98 HiLog::Info(LABEL, "OnRemoveSystemAbility systemAbilityId:%{public}d removed!", systemAbilityId); in OnRemoveSystemAbility()
/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/src/
H A Dglfw_render_context.cpp26 constexpr ::OHOS::HiviewDFX::HiLogLabel LABEL = { LOG_CORE, 0xD001403, "GlfwRC" }; member
44 ::OHOS::HiviewDFX::HiLog::Info(LABEL, "Init"); in Init()
47 ::OHOS::HiviewDFX::HiLog::Info(LABEL, "Init end"); in Init()
54 ::OHOS::HiviewDFX::HiLog::Error(LABEL, "InitFrom glfwWindow is nullptr"); in InitFrom()
57 ::OHOS::HiviewDFX::HiLog::Info(LABEL, "InitFrom glfwWindow"); in InitFrom()
76 ::OHOS::HiviewDFX::HiLog::Info(LABEL, "glfwSetWindowSizeCallback %{public}d %{public}d", width_, height_); in InitFrom()
91 ::OHOS::HiviewDFX::HiLog::Info(LABEL, "CreateGlfwWindow"); in CreateGlfwWindow()
103 ::OHOS::HiviewDFX::HiLog::Info(LABEL, "CreateGlfwWindow::glfwWindowHint end"); in CreateGlfwWindow()
105 ::OHOS::HiviewDFX::HiLog::Info(LABEL, "CreateGlfwWindow::glfwCreateWindow end"); in CreateGlfwWindow()
114 ::OHOS::HiviewDFX::HiLog::Info(LABEL, "glfwSetWindowSizeCallbac in CreateGlfwWindow()
[all...]
/foundation/communication/ipc/ipc/test/moduletest/native/common/
H A Dipc_core_module_test.cpp41 static constexpr HiLogLabel LABEL = { LOG_CORE, LOG_ID_TEST, "IPCModuleTest" }; member in IPCNativeFrameworkTest
90 ZLOGD(LABEL, "proxy is null"); in RegisterThread()
103 ZLOGD(LABEL, "Start IPC Testcase001"); in HWTEST_F()
117 ZLOGD(LABEL, "Start IPC Testcase002"); in HWTEST_F()
131 ZLOGD(LABEL, "AddDeathRecipient result = %d", result); in HWTEST_F()
138 ZLOGD(LABEL, "testService ReverseInt result = %d, get reply = %d", result, reply); in HWTEST_F()
159 ZLOGD(LABEL, "Start IPC Testcase003"); in HWTEST_F()
169 ZLOGD(LABEL, "Testcase003: Add TestService result=%d", result); in HWTEST_F()
177 ZLOGD(LABEL, "Testcase003: Get test.service OK"); in HWTEST_F()
182 ZLOGD(LABEL, "Testcase00 in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/intention_event/utils/include/
H A Dentrance_log.h61 { std::bind(&OHOS::HiviewDFX::HiLog::Debug, LABEL, std::placeholders::_1, __FUNCTION__), LABEL.tag, LOG_DEBUG }
64 { std::bind(&OHOS::HiviewDFX::HiLog::Info, LABEL, std::placeholders::_1, __FUNCTION__), LABEL.tag, LOG_INFO }
67 { std::bind(&OHOS::HiviewDFX::HiLog::Info, LABEL, std::placeholders::_1, \
68 (test_info_ == nullptr ? "TestBody" : test_info_->name())), LABEL.tag, LOG_DEBUG }

Completed in 14 milliseconds

12345678910>>...32