Home
last modified time | relevance | path

Searched refs:InstallResult (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/
H A Dinstall_result.cpp113 void to_json(nlohmann::json &jsonObject, const InstallResult &installResult) in to_json()
122 void from_json(const nlohmann::json &jsonObject, InstallResult &installResult) in from_json()
207 bool InstallResult::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
230 bool InstallResult::Marshalling(Parcel &parcel) const in Marshalling()
238 InstallResult *InstallResult::Unmarshalling(Parcel &parcel) in Unmarshalling()
240 InstallResult *installResult = new (std::nothrow) InstallResult(); in Unmarshalling()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/free_install/
H A Dinstall_result.h44 struct InstallResult : public Parcelable { struct
51 static InstallResult *Unmarshalling(Parcel &parcel); argument
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dinstaller.h29 struct InstallResult { struct
52 InstallResult installResult; argument
H A Dinstaller.cpp422 static void ConvertInstallResult(InstallResult &installResult) in ConvertInstallResult()
968 InstallResult &installResult = asyncCallbackInfo->installResult; in InstallExecuter()
1136 InstallResult &installResult = asyncCallbackInfo->installResult; in UninstallOrRecoverExecuter()
1179 InstallResult &installResult = asyncCallbackInfo->installResult; in UninstallByUninstallParamExecuter()
1396 InstallResult &installResult = asyncCallbackInfo->installResult; in UninstallAndRecoverExecuter()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_base_test.cpp158 InstallResult installResult;
161 InstallResult result;
H A Dbms_bundle_free_install_test.cpp1527 InstallResult installResult;
1530 InstallResult result;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Djson_serializer.h92 void to_json(nlohmann::json &jsonObject, const InstallResult &installResult);
93 void from_json(const nlohmann::json &jsonObject, InstallResult &installResult);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.h185 struct InstallResult { struct
196 InstallResult installResult; argument
H A Dbundle_mgr.cpp4830 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 &installRes… in InnerUninstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp628 InstallResult installResult; in OnServiceCenterCall()
663 InstallResult installResult; in OnDelayedHeartbeat()
685 InstallResult installResult; in OnServiceCenterReceived()