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:INVALID_UID
(Results
1 - 7
of
7
) sorted by relevance
/base/startup/init/services/param/adapter/
H
A
D
param_dac.c
37
#define
INVALID_UID
(uid) ((uid) == (uid_t)-1)
macro
141
if (
INVALID_UID
(uid)) {
in DacGetGroupMember()
154
if (!
INVALID_UID
(uid) && ((memIndex + 1) < inputLen)) {
in DacGetGroupMember()
169
if (
INVALID_UID
(auditData->dacData.gid) ||
INVALID_UID
(auditData->dacData.uid)) {
in LoadOneParam_()
/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/
H
A
D
bundle_manager_adapter_proxy.cpp
212
return AppExecFwk::Constants::
INVALID_UID
;
in GetUidByBundleName()
218
return AppExecFwk::Constants::
INVALID_UID
;
in GetUidByBundleName()
222
return AppExecFwk::Constants::
INVALID_UID
;
in GetUidByBundleName()
226
return AppExecFwk::Constants::
INVALID_UID
;
in GetUidByBundleName()
232
return AppExecFwk::Constants::
INVALID_UID
;
in GetUidByBundleName()
/base/sensors/sensor/services/src/
H
A
D
client_info.cpp
38
constexpr int32_t
INVALID_UID
= -1;
member
131
if ((uid ==
INVALID_UID
) || (pid <= INVALID_PID)) {
in UpdateAppThreadInfo()
169
if (uid ==
INVALID_UID
) {
in GetSensorChannelByUid()
589
if (uid ==
INVALID_UID
) {
in GetSensorChannelInfo()
615
return
INVALID_UID
;
in GetUidByPid()
625
return
INVALID_UID
;
in GetTokenIdByPid()
/base/sensors/medical_sensor/services/medical_sensor/src/
H
A
D
client_info.cpp
34
constexpr int32_t
INVALID_UID
= -1;
member
127
if ((uid ==
INVALID_UID
) || (pid <= INVALID_PID)) {
in UpdateUid()
171
if (uid ==
INVALID_UID
) {
in GetSensorChannelByUid()
604
if (uid ==
INVALID_UID
) {
in GetSensorChannelInfo()
627
return
INVALID_UID
;
in GetUidByPid()
/base/startup/appspawn/modules/sandbox/
H
A
D
appspawn_sandbox.h
51
#define
INVALID_UID
((uint32_t)-1)
macro
H
A
D
appspawn_sandbox.c
363
uid_t uid = sandboxNode->demandInfo->uid !=
INVALID_UID
? sandboxNode->demandInfo->uid : info->uid;
in CreateDemandSrc()
364
gid_t gid = sandboxNode->demandInfo->gid !=
INVALID_UID
? sandboxNode->demandInfo->gid : info->gid;
in CreateDemandSrc()
369
if (sandboxNode->demandInfo->mode !=
INVALID_UID
) {
in CreateDemandSrc()
/base/account/os_account/services/accountmgr/test/moduletest/common/
H
A
D
bundle_manager_adapter_module_test.cpp
158
ASSERT_EQ(result, AppExecFwk::Constants::
INVALID_UID
);
in HWTEST_F()
Completed in 9 milliseconds