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:SHELL_UID
(Results
1 - 12
of
12
) sorted by relevance
/foundation/ability/dmsfwk_lite/include/
H
A
D
dmslite_inner_common.h
30
SHELL_UID
= 0,
enumerator
32
SHELL_UID
= 2,
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/
H
A
D
main.cpp
28
constexpr int32_t
SHELL_UID
= 2000;
35
if (id != ROOT_UID && id !=
SHELL_UID
) {
in main()
/foundation/communication/dsoftbus/core/common/security/permission/small/
H
A
D
softbus_permission.c
30
#define
SHELL_UID
2
macro
57
if (callingUid > INVALID_UID && callingUid < FIRST_APPLICATION_UID && callingUid !=
SHELL_UID
) {
in GetPermType()
/foundation/ability/dmsfwk_lite/moduletest/dtbschedmgr_lite/source/
H
A
D
permission_test.cpp
62
CallerInfo callerInfo = {.uid =
SHELL_UID
};
in HWTEST_F()
70
* @tc.desc: GetCallerBundleInfo failed with
SHELL_UID
=0/2, which is not configured with appId
76
CallerInfo callerInfo = {.uid =
SHELL_UID
};
in HWTEST_F()
/foundation/ability/dmsfwk_lite/source/
H
A
D
dmslite_permission.c
87
} else if (callerUid ==
SHELL_UID
) {
in CheckRemotePermission()
183
} else if (callerUid ==
SHELL_UID
) {
in GetBundleInfoFromBms()
H
A
D
dmslite_parser.c
248
if (callerUid != FOUNDATION_UID && callerUid !=
SHELL_UID
) {
in CanCall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_service_constants.h
103
constexpr int32_t
SHELL_UID
= 2000;
member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_permission_mgr.cpp
439
callingUid == ServiceConstants::
SHELL_UID
) {
in VerifySystemApp()
516
callingUid == ServiceConstants::
SHELL_UID
||
in VerifyCallingUid()
H
A
D
base_bundle_installer.cpp
2886
GetIntParameter(BMS_KEY_SHELL_UID, ServiceConstants::
SHELL_UID
) :
in CreateBundleDataDir()
5091
GetIntParameter(BMS_KEY_SHELL_UID, ServiceConstants::
SHELL_UID
) :
in CheckArkProfileDir()
/foundation/communication/ipc/ipc/native/src/core/source/
H
A
D
ipc_object_stub.cpp
58
static constexpr int
SHELL_UID
= 2000;
member
200
if (!IPCSkeleton::IsLocalCalling() || (uid != 0 && uid !=
SHELL_UID
&& uid != HIDUMPER_SERVICE_UID)) {
in DBinderDumpTransaction()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H
A
D
aot_handler.cpp
372
COPY_AP_DEST_PATH, mode, Constants::FOUNDATION_UID, ServiceConstants::
SHELL_UID
);
in MkApDestDirIfNotExist()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H
A
D
bms_bundle_kit_service_test.cpp
7517
setuid(ServiceConstants::
SHELL_UID
);
in HWTEST_F()
Completed in 39 milliseconds