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:vectorSize
(Results
1 - 5
of
5
) sorted by relevance
/base/account/os_account/frameworks/account_iam/src/
H
A
D
account_iam_callback_stub.cpp
109
uint32_t
vectorSize
= 0;
in ProcOnCredentialInfo()
local
111
if (!data.ReadUint32(
vectorSize
)) {
in ProcOnCredentialInfo()
115
if (
vectorSize
> MAX_VEC_SIZE) {
in ProcOnCredentialInfo()
119
for (uint32_t i = 0; i <
vectorSize
; ++i) {
in ProcOnCredentialInfo()
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H
A
D
scanhelper_fuzzer.cpp
108
int32_t
vectorSize
= dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER);
in TestSetOptionConstraintString()
local
109
for (int i = 0; i<
vectorSize
; i++) {
in TestSetOptionConstraintString()
121
int32_t
vectorSize
= dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER);
in TestSetOptionConstraintNumber()
local
122
for (int i = 0; i<
vectorSize
; i++) {
in TestSetOptionConstraintNumber()
/base/notification/distributed_notification_service/frameworks/core/src/
H
A
D
ans_manager_proxy.cpp
2028
int32_t
vectorSize
= 0;
in GetAllNotificationEnabledBundles()
local
2047
if (!reply.ReadInt32(
vectorSize
)) {
in GetAllNotificationEnabledBundles()
2048
ANS_LOGE("Fail: read
vectorSize
failed.");
in GetAllNotificationEnabledBundles()
2052
if (
vectorSize
> MAX_STATUS_VECTOR_NUM) {
in GetAllNotificationEnabledBundles()
2057
for (auto i = 0; i <
vectorSize
; i++) {
in GetAllNotificationEnabledBundles()
H
A
D
ans_manager_stub.cpp
2383
int32_t
vectorSize
= bundleOption.size();
in HandleGetAllNotificationEnableStatus()
local
2384
if (
vectorSize
> MAX_STATUS_VECTOR_NUM) {
in HandleGetAllNotificationEnableStatus()
2394
if (!reply.WriteInt32(
vectorSize
)) {
in HandleGetAllNotificationEnableStatus()
/base/account/os_account/frameworks/account_iam/test/unittest/src/
H
A
D
account_iam_client_test.cpp
791
uint32_t
vectorSize
= 1;
in HWTEST_F()
local
795
data.WriteUint32(
vectorSize
);
in HWTEST_F()
Completed in 20 milliseconds