/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/test/resource/export_config/ |
H A D | test_events.json | 7 "domain": "DOMAIN1", string 11 "domain": "DOMAIN2", string 15 "domain": "DOMAIN1", string 19 "domain": "DOMAIN1", string
|
H A D | test_events_v2.json | 7 "domain": "DOMAIN1", string 11 "domain": "DOMAIN2", string
|
H A D | invalid_test_events3.json | 7 "domain": "DOMAIN2", string 15 "domain": "DOMAIN4", string
|
/ohos5.0/base/startup/init/interfaces/innerkits/include/ |
H A D | beget_ext.h | 83 #define STARTUP_LOGV(domain, tag, fmt, ...) argument 84 #define STARTUP_LOGI(domain, tag, fmt, ...) argument 85 #define STARTUP_LOGW(domain, tag, fmt, ...) argument 86 #define STARTUP_LOGE(domain, tag, fmt, ...) argument 87 #define STARTUP_LOGF(domain, tag, fmt, ...) argument 90 #define STARTUP_LOGV(domain, tag, fmt, ...) \ argument 92 #define STARTUP_LOGI(domain, tag, fmt, ...) \ argument 94 #define STARTUP_LOGW(domain, tag, fmt, ...) \ argument 96 #define STARTUP_LOGE(domain, tag, fmt, ...) \ argument 98 #define STARTUP_LOGF(domain, tag, fmt, ...) \ argument [all …]
|
/ohos5.0/drivers/peripheral/battery/utils/include/ |
H A D | battery_log.h | 98 #define BATTERY_HILOGF(domain, ...) \ argument 100 #define BATTERY_HILOGE(domain, ...) \ argument 102 #define BATTERY_HILOGW(domain, ...) \ argument 104 #define BATTERY_HILOGI(domain, ...) \ argument 106 #define BATTERY_HILOGD(domain, ...) \ argument
|
/ohos5.0/base/powermgr/battery_manager/utils/native/include/ |
H A D | battery_log.h | 99 #define BATTERY_HILOGF(domain, ...) \ argument 101 #define BATTERY_HILOGE(domain, ...) \ argument 103 #define BATTERY_HILOGW(domain, ...) \ argument 105 #define BATTERY_HILOGI(domain, ...) \ argument 107 #define BATTERY_HILOGD(domain, ...) \ argument
|
/ohos5.0/base/hiviewdfx/hilog/platform/ |
H A D | hilog_printf.cpp | 37 int HiLogPrintArgs(const LogType type, const LogLevel level, const unsigned int domain, const char … in HiLogPrintArgs() 44 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt,… in HiLogPrint() 54 bool HiLogIsLoggable(unsigned int domain, const char *tag, LogLevel level) in HiLogIsLoggable()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | freeze_common.cpp | 43 bool FreezeCommon::IsFreezeEvent(const std::string& domain, const std::string& stringId) const in IsFreezeEvent() argument 49 bool FreezeCommon::IsApplicationEvent(const std::string& domain, const std::string& stringId) const in IsApplicationEvent() argument 54 bool FreezeCommon::IsSystemEvent(const std::string& domain, const std::string& stringId) const in IsSystemEvent() argument 59 bool FreezeCommon::IsSysWarningEvent(const std::string& domain, const std::string& stringId) const in IsSysWarningEvent() argument 64 bool FreezeCommon::IsAssignedEvent(const std::string& domain, const std::string& stringId, int free… in IsAssignedEvent() argument
|
H A D | rule_cluster.cpp | 126 std::string domain = GetAttributeValue<std::string>(tag, ATTRIBUTE_DOMAIN); in ParseTagRule() local 157 std::string domain = GetAttributeValue<std::string>(node, ATTRIBUTE_DOMAIN); in ParseTagLinks() local 231 std::string domain = watchPoint.GetDomain(); in GetResult() local 252 void FreezeRule::AddResult(const std::string& domain, const std::string& stringId, const FreezeResu… in AddResult() 262 bool FreezeRule::GetResult(const std::string& domain, const std::string& stringId, FreezeResult& re… in GetResult()
|
/ohos5.0/base/powermgr/battery_statistics/utils/native/include/ |
H A D | stats_log.h | 95 #define STATS_HILOGF(domain, ...) \ argument 97 #define STATS_HILOGE(domain, ...) \ argument 99 #define STATS_HILOGW(domain, ...) \ argument 101 #define STATS_HILOGI(domain, ...) \ argument 103 #define STATS_HILOGD(domain, ...) \ argument
|
/ohos5.0/base/powermgr/display_manager/state_manager/utils/native/include/ |
H A D | display_log.h | 103 #define DISPLAY_HILOGF(domain, ...) \ argument 105 #define DISPLAY_HILOGE(domain, ...) \ argument 107 #define DISPLAY_HILOGW(domain, ...) \ argument 109 #define DISPLAY_HILOGI(domain, ...) \ argument 111 #define DISPLAY_HILOGD(domain, ...) \ argument
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
H A D | custom_event_param_dao.cpp | 72 const std::string& runningId, const std::string& domain, const std::string& name) in Insert() 92 const std::string& runningId, const std::string& domain, const std::string& name) in Update() 129 const std::string& runningId, const std::string& domain, const std::string& name) in QueryParamkeys() 157 const std::string& runningId, const std::string& domain, const std::string& name) in Query()
|
/ohos5.0/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_native_test.cpp | 212 static constexpr char domain[] = "DEMO"; variable 331 static constexpr char domain[] = "_demo"; variable 350 static constexpr char domain[] = ""; variable 465 static constexpr char domain[] = "DEMO"; variable 536 static constexpr char domain[] = "DEMO"; variable 556 static constexpr char domain[] = "DEMO"; variable 576 static constexpr char domain[] = "DEMO"; variable 596 static constexpr char domain[] = "DEMO"; variable 628 static constexpr char domain[] = "TEST"; variable 653 static constexpr char domain[] = "TEST"; variable [all …]
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/hilog_ndk/ |
H A D | hilog_ndk.c | 21 int OH_LOG_Print(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fm… in OH_LOG_Print() 31 bool OH_LOG_IsLoggable(unsigned int domain, const char *tag, LogLevel level) in OH_LOG_IsLoggable()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/log/unittest/mock/ |
H A D | hilog_mock.cpp | 22 int HilogMock::HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const… in HiLogPrint() 36 int HiLogPrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt,… in HiLogPrint() 49 int HiLogPrintDictNew(const LogType type, const LogLevel level, const unsigned int domain, const ch… in HiLogPrintDictNew()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/mock/ |
H A D | hisysevent_mock.cpp | 18 int HiSysEventMock::MockHiSysEvent_Write(const char *func, int64_t line, const char *domain, const … in MockHiSysEvent_Write() 33 int HiSysEvent_Write(const char *func, int64_t line, const char *domain, const char *name, HiSysEve… in HiSysEvent_Write()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/ |
H A D | musl_log.c | 22 LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in MuslHiLogPrinter() 33 const LogLevel logLevel, const unsigned int domain, const char* tag, const char *fmt, ...) in DfxLogPrint()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/ |
H A D | hisysevent_c.cpp | 31 int HiSysEventInnerWrite(const char* func, int64_t line, const std::string& domain, const std::stri… in HiSysEventInnerWrite() 45 int HiSysEvent_Write(const char* func, int64_t line, const char* domain, const char* name, in HiSysEvent_Write()
|
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/napi/ |
H A D | napi_set_event_param.test.js | 84 function setEventParamTestWithNameTestCatch(params, domain, name, expectErr, done) { argument 94 function setEventParamTestWithNameTest(params, domain, name, expectErr, done) { argument 104 function setEventParamTestCatch(params, domain, expectErr, done) { argument 114 function setEventParamTest(params, domain, expectErr, done) { argument
|
/ohos5.0/base/powermgr/power_manager/utils/native/include/ |
H A D | power_log.h | 137 #define POWER_HILOGF(domain, ...) \ argument 139 #define POWER_HILOGE(domain, ...) \ argument 141 #define POWER_HILOGW(domain, ...) \ argument 143 #define POWER_HILOGI(domain, ...) \ argument 145 #define POWER_HILOGD(domain, ...) \ argument
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/base/ |
H A D | hilog_base.c | 80 …const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *… in HiLogBasePrintArgs() 100 int HiLogBasePrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *… in HiLogBasePrint() 114 bool HiLogBaseIsLoggable(unsigned int domain, const char *tag, LogLevel level) in HiLogBaseIsLoggable()
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/ |
H A D | sys_event_dao.cpp | 30 std::shared_ptr<SysEventQuery> SysEventDao::BuildQuery(const std::string& domain, in BuildQuery() 40 std::shared_ptr<SysEventQuery> SysEventDao::BuildQuery(const std::string& domain, in BuildQuery()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_log.c | 35 static void HiLogPrintWrapper(const char *tag, uint32_t domain, const char *buf, uint32_t logLevel) in HiLogPrintWrapper() 65 uint32_t domain, in NstackxHiLogImpl()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_log.c | 35 static void HiLogPrintWrapper(const char *tag, uint32_t domain, const char *buf, uint32_t logLevel) in HiLogPrintWrapper() 65 uint32_t domain, in NstackxHiLogImpl()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | event_json_parser.cpp | 56 std::string EventJsonParser::GetTagByDomainAndName(const std::string& domain, const std::string& na… in GetTagByDomainAndName() argument 61 int EventJsonParser::GetTypeByDomainAndName(const std::string& domain, const std::string& name) con… in GetTypeByDomainAndName() argument 66 bool EventJsonParser::GetPreserveByDomainAndName(const std::string& domain, const std::string& name… in GetPreserveByDomainAndName() argument 71 BaseInfo EventJsonParser::GetDefinedBaseInfoByDomainName(const std::string& domain, in GetDefinedBaseInfoByDomainName()
|