Searched refs:hapFlags (Results 1 - 6 of 6) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 434 unsigned int hapFlags = GetHapFlags(createDirParam.isPreInstallApp, createDirParam.debug, in CreateBundleDataDir() local 486 ErrCode ret = SetDirApl(bundleDataDir, createDirParam.bundleName, createDirParam.apl, hapFlags); in CreateBundleDataDir() 505 ret = SetDirApl(databaseDir, createDirParam.bundleName, createDirParam.apl, hapFlags); in CreateBundleDataDir() 533 ErrCode ret = SetDirApl(bundleBackupDir, createDirParam.bundleName, createDirParam.apl, hapFlags); in CreateBundleDataDir() 540 ret = SetDirApl(bundleBackupDir, createDirParam.bundleName, createDirParam.apl, hapFlags); in CreateBundleDataDir() 572 unsigned int hapFlags = GetHapFlags(createDirParam.isPreInstallApp, createDirParam.debug, in CreateExtensionDir() local 589 auto ret = SetDirApl(extensionDir, createDirParam.bundleName, createDirParam.apl, hapFlags); in CreateExtensionDir() 970 unsigned int hapFlags = 0; in GetHapFlags() local 972 hapFlags = isPreInstallApp ? SELINUX_HAP_RESTORECON_PREINSTALLED_APP : 0; in GetHapFlags() 973 hapFlags | in GetHapFlags() 982 unsigned int hapFlags = GetHapFlags(isPreInstallApp, debug, false); SetDirApl() local 986 SetDirApl(const std::string &dir, const std::string &bundleName, const std::string &apl, unsigned int hapFlags) SetDirApl() argument [all...] |
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_spawn_msg_wrapper.cpp | 139 msg_->hapFlags = startMsg.hapFlags; in AssembleMsg()
|
H A D | app_spawn_client.cpp | 390 ret = AppSpawnReqMsgSetAppDomainInfo(reqHandle, startMsg.hapFlags, startMsg.apl.c_str()); in AppspawnCreateDefaultMsg() 393 "fail, hapFlags is %{public}d, apl is %{public}s, ret: %{public}d", in AppspawnCreateDefaultMsg() 394 startMsg.hapFlags, startMsg.apl.c_str(), ret); in AppspawnCreateDefaultMsg()
|
H A D | app_mgr_service_inner.cpp | 3247 startMsg.hapFlags = bundleInfo.isPreInstallApp ? 1 : 0; in SetAppInfo()
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_spawn_client.h | 62 uint32_t hapFlags = 0; // whether is pre installed hap member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 248 unsigned int hapFlags);
|
Completed in 17 milliseconds