Home
last modified time | relevance | path

Searched refs:installType (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_callback.cpp53 int32_t InnerCallback(uint32_t installType, uint8_t resultCode, const char *bundleName) in InnerCallback() argument
66 …callback(installType, resultCode, ObtainErrorMessage(resultCode).c_str(), bundleName, callbackInfo… in InnerCallback()
70 if (installType == INSTALL_CALLBACK) { in InnerCallback()
71 callback(installType, resultCode, INSTALL_SUCCESS, bundleName, callbackInfo.data); in InnerCallback()
75 if (installType == UNINSTALL_CALLBACK) { in InnerCallback()
76 callback(installType, resultCode, UNINSTALL_SUCCESS, bundleName, callbackInfo.data); in InnerCallback()
/ohos5.0/base/update/updateservice/services/firmware/upgrade/executor/include/
H A Dfirmware_install_executor.h30 …FirmwareInstallExecutor(InstallType installType, FirmwareInstallExecutorCallback firmwareInstallCa… in FirmwareInstallExecutor() argument
31 : installType_(installType), installCallback_(firmwareInstallCallback) {} in FirmwareInstallExecutor()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_status_callback_host.cpp50 uint8_t installType = data.ReadUint8(); in OnRemoteRequest() local
54 OnBundleStateChanged(installType, resultCode, resultMsg, bundleName); in OnRemoteRequest()
H A Dbundle_status_callback_proxy.cpp195 …const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::stri… in OnBundleStateChanged() argument
205 if (!data.WriteUint8(installType)) { in OnBundleStateChanged()
/ohos5.0/base/update/updateservice/services/firmware/upgrade/mode/include/
H A Dfirmware_install_apply_mode.h34 InstallType installType, OnExecuteFinishCallback onExecuteFinishCallback) in FirmwareInstallApplyMode() argument
37 installType_(installType), in FirmwareInstallApplyMode()
/ohos5.0/base/update/updateservice/services/firmware/common/src/
H A Dfirmware_update_helper.cpp55 … InstallType installType = (DeviceAdapter::GetBootSlot()) == Firmware::BOOTSLOTS_AB_UPDATE_VALUE ? in GetInstallType() local
57 FIRMWARE_LOGI("get installType(bootsloot) %{public}d", CAST_INT(installType)); in GetInstallType()
58 return installType; in GetInstallType()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/launcher_service_test/
H A Dlauncher_service_test.cpp28 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode,
37 …void TestBundleStatusCallback::OnBundleStateChanged(const uint8_t installType, const int32_t resul… in OnBundleStateChanged() argument
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dbundle_status_callback.h60 typedef void (*BundleStateCallback)(const uint8_t installType, const uint8_t resultCode, const void…
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Dbundle_status_adapter.cpp205 void BundleStatusCallbackImpl::OnBundleStateChanged(const uint8_t installType, const int32_t result… in OnBundleStateChanged() argument
208 if (installType == static_cast<uint8_t>(AppExecFwk::InstallType::UNINSTALL_CALLBACK)) { in OnBundleStateChanged()
H A Dbundle_status_adapter.h75 void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_bundle_status.cpp21 …const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::stri… in OnBundleStateChanged() argument
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_bundle_status.h32 …virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::…
/ohos5.0/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_manager.cpp227 InstallType installType) in DoInstall() argument
230 CAST_INT(upgradeOptions.order), CAST_INT(installType)); in DoInstall()
237 … std::make_shared<FirmwareInstallApplyMode>(upgradeOptions, businessError, installType, [=]() { in DoInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Dbundle_status_callback.h32 …virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::… in OnBundleStateChanged() argument
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_status_callback_proxy.h40 …virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::…
H A Dbundle_status_callback_interface.h39 …virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_event_report.cpp131 std::string installType = NORMAL_INSTALL_TYPE; in GetInstallType() local
133 installType = FREE_INSTALL_TYPE; in GetInstallType()
135 installType = PRE_BUNDLE_INSTALL_TYPE; in GetInstallType()
138 return installType; in GetInstallType()
H A Dbundle_common_event_mgr.cpp90 uint8_t installType = ((installResult.type == NotifyType::UNINSTALL_BUNDLE) || in NotifyBundleStatus() local
111 … callback->OnBundleStateChanged(installType, installResult.resultCode, Constants::EMPTY_STRING, in NotifyBundleStatus()
/ohos5.0/base/update/updateservice/services/firmware/upgrade/flow/include/
H A Dfirmware_manager.h46 …stall(const UpgradeOptions &upgradeOptions, BusinessError &businessError, InstallType installType);
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/include/drivers_pkg_manager/
H A Ddrv_bundle_state_callback.h61 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode,
/ohos5.0/foundation/window/window_manager/wm/src/
H A Droot_scene.cpp47 void OnBundleStateChanged(const uint8_t installType, in OnBundleStateChanged() argument
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp61 …virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::…
82 …const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::stri… in OnBundleStateChanged() argument
85 installType, in OnBundleStateChanged()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp47 …virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::…
58 …const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::stri… in OnBundleStateChanged() argument
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H A Ddrv_bundle_state_callback.cpp184 void DrvBundleStateCallback::OnBundleStateChanged(const uint8_t installType, const int32_t resultCo… in OnBundleStateChanged() argument
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/
H A Dbms_launcher_service_system_test.cpp337 …virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::…
349 …const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::stri… in OnBundleStateChanged() argument

12