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:resultSize
(Results
1 - 4
of
4
) sorted by relevance
/base/security/access_token/interfaces/innerkits/token_callback/test/unittest/src/
H
A
D
token_callback_test.cpp
66
uint32_t
resultSize
= grantResults.size();
in HWTEST_F()
local
77
ASSERT_EQ(true, data.WriteUint32(
resultSize
));
in HWTEST_F()
78
for (uint32_t i = 0; i <
resultSize
; i++) {
in HWTEST_F()
101
uint32_t
resultSize
= grantResults.size();
in HWTEST_F()
local
112
ASSERT_EQ(true, data.WriteUint32(
resultSize
));
in HWTEST_F()
113
for (uint32_t i = 0; i <
resultSize
; i++) {
in HWTEST_F()
/base/hiviewdfx/faultloggerd/test/unittest/async_stack/
H
A
D
stack_table_test.cpp
59
size_t
resultSize
= sizeof(pid) + sizeof(stackTable->GetTabelSize());
in HWTEST_F()
local
61
ASSERT_EQ(usedNodesSize +
resultSize
, functionsSize);
in HWTEST_F()
/base/location/frameworks/native/locator_sdk/source/
H
A
D
locator_proxy.cpp
680
int
resultSize
= reply.ReadInt32();
in GetAddressByCoordinateV9()
local
681
if (
resultSize
> GeoAddress::MAX_RESULT) {
in GetAddressByCoordinateV9()
682
resultSize
= GeoAddress::MAX_RESULT;
in GetAddressByCoordinateV9()
684
for (int i = 0; i <
resultSize
; i++) {
in GetAddressByCoordinateV9()
699
int
resultSize
= reply.ReadInt32();
in GetAddressByLocationNameV9()
local
700
if (
resultSize
> GeoAddress::MAX_RESULT) {
in GetAddressByLocationNameV9()
701
resultSize
= GeoAddress::MAX_RESULT;
in GetAddressByLocationNameV9()
703
for (int i = 0; i <
resultSize
; i++) {
in GetAddressByLocationNameV9()
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/service/
H
A
D
policy_info_manager.cpp
99
size_t
resultSize
= results.size();
in CleanPolicyOnMac()
local
100
PolicyOperateInfo info(
resultSize
,
resultSize
- failCount, failCount, 0);
in CleanPolicyOnMac()
Completed in 5 milliseconds