Home
last modified time | relevance | path

Searched refs:IsValidDomain (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_domains.h22 bool IsValidDomain(LogType type, uint32_t domain);
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_domains.cpp91 bool IsValidDomain(LogType type, uint32_t domain) in IsValidDomain() function
H A Dlog_collector.cpp80 if (IsValidDomain(static_cast<LogType>(msg.type), msg.domain) == false) { in onDataRecv()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_verify.h34 bool IsValidDomain(const std::string& domain);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp370 bool IsValidDomain(const std::string& eventDomain) in IsValidDomain() function
399 if (!IsValidDomain(event->GetDomain())) { in VerifyAppEvent()
434 if (!IsValidDomain(event->GetDomain())) { in VerifyCustomEventParams()
530 if (!eventCfg.domain.empty() && !IsValidDomain(eventCfg.domain)) { in IsValidEventConfig()
/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_processor_service.cpp99 if (domain == nullptr || name == nullptr || !IsValidDomain(domain) || !IsValidEventName(name)) { in SetReportEvent()
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_ffi.cpp370 if (!IsValidDomain(domain)) { in FfiOHOSHiAppEventAddWatcher()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_watch.cpp109 if (!IsValidDomain(NapiUtil::GetString(env, domain))) { in IsValidFilter()

Completed in 4 milliseconds