Home
last modified time | relevance | path

Searched refs:LOG_TAG (Results 1 – 25 of 251) sorted by relevance

1234567891011

/foundation/distributedhardware/distributedscreen/services/screentransport/screensourcetrans/src/
Dscreen_source_trans.cpp30 DHLOGI("%s: SetUp.", LOG_TAG); in SetUp()
33 DHLOGE("%s: SetUp failed param error ret: %d.", LOG_TAG, ret); in SetUp()
39 DHLOGE("%s: SetUp failed ret: %d.", LOG_TAG, ret); in SetUp()
43 DHLOGI("%s: SetUp success.", LOG_TAG); in SetUp()
49 DHLOGI("%s: Release.", LOG_TAG); in Release()
51 DHLOGE("%s: Processor or channel is null, Setup first.", LOG_TAG); in Release()
57 DHLOGD("%s: Release image processor failed ret: %d.", LOG_TAG, ret); in Release()
63 DHLOGD("%s: Release channel session failed ret: %d.", LOG_TAG, ret); in Release()
72 DHLOGI("%s: Release success.", LOG_TAG); in Release()
78 DHLOGI("%s: Start.", LOG_TAG); in Start()
[all …]
/foundation/distributedhardware/distributedscreen/services/screentransport/screensinktrans/src/
Dscreen_sink_trans.cpp28 DHLOGI("%s: SetUp.", LOG_TAG); in SetUp()
31 DHLOGE("%s: SetUp failed param error ret: %d.", LOG_TAG, ret); in SetUp()
37 DHLOGE("%s: SetUp failed ret: %d.", LOG_TAG, ret); in SetUp()
41 DHLOGI("%s: SetUp success.", LOG_TAG); in SetUp()
47 DHLOGI("%s: Release.", LOG_TAG); in Release()
49 DHLOGE("%s: Processor or channel is null, Setup first.", LOG_TAG); in Release()
55 DHLOGD("%s: Release image processor failed ret: %d.", LOG_TAG, ret); in Release()
61 DHLOGD("%s: Release channel session failed ret: %d.", LOG_TAG, ret); in Release()
65 DHLOGI("%s: Release success.", LOG_TAG); in Release()
71 DHLOGI("%s: Start.", LOG_TAG); in Start()
[all …]
/foundation/distributedhardware/distributedscreen/services/screentransport/screendatachannel/src/
Dscreen_data_channel_impl.cpp29 DHLOGI("%s: CreateSession, peerDevId(%s)", LOG_TAG, GetAnonyString(peerDevId_).c_str()); in CreateSession()
31 DHLOGE("%s: Channel listener is null", LOG_TAG); in CreateSession()
38 DHLOGE("%s: Create softbus session failed ret: %d.", LOG_TAG, ret); in CreateSession()
45 DHLOGE("%s: Register softbus adapter listener failed ret: %d.", LOG_TAG, ret); in CreateSession()
50 DHLOGI("%s: Create softbus session success.", LOG_TAG); in CreateSession()
56 DHLOGI("%s: ReleaseSession, peerDevId(%s)", LOG_TAG, GetAnonyString(peerDevId_).c_str()); in ReleaseSession()
59 DHLOGE("%s: Release softbus session failed ret: %d.", LOG_TAG, ret); in ReleaseSession()
65 DHLOGE("%s: UnRegister softbus adapter listener failed ret: %d.", LOG_TAG, ret); in ReleaseSession()
69 DHLOGI("%s: Release softbus session success.", LOG_TAG); in ReleaseSession()
75 DHLOGI("%s: OpenSession, peerDevId(%s)", LOG_TAG, GetAnonyString(peerDevId_).c_str()); in OpenSession()
[all …]
/foundation/distributedhardware/distributedscreen/services/screentransport/screensourceprocessor/encoder/src/
Dimage_source_encoder.cpp29 DHLOGI("%s: ConfigureEncoder.", LOG_TAG); in ConfigureEncoder()
32 DHLOGE("%s: Init encoder failed ret:%d.", LOG_TAG, ret); in ConfigureEncoder()
38 DHLOGE("%s: Set encoder format failed ret:%d.", LOG_TAG, ret); in ConfigureEncoder()
44 DHLOGE("%s: Create encoder surface failed.", LOG_TAG); in ConfigureEncoder()
53 DHLOGI("%s: ReleaseEncoder.", LOG_TAG); in ReleaseEncoder()
55 DHLOGE("%s: Encoder is null.", LOG_TAG); in ReleaseEncoder()
61 DHLOGE("%s: Release encoder failed.", LOG_TAG); in ReleaseEncoder()
72 DHLOGI("%s: StartEncoder.", LOG_TAG); in StartEncoder()
74 DHLOGE("%s: Encoder is null.", LOG_TAG); in StartEncoder()
80 DHLOGE("%s: Prepare encoder failed.", LOG_TAG); in StartEncoder()
[all …]
Dimage_encoder_callback.cpp25 DHLOGD("%s: OnError.", LOG_TAG); in OnError()
37 DHLOGD("%s: OnOutputBufferAvailable.", LOG_TAG); in OnOutputBufferAvailable()
48 DHLOGD("%s: OnInputBufferAvailable.", LOG_TAG); in OnInputBufferAvailable()
59 DHLOGD("%s: OnOutputFormatChanged.", LOG_TAG); in OnOutputFormatChanged()
/foundation/distributedhardware/distributedscreen/services/screentransport/screensinkprocessor/src/
Dimage_sink_processor.cpp27 DHLOGI("%s: ConfigureImageProcessor.", LOG_TAG); in ConfigureImageProcessor()
33 DHLOGE("%s: Decoder is null.", LOG_TAG); in ConfigureImageProcessor()
39 DHLOGE("%s: ConfigureDecoder failed ret:%d.", LOG_TAG, ret); in ConfigureImageProcessor()
48 DHLOGI("%s: ReleaseImageProcessor.", LOG_TAG); in ReleaseImageProcessor()
50 DHLOGE("%s: Decoder is null.", LOG_TAG); in ReleaseImageProcessor()
56 DHLOGE("%s: ReleaseDecoder failed.", LOG_TAG); in ReleaseImageProcessor()
65 DHLOGI("%s: StartImageProcessor.", LOG_TAG); in StartImageProcessor()
67 DHLOGE("%s: Decoder is null.", LOG_TAG); in StartImageProcessor()
73 DHLOGE("%s: StartDecoder failed ret:%d.", LOG_TAG, ret); in StartImageProcessor()
82 DHLOGI("%s: StopImageProcessor.", LOG_TAG); in StopImageProcessor()
[all …]
/foundation/distributedhardware/distributedscreen/services/screentransport/screensinkprocessor/decoder/src/
Dimage_sink_decoder.cpp29 DHLOGI("%s: ConfigureDecoder.", LOG_TAG); in ConfigureDecoder()
32 DHLOGE("%s: InitVideoDecoder failed.", LOG_TAG); in ConfigureDecoder()
38 DHLOGE("%s: SetDecoderFormat failed.", LOG_TAG); in ConfigureDecoder()
47 DHLOGI("%s: ReleaseDecoder.", LOG_TAG); in ReleaseDecoder()
49 DHLOGE("%s: Decoder is null.", LOG_TAG); in ReleaseDecoder()
55 DHLOGE("%s: ReleaseDecoder failed.", LOG_TAG); in ReleaseDecoder()
66 DHLOGI("%s: StartDecoder.", LOG_TAG); in StartDecoder()
68 DHLOGE("%s: Decoder is null.", LOG_TAG); in StartDecoder()
74 DHLOGE("%s: Prepare decoder failed.", LOG_TAG); in StartDecoder()
80 DHLOGE("%s: Start decoder failed.", LOG_TAG); in StartDecoder()
[all …]
Dimage_decoder_callback.cpp25 DHLOGD("%s: OnError.", LOG_TAG); in OnError()
37 DHLOGD("%s: OnOutputBufferAvailable.", LOG_TAG); in OnOutputBufferAvailable()
48 DHLOGD("%s: OnInputBufferAvailable.", LOG_TAG); in OnInputBufferAvailable()
59 DHLOGD("%s: OnOutputFormatChanged.", LOG_TAG); in OnOutputFormatChanged()
/foundation/distributedhardware/distributedscreen/services/screentransport/screensourceprocessor/src/
Dimage_source_processor.cpp26 DHLOGI("%s: ConfigureImageProcessor.", LOG_TAG); in ConfigureImageProcessor()
29 DHLOGE("%s: Create screen encoder failed.", LOG_TAG); in ConfigureImageProcessor()
35 DHLOGE("%s: Configure screen encoder failed ret: %d.", LOG_TAG, ret); in ConfigureImageProcessor()
46 DHLOGI("%s: ReleaseImageProcessor.", LOG_TAG); in ReleaseImageProcessor()
48 DHLOGE("%s: Create screen encoder failed.", LOG_TAG); in ReleaseImageProcessor()
54 DHLOGE("%s: Release screen encoder failed ret: %d.", LOG_TAG, ret); in ReleaseImageProcessor()
63 DHLOGI("%s: StartImageProcessor.", LOG_TAG); in StartImageProcessor()
65 DHLOGE("%s: Create screen encoder failed.", LOG_TAG); in StartImageProcessor()
71 DHLOGE("%s: Start screen encoder failed ret: %d.", LOG_TAG, ret); in StartImageProcessor()
80 DHLOGI("%s: StopImageProcessor.", LOG_TAG); in StopImageProcessor()
[all …]
/foundation/communication/wifi/services/wifi_standard/wifi_framework/dhcp_manage/dhcp_server/include/
Ddhcp_logger.h22 #undef LOG_TAG
23 #define LOG_TAG "DhcpServer" macro
28 #define LOGD(...) ((void)HiLogPrint(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
30 #define LOGI(...) ((void)HiLogPrint(LOG_CORE, LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
32 #define LOGW(...) ((void)HiLogPrint(LOG_CORE, LOG_WARN, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
34 #define LOGE(...) ((void)HiLogPrint(LOG_CORE, LOG_ERROR, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
36 #define LOGF(...) ((void)HiLogPrint(LOG_CORE, LOG_FATAL, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
50 #define LOG_TAG "DhcpServer" macro
55 printf(" %s] %s ", LOG_DEBUG, LOG_TAG); \
63 printf(" %s] %s ", LOG_WARN, LOG_TAG); \
[all …]
/foundation/communication/wifi/services/wifi_standard/ipc_framework/cRPC/include/
Dlog.h21 #undef LOG_TAG
22 #define LOG_TAG "WifiCrpc" macro
24 #define LOGD(...) ((void)HiLogPrint(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
26 #define LOGI(...) ((void)HiLogPrint(LOG_CORE, LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
28 #define LOGW(...) ((void)HiLogPrint(LOG_CORE, LOG_WARN, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
30 #define LOGE(...) ((void)HiLogPrint(LOG_CORE, LOG_ERROR, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
32 #define LOGF(...) ((void)HiLogPrint(LOG_CORE, LOG_FATAL, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
/foundation/communication/wifi/services/wifi_standard/wifi_hal/common/
Dwifi_log.h22 #undef LOG_TAG
23 #define LOG_TAG "WifiHalService" macro
28 #define LOGD(...) ((void)HiLogPrint(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
30 #define LOGI(...) ((void)HiLogPrint(LOG_CORE, LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
32 #define LOGW(...) ((void)HiLogPrint(LOG_CORE, LOG_WARN, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
34 #define LOGE(...) ((void)HiLogPrint(LOG_CORE, LOG_ERROR, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
36 #define LOGF(...) ((void)HiLogPrint(LOG_CORE, LOG_FATAL, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
/foundation/communication/wifi/services/wifi_standard/wifi_framework/common/log/
Dwifi_log.h21 #undef LOG_TAG
22 #define LOG_TAG "WifiFrameWork" macro
27 #define LOGD(...) ((void)HiLogPrint(LOG_CORE, LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
29 #define LOGI(...) ((void)HiLogPrint(LOG_CORE, LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
31 #define LOGW(...) ((void)HiLogPrint(LOG_CORE, LOG_WARN, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
33 #define LOGE(...) ((void)HiLogPrint(LOG_CORE, LOG_ERROR, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
35 #define LOGF(...) ((void)HiLogPrint(LOG_CORE, LOG_FATAL, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
/foundation/distributedhardware/distributedscreen/services/softbusadapter/src/
Dsoftbus_adapter.cpp79 …DHLOGI("%s: RegisterListener sess:%s id:%s.", LOG_TAG, sessionName.c_str(), GetAnonyString(peerDev… in RegisterSoftbusListener()
84 DHLOGE("%s: Session listener already register.", LOG_TAG); in RegisterSoftbusListener()
94 …DHLOGI("%s: UnRegisterListener sess:%s id:%s.", LOG_TAG, sessionName.c_str(), GetAnonyString(peerD… in UnRegisterSoftbusListener()
106 …DHLOGI("%s: CreateSessionServer sess:%s id:%s.", LOG_TAG, sessionName.c_str(), GetAnonyString(peer… in CreateSoftbusSessionServer()
111 DHLOGE("%s: CreateSessionServer failed.", LOG_TAG); in CreateSoftbusSessionServer()
119 DHLOGI("%s: CreateSessionServer success.", LOG_TAG); in CreateSoftbusSessionServer()
126 …DHLOGI("%s: RemoveSessionServer sess:%s id:%s", LOG_TAG, sessionName.c_str(), GetAnonyString(peerD… in RemoveSoftbusSessionServer()
129 DHLOGE("%s: Session name can not find.", LOG_TAG); in RemoveSoftbusSessionServer()
132 DHLOGE("%s: PeerDevId can not find.", LOG_TAG); in RemoveSoftbusSessionServer()
140 DHLOGI("%s: RemoveSessionServer success.", LOG_TAG); in RemoveSoftbusSessionServer()
[all …]
/foundation/distributeddatamgr/appdatamgr/frameworks/innerkitsimpl/native_rdb/src/
Dlogger.h19 #ifndef LOG_TAG
20 #define LOG_TAG macro
29 …(void)OHOS::HiviewDFX::HiLog::Debug(RDB_LABEL, LOG_TAG "::%{public}s: " fmt, __FUNCTION__, ##__VA_…
31 …(void)OHOS::HiviewDFX::HiLog::Info(RDB_LABEL, LOG_TAG "::%{public}s: " fmt, __FUNCTION__, ##__VA_A…
33 …(void)OHOS::HiviewDFX::HiLog::Warn(RDB_LABEL, LOG_TAG "::%{public}s: " fmt, __FUNCTION__, ##__VA_A…
35 …(void)OHOS::HiviewDFX::HiLog::Error(RDB_LABEL, LOG_TAG "::%{public}s: " fmt, __FUNCTION__, ##__VA_…
37 …(void)OHOS::HiviewDFX::HiLog::Fatal(RDB_LABEL, LOG_TAG "::%{public}s: " fmt, __FUNCTION__, ##__VA_…
/foundation/distributeddatamgr/distributeddatamgr/frameworks/innerkitsimpl/distributeddatafwk/src/
Dkvstore_resultset_client.cpp16 #define LOG_TAG "KvStoreResultSetClient" macro
28 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in GetCount()
35 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in GetPosition()
42 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in MoveToFirst()
49 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in MoveToLast()
56 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in MoveToNext()
63 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in MoveToPrevious()
70 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in Move()
77 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in MoveToPosition()
104 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in GetEntry()
Dkvstore_client.cpp16 #define LOG_TAG "KvStoreClient" macro
47 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in GetKvStoreSnapshot()
82 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in ReleaseKvStoreSnapshot()
105 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in Put()
124 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in PutBatch()
139 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in Delete()
156 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in DeleteBatch()
172 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in Clear()
183 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in StartTransaction()
194 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in Commit()
[all …]
Dsingle_kvstore_client.cpp16 #define LOG_TAG "SingleKvStoreClient" macro
48 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in GetEntries()
60 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in GetEntriesWithQuery()
77 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in GetResultSet()
106 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in GetResultSetWithQuery()
144 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in CloseResultSet()
160 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in GetCountWithQuery()
177 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in Sync()
194 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in RemoveDeviceData()
209 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in Delete()
[all …]
/foundation/multimedia/image_standard/mock/native/include/hilog/
Dlog_c.h33 #ifndef LOG_TAG
34 #define LOG_TAG NULL macro
61 #define HILOG_DEBUG(type, ...) ((void)HiLogPrint((type), LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS_…
63 #define HILOG_INFO(type, ...) ((void)HiLogPrint((type), LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
65 #define HILOG_WARN(type, ...) ((void)HiLogPrint((type), LOG_WARN, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
67 #define HILOG_ERROR(type, ...) ((void)HiLogPrint((type), LOG_ERROR, LOG_DOMAIN, LOG_TAG, __VA_ARGS_…
69 #define HILOG_FATAL(type, ...) ((void)HiLogPrint((type), LOG_FATAL, LOG_DOMAIN, LOG_TAG, __VA_ARGS_…
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/app/src/
Dkvstore_resultset_impl.cpp16 #define LOG_TAG "KvStoreResultsetImpl" macro
36 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in GetCount()
46 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in GetPosition()
57 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in MoveToFirst()
68 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in MoveToLast()
79 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in MoveToNext()
90 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in MoveToPrevious()
101 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in Move()
112 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in MoveToPosition()
159 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in GetEntry()
[all …]
Dkvstore_impl.cpp16 #define LOG_TAG "KvStoreImpl" macro
55 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in GetKvStoreSnapshot()
76 DdsTrace trace(std::string(LOG_TAG "Delegate::") + std::string(__FUNCTION__)); in GetKvStoreSnapshot()
88 DdsTrace trace(std::string(LOG_TAG "Delegate::") + std::string(__FUNCTION__)); in GetKvStoreSnapshot()
114 DdsTrace trace(std::string(LOG_TAG "Delegate::") + std::string(__FUNCTION__)); in GetKvStoreSnapshot()
128 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in ReleaseKvStoreSnapshot()
159 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in Put()
179 DdsTrace trace(std::string(LOG_TAG "Delegate::") + std::string(__FUNCTION__)); in Put()
197 DdsTrace trace(std::string(LOG_TAG "::") + std::string(__FUNCTION__)); in PutBatch()
223 DdsTrace trace(std::string(LOG_TAG "Delegate::") + std::string(__FUNCTION__)); in PutBatch()
[all …]
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/adapter/communicator/src/
Dapp_pipe_handler.h30 #ifdef LOG_TAG
31 #undef LOG_TAG
33 #define LOG_TAG "AppPipeHandler" macro
62 #undef LOG_TAG
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/adapter/include/log/
Dlog_print.h54 …OHOS::HiviewDFX::HiLog::Debug(LogLabel(), LOG_TAG "::%{public}s: " fmt, __FUNCTION__, ##__VA_ARGS_…
57 …OHOS::HiviewDFX::HiLog::Info(LogLabel(), LOG_TAG "::%{public}s: " fmt, __FUNCTION__, ##__VA_ARGS__)
60 …OHOS::HiviewDFX::HiLog::Warn(LogLabel(), LOG_TAG "::%{public}s: " fmt, __FUNCTION__, ##__VA_ARGS__)
63 …OHOS::HiviewDFX::HiLog::Error(LogLabel(), LOG_TAG "::%{public}s: " fmt, __FUNCTION__, ##__VA_ARGS_…
/foundation/distributeddatamgr/distributedfile/utils/filemgmt_libhilog/
Dfilemgmt_libhilog.h28 #ifndef LOG_TAG
29 #define LOG_TAG "FileManagement" macro
32 static constexpr HiviewDFX::HiLogLabel FILEMGMT_LOG_LABEL = {LOG_CORE, LOG_DOMAIN, LOG_TAG};
/foundation/filemanagement/dfs_service/utils/log/include/
Dutils_log.h30 #ifndef LOG_TAG
31 #define LOG_TAG "distributedfile" macro
34 static constexpr HiviewDFX::HiLogLabel APP_LABEL = {LOG_CORE, LOG_DOMAIN, LOG_TAG};

1234567891011