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:innerId
(Results
1 - 2
of
2
) sorted by relevance
/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
H
A
D
accesstoken_id_manager.cpp
100
AccessTokenIDInner
innerId
= {0};
in CreateTokenId()
local
101
innerId
.version = DEFAULT_TOKEN_VERSION;
in CreateTokenId()
102
innerId
.type = type;
in CreateTokenId()
103
innerId
.res = 0;
in CreateTokenId()
104
innerId
.cloneFlag = static_cast<uint32_t>(cloneFlag);
in CreateTokenId()
105
innerId
.renderFlag = 0;
in CreateTokenId()
106
innerId
.dlpFlag = static_cast<uint32_t>(dlpFlag);
in CreateTokenId()
107
innerId
.tokenUniqueID = rand & TOKEN_RANDOM_MASK;
in CreateTokenId()
108
AccessTokenID tokenId = *reinterpret_cast<AccessTokenID *>(&
innerId
);
in CreateTokenId()
/base/security/access_token/interfaces/innerkits/nativetoken/src/
H
A
D
nativetoken.c
285
AtInnerInfo *
innerId
= (AtInnerInfo *)(&tokenId);
in CreateNativeTokenId()
local
302
innerId
->reserved = 0;
in CreateNativeTokenId()
303
innerId
->tokenUniqueId = rand & (TOKEN_RANDOM_MASK);
in CreateNativeTokenId()
304
innerId
->version = 1;
in CreateNativeTokenId()
307
innerId
->type = TOKEN_SHELL_TYPE;
in CreateNativeTokenId()
309
innerId
->type = TOKEN_NATIVE_TYPE;
in CreateNativeTokenId()
Completed in 2 milliseconds