Home
last modified time | relevance | path

Searched defs:hapFlags (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/include/
H A Dhap_restorecon.h47 unsigned int hapFlags = 0; member
53 unsigned int hapFlags = 0; member
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dhap_restorecon.cpp421 char **secontextPtr, unsigned int hapFlags) in HapLabelLookup()
534 context_t con, unsigned int hapFlags) in HapContextsLookup()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp450 unsigned int hapFlags = GetHapFlags(createDirParam.isPreInstallApp, createDirParam.debug, in CreateBundleDataDir() local
579 unsigned int hapFlags = GetHapFlags(createDirParam.isPreInstallApp, createDirParam.debug, in CreateExtensionDir() local
1024 unsigned int hapFlags = 0; in GetHapFlags() local
1036 unsigned int hapFlags = GetHapFlags(isPreInstallApp, debug, false); in SetDirApl() local
1041 unsigned int hapFlags) in SetDirApl()
/ohos5.0/base/startup/appspawn/modules/module_engine/include/
H A Dappspawn_msg.h112 uint32_t hapFlags; member
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h62 uint32_t hapFlags = 0; // whether is pre installed hap member
/ohos5.0/base/startup/appspawn/test/fuzztest/appspawnclient_fuzzer/
H A Dappspawnclient_fuzzer.cpp181 uint32_t hapFlags = static_cast<uint32_t>(size); in FuzzAppSpawnReqMsgSetAppDomainInfo() local
/ohos5.0/base/startup/appspawn/test/moduletest/
H A Dappspawn_test_cmder.cpp223 uint32_t hapFlags = GetIntValueFromJsonObj(config, "hap-flags", 0); in AddDomainInfoFromJson() local
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_client_test/
H A Dapp_spawn_interface_test.cpp277 const uint32_t hapFlags[] = {1}; variable
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_msg.c473 int AppSpawnReqMsgSetAppDomainInfo(AppSpawnReqMsgHandle reqHandle, uint32_t hapFlags, const char *a… in AppSpawnReqMsgSetAppDomainInfo()
/ohos5.0/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp51 uint32_t hapFlags; member