Home
last modified time | relevance | path

Searched defs:installLocation (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dinstall_param.h65 int32_t installLocation; member
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_inner_feature.h36 int32_t installLocation; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dinstall_param.h50 InstallLocation installLocation = InstallLocation::INTERNAL_ONLY; member
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_manager_service.cpp289 …nagerService::InstallThirdBundle(const char *path, const SvcIdentity &svc, int32_t installLocation) in InstallThirdBundle()