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:abilityInfoSize
(Results
1 - 5
of
5
) sorted by relevance
/foundation/bundlemanager/ecological_rule_manager/services/manager/src/
H
A
D
ecologic_rule_mgr_service_stub.cpp
113
int32_t
abilityInfoSize
= 0;
in OnEvaluateResolveInfosResult()
local
114
if (!data.ReadInt32(
abilityInfoSize
)) {
in OnEvaluateResolveInfosResult()
115
LOG_ERROR("read
abilityInfoSize
failed");
in OnEvaluateResolveInfosResult()
118
if (
abilityInfoSize
> MAX_ABILITY_INFO_SIZE) {
in OnEvaluateResolveInfosResult()
119
LOG_ERROR("
abilityInfoSize
exceed the maximum limit,
abilityInfoSize
= %{public}d, limit = %{public}d",
in OnEvaluateResolveInfosResult()
120
abilityInfoSize
, MAX_ABILITY_INFO_SIZE);
in OnEvaluateResolveInfosResult()
123
for (int32_t i = 0; i <
abilityInfoSize
; i++) {
in OnEvaluateResolveInfosResult()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H
A
D
app_scheduler_proxy.cpp
305
auto
abilityInfoSize
= static_cast<int32_t>(abilityStage.abilityInfos.size());
in ScheduleAbilityStage()
local
307
if (
abilityInfoSize
> max || extensionInfoSize > max) {
in ScheduleAbilityStage()
311
auto componentSize =
abilityInfoSize
+ extensionInfoSize;
in ScheduleAbilityStage()
/foundation/barrierfree/accessibility/common/interface/src/
H
A
D
accessible_ability_manager_service_proxy.cpp
204
int32_t
abilityInfoSize
= reply.ReadInt32();
in GetAbilityList()
local
205
if (
abilityInfoSize
< 0 ||
abilityInfoSize
> ABILITY_SIZE_MAX) {
in GetAbilityList()
206
HILOG_ERROR("
abilityInfoSize
is invalid");
in GetAbilityList()
210
for (int32_t i = 0; i <
abilityInfoSize
; i++) {
in GetAbilityList()
H
A
D
accessible_ability_manager_service_stub.cpp
248
int32_t
abilityInfoSize
= static_cast<int32_t>(abilityInfos.size());
in HandleGetAbilityList()
local
249
reply.WriteInt32(
abilityInfoSize
);
in HandleGetAbilityList()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H
A
D
bundle_mgr_proxy.cpp
2992
int32_t
abilityInfoSize
= reply.ReadInt32();
in ImplicitQueryInfos()
local
2993
for (int32_t i = 0; i <
abilityInfoSize
; i++) {
in ImplicitQueryInfos()
Completed in 13 milliseconds