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:bundleNameLen
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H
A
D
js_app_context.cpp
235
size_t
bundleNameLen
= strlen(bundleName);
in SetCurrentAbilityInfo()
local
236
if ((
bundleNameLen
> 0) && (
bundleNameLen
< NAME_LENGTH_MAX)) {
in SetCurrentAbilityInfo()
237
currentBundleName_ = static_cast<char *>(ace_malloc(
bundleNameLen
+ 1));
in SetCurrentAbilityInfo()
244
if (memcpy_s(currentBundleName_,
bundleNameLen
, bundleName,
bundleNameLen
) != 0) {
in SetCurrentAbilityInfo()
251
currentBundleName_[
bundleNameLen
] = 0;
in SetCurrentAbilityInfo()
/foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle/src/
H
A
D
native_interface_bundle.cpp
111
size_t
bundleNameLen
= bundleInfo.applicationInfo.bundleName.size();
in OH_NativeBundle_GetCurrentApplicationInfo()
local
112
if ((
bundleNameLen
== 0) || (
bundleNameLen
+ 1) > CHAR_MAX_LENGTH) {
in OH_NativeBundle_GetCurrentApplicationInfo()
116
nativeApplicationInfo.bundleName = static_cast<char*>(malloc(
bundleNameLen
+ 1));
in OH_NativeBundle_GetCurrentApplicationInfo()
121
if (strcpy_s(nativeApplicationInfo.bundleName,
bundleNameLen
+ 1,
in OH_NativeBundle_GetCurrentApplicationInfo()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H
A
D
gt_extractor_util.cpp
106
uint32_t
bundleNameLen
= ReadInt(fp);
in ExtractFileHeaderInfo()
local
107
if (
bundleNameLen
== UINT_MAX) {
in ExtractFileHeaderInfo()
111
if ((*bundleName = reinterpret_cast<char *>(ReadString(fp,
bundleNameLen
))) == nullptr) {
in ExtractFileHeaderInfo()
/foundation/distributedhardware/device_manager/interfaces/kits/js/include/
H
A
D
native_devicemanager_js.h
43
size_t
bundleNameLen
= 0;
member
67
size_t
bundleNameLen
= 0;
member
84
size_t
bundleNameLen
= 0;
member
99
size_t
bundleNameLen
= 0;
member
114
size_t
bundleNameLen
= 0;
member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H
A
D
cloud_extension.h
310
*
bundleNameLen
[IN]
317
unsigned int
bundleNameLen
,
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/
H
A
D
native_devicemanager_js.h
41
size_t
bundleNameLen
= 0;
member
53
size_t
bundleNameLen
= 0;
member
68
size_t
bundleNameLen
= 0;
member
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/
H
A
D
remote_file_share.cpp
78
uint64_t
bundleNameLen
;
member
305
hdi.
bundleNameLen
= bundleName.size() + 1;
in InitHmdfsInfo()
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H
A
D
native_devicemanager_js.cpp
3192
&asCallbackInfo->
bundleNameLen
);
in CreateDeviceManager()
Completed in 11 milliseconds