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:InstallResult
(Results
1 - 10
of
10
) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/
H
A
D
install_result.cpp
109
void to_json(nlohmann::json &jsonObject, const
InstallResult
&installResult)
in to_json()
118
void from_json(const nlohmann::json &jsonObject,
InstallResult
&installResult)
in from_json()
201
bool
InstallResult
::ReadFromParcel(Parcel &parcel)
in ReadFromParcel()
224
bool
InstallResult
::Marshalling(Parcel &parcel) const
in Marshalling()
232
InstallResult
*
InstallResult
::Unmarshalling(Parcel &parcel)
in Unmarshalling()
234
InstallResult
*installResult = new (std::nothrow)
InstallResult
();
in Unmarshalling()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/free_install/
H
A
D
install_result.h
44
struct
InstallResult
: public Parcelable {
struct
51
static
InstallResult
*Unmarshalling(Parcel &parcel);
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H
A
D
installer.h
29
struct
InstallResult
{
struct
52
InstallResult
installResult;
H
A
D
installer.cpp
421
static void ConvertInstallResult(
InstallResult
&installResult)
in ConvertInstallResult()
915
InstallResult
&installResult = asyncCallbackInfo->installResult;
in InstallExecuter()
1083
InstallResult
&installResult = asyncCallbackInfo->installResult;
in UninstallOrRecoverExecuter()
1126
InstallResult
&installResult = asyncCallbackInfo->installResult;
in UninstallByUninstallParamExecuter()
1343
InstallResult
&installResult = asyncCallbackInfo->installResult;
in UninstallAndRecoverExecuter()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H
A
D
bms_bundle_free_install_base_test.cpp
158
InstallResult
installResult;
in HWTEST_F()
161
InstallResult
result;
in HWTEST_F()
H
A
D
bms_bundle_free_install_test.cpp
1523
* @tc.desc: test Unmarshalling of
InstallResult
1527
InstallResult
installResult;
in HWTEST_F()
1530
InstallResult
result;
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H
A
D
json_serializer.h
93
void to_json(nlohmann::json &jsonObject, const
InstallResult
&installResult);
94
void from_json(const nlohmann::json &jsonObject,
InstallResult
&installResult);
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H
A
D
bundle_mgr.h
185
struct
InstallResult
{
struct
196
InstallResult
installResult;
H
A
D
bundle_mgr.cpp
4829
static void ConvertInstallResult(
InstallResult
&installResult)
in ConvertInstallResult()
5010
InstallResult
&installResult)
in InnerInstall()
5327
InstallResult
&installResult)
in InnerRecover()
5500
napi_env env, const std::string &bundleName, InstallParam &installParam,
InstallResult
&installResult)
in InnerUninstall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H
A
D
bundle_connect_ability_mgr.cpp
604
InstallResult
installResult;
in OnServiceCenterCall()
639
InstallResult
installResult;
in OnDelayedHeartbeat()
Completed in 21 milliseconds