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:MAX_SKILL_ITEM
(Results
1 - 5
of
5
) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H
A
D
ability_info.h
101
#define
MAX_SKILL_ITEM
4
macro
106
char *entities[
MAX_SKILL_ITEM
];
107
char *actions[
MAX_SKILL_ITEM
];
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H
A
D
ability_info_utils.cpp
203
ClearStringArray(abilityInfo->skills[i]->entities,
MAX_SKILL_ITEM
);
in SetAbilityInfoSkill()
204
ClearStringArray(abilityInfo->skills[i]->actions,
MAX_SKILL_ITEM
);
in SetAbilityInfoSkill()
211
CopyStringArray(abilityInfo->skills[i]->entities, skills[i]->entities,
MAX_SKILL_ITEM
);
in SetAbilityInfoSkill()
212
CopyStringArray(abilityInfo->skills[i]->actions, skills[i]->actions,
MAX_SKILL_ITEM
);
in SetAbilityInfoSkill()
232
ClearStringArray(abilityInfo->skills[i]->entities,
MAX_SKILL_ITEM
);
in ClearExtendedInfo()
233
ClearStringArray(abilityInfo->skills[i]->actions,
MAX_SKILL_ITEM
);
in ClearExtendedInfo()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H
A
D
gt_bundle_extractor.cpp
260
if (CompareStringArray(abilityInfo->skills[i]->actions,
MAX_SKILL_ITEM
)) {
in FindSkillService()
H
A
D
gt_bundle_manager_service.cpp
356
for (int32_t i = 0; i <
MAX_SKILL_ITEM
; i++) {
in isMatchActions()
371
for (int32_t i = 0; i <
MAX_SKILL_ITEM
; i++) {
in isMatchEntities()
H
A
D
gt_bundle_parser.cpp
480
if (entitiesCount >
MAX_SKILL_ITEM
|| actionsCount >
MAX_SKILL_ITEM
) {
in ParseOneSkill()
Completed in 6 milliseconds