Home
last modified time | relevance | path

Searched refs:SANDBOX_APP_INDEX (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/asset/services/core_service/src/common_event/
H A Dstart_event.rs27 const SANDBOX_APP_INDEX: &str = "sandbox_app_index"; const
43 let app_index_get_key = if is_sandbox { SANDBOX_APP_INDEX } else { APP_INDEX }; in handle_package_removed()
/ohos5.0/base/security/asset/services/os_dependency/src/
H A Dsystem_event_wrapper.cpp42 …int appIndex = isSandBoxApp ? want.GetIntParam(SANDBOX_APP_INDEX, -1) : want.GetIntParam(APP_INDEX… in HandlePackageRemoved()
65 int appIndex = want.GetIntParam(SANDBOX_APP_INDEX, -1); in HandleAppRestore()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/installer/
H A Dinstaller_impl.h35 static constexpr const char *SANDBOX_APP_INDEX = "sandbox_app_index"; variable
H A Dinstaller_impl.cpp60 int32_t appIndex = want.GetIntParam(SANDBOX_APP_INDEX, 0); in OnReceiveEvent()
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_common_event_observer.cpp109 appIndex = want.GetIntParam(AppExecFwk::Constants::SANDBOX_APP_INDEX, -1); in DealWithRemoveEvent()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h121 constexpr const char* SANDBOX_APP_INDEX = "sandbox_app_index"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_common_event_mgr.cpp39 constexpr const char* SANDBOX_APP_INDEX = "sandbox_app_index"; variable
174 want.SetParam(SANDBOX_APP_INDEX, info.GetAppIndex()); in NotifySandboxAppStatus()