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_BUNDLE_NAME
(Results
1 - 9
of
9
) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H
A
D
element_name.cpp
27
constexpr int
MAX_BUNDLE_NAME
= 127;
member
101
} else if (strlen(element->bundleName) >
MAX_BUNDLE_NAME
) {
in SerializeElement()
H
A
D
bundle_manager.cpp
38
constexpr static uint8_t
MAX_BUNDLE_NAME
= 128;
variable
175
if (length >
MAX_BUNDLE_NAME
) {
in DeserializeInnerBundleName()
405
if ((bundleName == nullptr) || (installerCallback == nullptr) || (strlen(bundleName) >=
MAX_BUNDLE_NAME
) ||
in Uninstall()
493
if (flags < 0 || flags > 1 || (strlen(bundleName) >=
MAX_BUNDLE_NAME
)) {
in GetBundleInfo()
702
if (strlen(bundleName) >=
MAX_BUNDLE_NAME
) {
in GetBundleSize()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H
A
D
bundle_constants.h
38
constexpr uint8_t
MAX_BUNDLE_NAME
= 127;
member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H
A
D
bundle_constants.h
86
constexpr uint8_t
MAX_BUNDLE_NAME
= 128;
member
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_uninstall_system_test/
H
A
D
bms_uninstall_system_test.cpp
45
const int32_t
MAX_BUNDLE_NAME
= 6;
member
134
for (int32_t i = 0; i <=
MAX_BUNDLE_NAME
; i++) {
in SetUp()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H
A
D
module_profile.cpp
1401
if (bundleName.size() < Constants::MIN_BUNDLE_NAME || bundleName.size() > Constants::
MAX_BUNDLE_NAME
) {
in CheckBundleNameIsValid()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_profile.cpp
1718
if (bundleName.size() < Constants::MIN_BUNDLE_NAME || bundleName.size() > Constants::
MAX_BUNDLE_NAME
) {
in CheckBundleNameIsValid()
H
A
D
module_profile.cpp
1547
if (bundleName.size() < Constants::MIN_BUNDLE_NAME || bundleName.size() > Constants::
MAX_BUNDLE_NAME
) {
in CheckBundleNameIsValid()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H
A
D
bundle_mgr_proxy.cpp
4071
if (bundleName.length() > Constants::
MAX_BUNDLE_NAME
) {
in QueryAppGalleryBundleName()
Completed in 21 milliseconds