/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | bundle_callback.cpp | 53 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 D | firmware_install_executor.h | 30 …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 D | bundle_status_callback_host.cpp | 50 uint8_t installType = data.ReadUint8(); in OnRemoteRequest() local 54 OnBundleStateChanged(installType, resultCode, resultMsg, bundleName); in OnRemoteRequest()
|
H A D | bundle_status_callback_proxy.cpp | 195 …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 D | firmware_install_apply_mode.h | 34 InstallType installType, OnExecuteFinishCallback onExecuteFinishCallback) in FirmwareInstallApplyMode() argument 37 installType_(installType), in FirmwareInstallApplyMode()
|
/ohos5.0/base/update/updateservice/services/firmware/common/src/ |
H A D | firmware_update_helper.cpp | 55 … 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 D | launcher_service_test.cpp | 28 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 D | bundle_status_callback.h | 60 typedef void (*BundleStateCallback)(const uint8_t installType, const uint8_t resultCode, const void…
|
/ohos5.0/foundation/multimedia/av_session/services/session/adapter/ |
H A D | bundle_status_adapter.cpp | 205 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 D | bundle_status_adapter.h | 75 void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | mock_bundle_status.cpp | 21 …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 D | mock_bundle_status.h | 32 …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 D | firmware_manager.cpp | 227 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 D | bundle_status_callback.h | 32 …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 D | bundle_status_callback_proxy.h | 40 …virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::…
|
H A D | bundle_status_callback_interface.h | 39 …virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode, const std::…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_event_report.cpp | 131 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 D | bundle_common_event_mgr.cpp | 90 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 D | firmware_manager.h | 46 …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 D | drv_bundle_state_callback.h | 61 virtual void OnBundleStateChanged(const uint8_t installType, const int32_t resultCode,
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | root_scene.cpp | 47 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 D | bms_search_system_test.cpp | 61 …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 D | bundlemgr_proxy_test.cpp | 47 …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 D | drv_bundle_state_callback.cpp | 184 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 D | bms_launcher_service_system_test.cpp | 337 …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
|