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:GetRenderTokenID
(Results
1 - 6
of
6
) sorted by relevance
/base/security/access_token/interfaces/innerkits/accesstoken/include/
H
A
D
tokenid_kit.h
27
static uint64_t
GetRenderTokenID
(uint64_t tokenId);
/base/security/access_token/interfaces/innerkits/accesstoken/src/
H
A
D
tokenid_kit.cpp
38
uint64_t TokenIdKit::
GetRenderTokenID
(uint64_t tokenId)
in GetRenderTokenID()
function in OHOS::Security::AccessToken::TokenIdKit
/base/security/access_token/test/fuzztest/innerkits/accesstoken/getrendertokenid_fuzzer/
H
A
D
getrendertokenid_fuzzer.cpp
38
uint64_t retTokenId = TokenIdKit::
GetRenderTokenID
(tokenId);
in GetRenderTokenIDFuzzTest()
/base/startup/appspawn/test/mock/
H
A
D
app_spawn_stub.cpp
67
uint64_t TokenIdKit::
GetRenderTokenID
(uint64_t tokenId)
in GetRenderTokenID()
function in OHOS::Security::AccessToken::TokenIdKit
/base/startup/appspawn/modules/common/
H
A
D
appspawn_adapter.cpp
57
tokenId = tokenIdKit.
GetRenderTokenID
(tokenInfo->accessTokenIdEx);
in SetAppAccessToken()
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/
H
A
D
accesstoken_kit_extension_test.cpp
2020
* @tc.desc: TokenIdKit::
GetRenderTokenID
function test
2029
retTokenId = TokenIdKit::
GetRenderTokenID
(validTokenID);
in HWTEST_F()
2036
* @tc.desc: TokenIdKit::
GetRenderTokenID
function test
2045
retTokenId = TokenIdKit::
GetRenderTokenID
(invalidTokenID);
in HWTEST_F()
Completed in 5 milliseconds