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:userCancelable
(Results
1 - 6
of
6
) sorted by relevance
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/
H
A
D
app_installation_optimized_test.cpp
265
.
userCancelable
= false
in HWTEST_F()
299
.
userCancelable
= true
in HWTEST_F()
613
.
userCancelable
= true
in HWTEST_F()
661
.
userCancelable
= false
in HWTEST_F()
869
.
userCancelable
= false
in HWTEST_F()
914
.
userCancelable
= false
in HWTEST_F()
965
.
userCancelable
= false
in HWTEST_F()
969
.
userCancelable
= false
in HWTEST_F()
996
* userUnCancelable flag, update with
userCancelable
pre-authorization
1004
.
userCancelable
in HWTEST_F()
[all...]
/base/security/access_token/frameworks/accesstoken/src/
H
A
D
hap_policy_parcel.cpp
67
RETURN_IF_FALSE(out.WriteBool(info[i].
userCancelable
));
in Marshalling()
117
RELEASE_IF_FALSE(in.ReadBool(info.
userCancelable
), hapPolicyParcel);
in Unmarshalling()
/base/security/access_token/interfaces/innerkits/accesstoken/include/
H
A
D
hap_token_info.h
147
bool
userCancelable
= false;
member in OHOS::Security::AccessToken::final
/base/security/access_token/test/fuzztest/services/accesstoken/allochaptokenstub_fuzzer/
H
A
D
allochaptokenstub_fuzzer.cpp
62
.
userCancelable
= true
in ConstructorParam()
/base/security/access_token/test/fuzztest/services/accesstoken/initHapTokenstub_fuzzer/
H
A
D
initHapTokenstub_fuzzer.cpp
62
.
userCancelable
= true
in ConstructorParam()
/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H
A
D
permission_manager.cpp
981
const std::string &permissionName, bool &
userCancelable
)
in IsUserGrantPermPreAuthorized()
991
userCancelable
= iter->
userCancelable
;
in IsUserGrantPermPreAuthorized()
1049
bool
userCancelable
= true;
in InitPermissionList()
local
1050
if (IsUserGrantPermPreAuthorized(policy.preAuthorizationInfo, state.permissionName,
userCancelable
)) {
in InitPermissionList()
1051
state.grantFlags[0] =
userCancelable
? PERMISSION_GRANTED_BY_POLICY : PERMISSION_SYSTEM_FIXED;
in InitPermissionList()
980
IsUserGrantPermPreAuthorized(const std::vector<PreAuthorizationInfo> &list, const std::string &permissionName, bool &
userCancelable
)
IsUserGrantPermPreAuthorized()
argument
Completed in 7 milliseconds