Home
last modified time | relevance | path

Searched defs:installType (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/base/update/updateservice/services/firmware/upgrade/executor/include/
H A Dfirmware_install_executor.h30 …FirmwareInstallExecutor(InstallType installType, FirmwareInstallExecutorCallback firmwareInstallCa… in FirmwareInstallExecutor()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_bundle_status.cpp21const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::stri… 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()
/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
H A Dbundle_status_callback_proxy.cpp195const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::stri… in OnBundleStateChanged()
/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()
/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
/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/launcher_service_test/
H A Dlauncher_service_test.cpp37 …void TestBundleStatusCallback::OnBundleStateChanged(const uint8_t installType, const int32_t resul… in OnBundleStateChanged()
/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()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Droot_scene.cpp47 void OnBundleStateChanged(const uint8_t installType, in OnBundleStateChanged()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_common_event_mgr.cpp90 uint8_t installType = ((installResult.type == NotifyType::UNINSTALL_BUNDLE) || in NotifyBundleStatus() local
H A Dinner_event_report.cpp131 std::string installType = NORMAL_INSTALL_TYPE; in GetInstallType() local
/ohos5.0/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_manager.cpp227 InstallType installType) in DoInstall()
/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()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/
H A Dbms_launcher_service_system_test.cpp349const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::stri… in OnBundleStateChanged()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp82const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::stri… in OnBundleStateChanged()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp58const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::stri… in OnBundleStateChanged()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp476const uint8_t installType, const int32_t resultCode, const std::string& resultMsg, const std::stri… in OnBundleStateChanged()
7362 uint8_t installType = static_cast<uint8_t>(InstallType::INSTALL_CALLBACK); variable
7418 int32_t installType = 0; variable
7438 uint8_t installType = static_cast<uint8_t>(InstallType::INSTALL_CALLBACK); variable
7460 uint8_t installType = static_cast<uint8_t>(InstallType::INSTALL_CALLBACK); variable
7481 uint8_t installType = static_cast<uint8_t>(InstallType::INSTALL_CALLBACK); variable
H A Dbms_bundle_data_mgr_test.cpp919 void IBundleStatusCallbackTest::OnBundleStateChanged(const uint8_t installType, in OnBundleStateChanged()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp163const uint8_t installType, const int32_t resultCode, const std::string &resultMsg, const std::stri… in OnBundleStateChanged()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp234 void OnBundleStateChanged(const uint8_t installType, in OnBundleStateChanged()