Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsValidDomain
(Results
1 - 8
of
8
) sorted by relevance
/base/hiviewdfx/hilog/services/hilogd/include/
H
A
D
log_domains.h
22
bool
IsValidDomain
(LogType type, uint32_t domain);
/base/hiviewdfx/hilog/services/hilogd/
H
A
D
log_domains.cpp
91
bool
IsValidDomain
(LogType type, uint32_t domain)
in IsValidDomain()
function
H
A
D
log_collector.cpp
80
if (
IsValidDomain
(static_cast<LogType>(msg.type), msg.domain) == false) {
in onDataRecv()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H
A
D
hiappevent_verify.h
34
bool
IsValidDomain
(const std::string& domain);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H
A
D
hiappevent_verify.cpp
370
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
D
ndk_app_event_processor_service.cpp
99
if (domain == nullptr || name == nullptr || !
IsValidDomain
(domain) || !IsValidEventName(name)) {
in SetReportEvent()
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H
A
D
hiappevent_ffi.cpp
370
if (!
IsValidDomain
(domain)) {
in FfiOHOSHiAppEventAddWatcher()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H
A
D
napi_hiappevent_watch.cpp
109
if (!
IsValidDomain
(NapiUtil::GetString(env, domain))) {
in IsValidFilter()
Completed in 5 milliseconds