Home
last modified time | relevance | path

Searched refs:IsValidDomain (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_domains.h22 bool IsValidDomain(LogType type, uint32_t domain);
/base/hiviewdfx/hilog/services/hilogd/
Dlog_domains.cpp90 bool IsValidDomain(LogType type, uint32_t domain) in IsValidDomain() function
Dlog_collector.cpp80 if (IsValidDomain(static_cast<LogType>(msg.type), msg.domain) == false) { in onDataRecv()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_verify.h33 bool IsValidDomain(const std::string& domain);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp302 bool IsValidDomain(const std::string& eventDomain) in IsValidDomain() function
340 if (!IsValidDomain(event->GetDomain())) { in VerifyAppEvent()
442 if (!eventCfg.domain.empty() && !IsValidDomain(eventCfg.domain)) { in IsValidEventConfig()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_watch.cpp96 if (!IsValidDomain(NapiUtil::GetString(env, domain))) { in IsValidFilter()