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:EDM_UID
(Results
1 - 7
of
7
) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/app_control/
H
A
D
app_control_constants.h
30
constexpr int32_t
EDM_UID
= 3057;
member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H
A
D
app_control_manager_host_impl.cpp
38
{AppControlConstants::
EDM_UID
, AppControlConstants::EDM_CALLING}
in AppControlManagerHostImpl()
502
if (uid == AppControlConstants::
EDM_UID
) {
in SetDisposedRule()
588
if (uid == AppControlConstants::
EDM_UID
) {
in SetDisposedRuleForCloneApp()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/
H
A
D
bms_bundle_mock_app_control.cpp
681
setuid(AppControlConstants::
EDM_UID
);
in HWTEST_F()
710
setuid(AppControlConstants::
EDM_UID
);
in HWTEST_F()
723
setuid(AppControlConstants::
EDM_UID
);
in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H
A
D
pasteboard_client_test.cpp
25
constexpr const uid_t
EDM_UID
= 3057;
member
37
setuid(
EDM_UID
);
in SetUpTestCase()
/foundation/distributeddatamgr/pasteboard/services/core/include/
H
A
D
pasteboard_service.h
150
static constexpr const pid_t
EDM_UID
= 3057;
member in OHOS::MiscServices::final
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H
A
D
bms_bundle_installer_test.cpp
96
const int32_t
EDM_UID
= 3057;
member
3793
seteuid(
EDM_UID
);
in HWTEST_F()
3832
seteuid(
EDM_UID
);
in HWTEST_F()
3871
seteuid(
EDM_UID
);
in HWTEST_F()
3909
seteuid(
EDM_UID
);
in HWTEST_F()
4655
int32_t uid =
EDM_UID
;
in HWTEST_F()
4676
int32_t uid =
EDM_UID
;
in HWTEST_F()
6159
uids.push_back(
EDM_UID
);
in HWTEST_F()
6160
auto ret = hostImpl.GetAllBundleStats(
EDM_UID
, bundleStats, uids);
in HWTEST_F()
6379
int32_t uid =
EDM_UID
;
in HWTEST_F()
[all...]
/foundation/distributeddatamgr/pasteboard/services/core/src/
H
A
D
pasteboard_service.cpp
1753
if (callingUid ==
EDM_UID
|| (uid_ != -1 && callingUid == uid_)) {
in IsCallerUidValid()
Completed in 28 milliseconds