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:permListSize
(Results
1 - 4
of
4
) sorted by relevance
/base/security/access_token/interfaces/innerkits/token_callback/src/
H
A
D
token_callback_stub.cpp
50
uint32_t
permListSize
= data.ReadUint32();
in OnRemoteRequest()
local
51
if (
permListSize
> LIST_SIZE_MAX) {
in OnRemoteRequest()
52
ACCESSTOKEN_LOG_ERROR(LABEL, "Read
permListSize
fail %{public}u",
permListSize
);
in OnRemoteRequest()
56
for (uint32_t i = 0; i <
permListSize
; i++) {
in OnRemoteRequest()
63
if (statusListSize !=
permListSize
) {
in OnRemoteRequest()
68
for (uint32_t i = 0; i <
permListSize
; i++) {
in OnRemoteRequest()
/base/security/access_token/frameworks/accesstoken/src/
H
A
D
permission_state_change_scope_parcel.cpp
51
uint32_t
permListSize
= 0;
in Unmarshalling()
local
52
RELEASE_IF_FALSE(in.ReadUint32(
permListSize
), permStateChangeScopeParcel);
in Unmarshalling()
53
RELEASE_IF_FALSE(
permListSize
<= PERMS_LIST_SIZE_MAX, permStateChangeScopeParcel);
in Unmarshalling()
54
for (uint32_t i = 0; i <
permListSize
; i++) {
in Unmarshalling()
H
A
D
hap_policy_parcel.cpp
34
uint32_t
permListSize
= permList.size();
in Marshalling()
local
35
RETURN_IF_FALSE(out.WriteUint32(
permListSize
));
in Marshalling()
37
for (uint32_t i = 0; i <
permListSize
; i++) {
in Marshalling()
85
uint32_t
permListSize
;
in Unmarshalling()
local
86
RELEASE_IF_FALSE(in.ReadUint32(
permListSize
), hapPolicyParcel);
in Unmarshalling()
87
RELEASE_IF_FALSE((
permListSize
<= MAX_PERMLIST_SIZE), hapPolicyParcel);
in Unmarshalling()
89
for (uint32_t i = 0; i <
permListSize
; i++) {
in Unmarshalling()
/base/security/access_token/services/privacymanager/src/service/
H
A
D
privacy_manager_stub.cpp
256
uint32_t
permListSize
= data.ReadUint32();
in RegisterPermActiveStatusCallbackInner()
local
257
if (
permListSize
> PERM_LIST_SIZE_MAX) {
in RegisterPermActiveStatusCallbackInner()
258
ACCESSTOKEN_LOG_ERROR(LABEL, "Read
permListSize
fail");
in RegisterPermActiveStatusCallbackInner()
263
for (uint32_t i = 0; i <
permListSize
; i++) {
in RegisterPermActiveStatusCallbackInner()
Completed in 3 milliseconds