Home
last modified time | relevance | path

Searched refs:SandboxInstallType (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_common_event_mgr.h46 enum class SandboxInstallType : uint8_t { class
78 const SandboxInstallType &type);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_common_event_mgr.cpp155 const SandboxInstallType &type) in NotifySandboxAppStatus()
158 if (type == SandboxInstallType::INSTALL) { in NotifySandboxAppStatus()
160 } else if (type == SandboxInstallType::UNINSTALL) { in NotifySandboxAppStatus()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_installer.cpp138 result = commonEventMgr->NotifySandboxAppStatus(info, userInfo.uid, userId_, SandboxInstallType::INSTALL); in InstallSandboxApp()
232 result = commonEventMgr->NotifySandboxAppStatus(info, userInfo.uid, userId_, SandboxInstallType::UNINSTALL); in UninstallSandboxApp()
H A Dbundle_sandbox_exception_handler.cpp116 commonEventMgr->NotifySandboxAppStatus(info, info.GetUid(userId), userId, SandboxInstallType::UNINSTALL); in RemoveTokenIdAndKeepSandboxDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp7160 SandboxInstallType type = (SandboxInstallType)3; in HWTEST_F()

Completed in 14 milliseconds