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:UI_Malloc
(Results
1 - 5
of
5
) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H
A
D
gt_extractor_util.cpp
82
unsigned char *buf = reinterpret_cast<unsigned char *>(
UI_Malloc
((len + 1) * sizeof(unsigned char)));
in ReadString()
204
char *destPath = reinterpret_cast<char *>(
UI_Malloc
(len));
in HasWrittenFile()
249
char *buf = reinterpret_cast<char *>(
UI_Malloc
(reading));
in HasCopiedData()
H
A
D
gt_bundle_manager_service.cpp
650
char *appPath = reinterpret_cast<char *>(
UI_Malloc
(len));
in ScanThirdApp()
790
reinterpret_cast<ToBeInstalledApp *>(
UI_Malloc
(sizeof(ToBeInstalledApp)));
in AddSystemAppPathList()
897
char *path = reinterpret_cast<char *>(
UI_Malloc
(len + 1));
in UpdateBundleInfoList()
H
A
D
gt_bundle_parser.cpp
893
char *dataPath = reinterpret_cast<char *>(
UI_Malloc
(len));
in SetBundleInfo()
965
permissions.permissionTrans = reinterpret_cast<PermissionTrans *>(
UI_Malloc
(sizeof(PermissionTrans) *
in ParsePermissions()
H
A
D
bundle_util.cpp
940
char *rootDir = reinterpret_cast<char *>(
UI_Malloc
((index + 1) * sizeof(char)));
in GetRootDir()
/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H
A
D
adapter.h
61
#define
UI_Malloc
(a) OhosMalloc(MEM_TYPE_APPFMK, a)
macro
Completed in 6 milliseconds