Searched refs:LOG_ID_IPC (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/ability/idl_tool/test/native/include/ |
H A D | test_client.h | 22 #define LOG_ID_IPC 0xD003900 macro 31 static constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_ID_IPC, "TestClient" };
|
H A D | test_service.h | 22 #define LOG_ID_IPC 0xD003900 macro 33 static constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_ID_IPC, "TestService" };
|
/ohos5.0/foundation/ability/idl_tool/test/native/src/ |
H A D | main_server.cpp | 23 [[maybe_unused]]static constexpr HiLogLabel LABEL = { LOG_CORE, LOG_ID_IPC, "IPCTestServer" };
|
H A D | main_client.cpp | 25 static constexpr HiLogLabel LABEL = { LOG_CORE, LOG_ID_IPC, "IPCTestClient" };
|
/ohos5.0/foundation/ability/idl_tool/ |
H A D | README.md | 131 static constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_ID_IPC, "TestService" };
|