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:userLen
(Results
1 - 1
of
1
) sorted by relevance
/base/security/access_token/interfaces/innerkits/accesstoken/src/
H
A
D
accesstoken_manager_proxy.cpp
1193
size_t
userLen
= userList.size();
in InitUserPolicy()
local
1195
if ((
userLen
== 0) || (
userLen
> MAX_USER_POLICY_SIZE) || (permLen == 0) || (permLen > MAX_USER_POLICY_SIZE)) {
in InitUserPolicy()
1196
ACCESSTOKEN_LOG_ERROR(LABEL, "UserLen %{public}zu or permLen %{public}zu is invalid",
userLen
, permLen);
in InitUserPolicy()
1200
if (!data.WriteUint32(
userLen
)) {
in InitUserPolicy()
1201
ACCESSTOKEN_LOG_ERROR(LABEL, "Failed to write
userLen
size.");
in InitUserPolicy()
1269
size_t
userLen
= userList.size();
in UpdateUserPolicy()
local
1270
if ((
userLen
== 0) || (
userLen
> MAX_USER_POLICY_SIZE)) {
in UpdateUserPolicy()
1271
ACCESSTOKEN_LOG_ERROR(LABEL, "UserLen %{public}zu is invalid.",
userLen
);
in UpdateUserPolicy()
[all...]
Completed in 2 milliseconds