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:VerifyShellToken
(Results
1 - 9
of
9
) sorted by relevance
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H
A
D
mock_access_token_helper.cpp
54
bool AccessTokenHelper::
VerifyShellToken
(const AccessTokenID &callerToken)
in VerifyShellToken()
function in OHOS::Notification::AccessTokenHelper
/base/notification/common_event_service/services/include/
H
A
D
access_token_helper.h
39
static bool
VerifyShellToken
(const AccessToken::AccessTokenID &callerToken);
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
access_token_helper.h
39
static bool
VerifyShellToken
(const Security::AccessToken::AccessTokenID &callerToken);
/base/notification/common_event_service/services/test/unittest/common_event_manager_service_branch_test/
H
A
D
mock_access_token_helper.cpp
70
bool AccessTokenHelper::
VerifyShellToken
(const AccessTokenID &callerToken)
in VerifyShellToken()
function in OHOS::EventFwk::AccessTokenHelper
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
access_token_helper.cpp
74
bool AccessTokenHelper::
VerifyShellToken
(const AccessTokenID &callerToken)
in VerifyShellToken()
function in OHOS::Notification::AccessTokenHelper
H
A
D
advanced_notification_utils.cpp
1493
if (!AccessTokenHelper::
VerifyShellToken
(callerToken) && !AccessTokenHelper::VerifyNativeToken(callerToken)) {
in ShellDump()
/base/notification/common_event_service/services/src/
H
A
D
access_token_helper.cpp
75
bool AccessTokenHelper::
VerifyShellToken
(const AccessTokenID &callerToken)
in VerifyShellToken()
function in OHOS::EventFwk::AccessTokenHelper
H
A
D
common_event_manager_service.cpp
358
if (!AccessTokenHelper::
VerifyShellToken
(callerToken) && !AccessTokenHelper::VerifyNativeToken(callerToken)) {
in DumpState()
489
if (!AccessTokenHelper::
VerifyShellToken
(callerToken) && !AccessTokenHelper::VerifyNativeToken(callerToken)) {
in Dump()
H
A
D
inner_common_event_manager.cpp
555
if (AccessTokenHelper::
VerifyShellToken
(callerToken)) {
in CheckUserId()
Completed in 9 milliseconds