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:hapFiles
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
resource_adapter_impl.cpp
284
std::vector<std::string>
hapFiles
;
in Init()
local
285
hapFiles
.emplace_back(resourceInfo.GetPackagePath());
in Init()
290
initRet = resourceManger_.InitMock(
hapFiles
, resourceInfo.GetSystemPackagePath(), configuration);
in Init()
292
initRet = resourceManger_.Init(
hapFiles
, handlers);
in Init()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H
A
D
installer.h
47
std::vector<std::string>
hapFiles
;
member
H
A
D
installer.cpp
83
"BusinessError 401: Parameter error. parameter
hapFiles
is needed for code signature";
914
const std::vector<std::string> bundleFilePath = asyncCallbackInfo->
hapFiles
;
in InstallExecuter()
1035
if (!CommonFunc::ParseStringArray(env, callbackPtr->
hapFiles
, args[i])) {
in Install()
1064
if (callbackPtr->
hapFiles
.empty() && !callbackPtr->installParam.verifyCodeParams.empty()) {
in Install()
1294
if (!CommonFunc::ParseStringArray(env, callbackPtr->
hapFiles
, args[i])) {
in UpdateBundleForSelf()
1323
if (callbackPtr->
hapFiles
.empty() && !callbackPtr->installParam.verifyCodeParams.empty()) {
in UpdateBundleForSelf()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H
A
D
bundle_mgr.h
192
std::vector<std::string>
hapFiles
;
member
H
A
D
bundle_mgr.cpp
5202
asyncCallbackInfo->
hapFiles
= bundleFilePaths;
in Install()
5227
asyncCallbackInfo->
hapFiles
,
in Install()
5294
asyncCallbackInfo->
hapFiles
,
in Install()
Completed in 16 milliseconds