Home
last modified time | relevance | path

Searched defs:domain (Results 1 – 25 of 264) sorted by relevance

1234567891011

/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/test/resource/export_config/
H A Dtest_events.json7 "domain": "DOMAIN1", string
11 "domain": "DOMAIN2", string
15 "domain": "DOMAIN1", string
19 "domain": "DOMAIN1", string
H A Dtest_events_v2.json7 "domain": "DOMAIN1", string
11 "domain": "DOMAIN2", string
H A Dinvalid_test_events3.json7 "domain": "DOMAIN2", string
15 "domain": "DOMAIN4", string
/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dbeget_ext.h83 #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 Dbattery_log.h98 #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 Dbattery_log.h99 #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 Dhilog_printf.cpp37 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 Dfreeze_common.cpp43 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 Drule_cluster.cpp126 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 Dstats_log.h95 #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 Ddisplay_log.h103 #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 Dcustom_event_param_dao.cpp72 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 Dhisysevent_native_test.cpp212 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 Dhilog_ndk.c21 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 Dhilog_mock.cpp22 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 Dhisysevent_mock.cpp18 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 Dmusl_log.c22 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 Dhisysevent_c.cpp31 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 Dnapi_set_event_param.test.js84 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 Dpower_log.h137 #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 Dhilog_base.c80 …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 Dsys_event_dao.cpp30 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 Dsys_log.c35 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 Dsys_log.c35 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 Devent_json_parser.cpp56 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()

1234567891011