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:aclRequestedList
(Results
1 - 7
of
7
) sorted by relevance
/base/security/access_token/frameworks/accesstoken/src/
H
A
D
hap_policy_parcel.cpp
53
const std::vector<std::string>&
aclRequestedList
= this->hapPolicyParameter.
aclRequestedList
;
in Marshalling()
local
54
uint32_t aclRequestedListSize =
aclRequestedList
.size();
in Marshalling()
58
RETURN_IF_FALSE(out.WriteString(
aclRequestedList
[i]));
in Marshalling()
109
hapPolicyParcel->hapPolicyParameter.
aclRequestedList
.emplace_back(acl);
in Unmarshalling()
/base/security/access_token/interfaces/innerkits/accesstoken/include/
H
A
D
hap_token_info.h
162
std::vector<std::string>
aclRequestedList
;
member in OHOS::Security::AccessToken::final
/base/security/access_token/test/fuzztest/services/accesstoken/allochaptokenstub_fuzzer/
H
A
D
allochaptokenstub_fuzzer.cpp
69
.
aclRequestedList
= {permissionName},
in ConstructorParam()
/base/security/access_token/test/fuzztest/services/accesstoken/initHapTokenstub_fuzzer/
H
A
D
initHapTokenstub_fuzzer.cpp
69
.
aclRequestedList
= {permissionName},
in ConstructorParam()
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/
H
A
D
app_installation_optimized_test.cpp
1110
.
aclRequestedList
= {}
in HWTEST_F()
1113
testPolicyParam.
aclRequestedList
.emplace_back("ohos.permission.CAMERA");
in HWTEST_F()
1119
testPolicyParam.
aclRequestedList
.emplace_back("ohos.permission.CAMERA");
in HWTEST_F()
1137
.
aclRequestedList
= {},
in HWTEST_F()
1169
.
aclRequestedList
= {},
in HWTEST_F()
/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H
A
D
permission_manager.cpp
952
policy.
aclRequestedList
.begin(), policy.
aclRequestedList
.end(), [permDef](const auto &perm) {
in IsAclSatisfied()
1015
policy.permStateList.size(), policy.preAuthorizationInfo.size(), policy.
aclRequestedList
.size());
in InitPermissionList()
/base/security/access_token/services/accesstokenmanager/test/unittest/
H
A
D
accesstoken_info_manager_test.cpp
509
policy.hapPolicyParameter.
aclRequestedList
= { "ohos.permission.PRELOAD_APPLICATION" };
in HWTEST_F()
Completed in 9 milliseconds