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:BMS_UID
(Results
1 - 5
of
5
) sorted by relevance
/base/hiviewdfx/faultloggerd/test/systemtest/
H
A
D
dumpcatcher_system_test.cpp
62
static const int
BMS_UID
= 1000;
member
118
} else if (uid ==
BMS_UID
) {
in GetCrasherThreads()
128
setuid(
BMS_UID
);
in StartCrasherLoopForUnsignedPidAndTid()
144
GetCrasherThreads(g_unsignedLoopSysPid,
BMS_UID
);
in StartCrasherLoopForUnsignedPidAndTid()
181
} else if (uid ==
BMS_UID
) {
in LaunchCrasher()
205
LaunchCrasher(CRASHER_C,
BMS_UID
);
in StartCrasherLoop()
227
setuid(
BMS_UID
);
in StopCrasherLoop()
235
setuid(
BMS_UID
);
in StopCrasherLoop()
471
setuid(
BMS_UID
);
in HWTEST_F()
522
setuid(
BMS_UID
);
in HWTEST_F()
[all...]
/base/notification/common_event_service/services/src/
H
A
D
common_event_permission_manager.cpp
39
constexpr int32_t
BMS_UID
= 5523;
member
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H
A
D
config_utils.cpp
29
constexpr int
BMS_UID
= 1000;
member
568
if (callingUid == ROOT_UID || callingUid ==
BMS_UID
) {
in HandleDumpAppendix()
/base/hiviewdfx/faultloggerd/test/unittest/services/
H
A
D
faultlogger_daemon_test.cpp
62
static constexpr uint32_t
BMS_UID
= 1000;
member
552
{FaultLoggerType::JS_STACKTRACE,
BMS_UID
},
in HWTEST_F()
/base/hiviewdfx/faultloggerd/services/
H
A
D
fault_logger_daemon.cpp
67
static constexpr uint32_t
BMS_UID
= 1000;
member
103
if ((callerUid ==
BMS_UID
) ||
in CheckCallerUID()
Completed in 8 milliseconds