Lines Matching defs:flags
114 const char *g_sandBoxFlags = "sandbox-flags";
115 const char *g_sandBoxFlagsCustomized = "sandbox-flags-customized";
124 const char *g_flagePoint = "flags-point";
126 const char *g_flags = "flags";
127 const char *g_sandBoxNsFlags = "sandbox-ns-flags";
156 return msgFlags->flags[0];
434 uint32_t flags = CheckAppSpawnMsgFlag(appProperty->message, TLV_MSG_FLAGS, APP_FLAGS_ATOMIC_SERVICE) ? 0x4 : 0;
435 if (flags == 0) {
436 flags = (CheckAppSpawnMsgFlag(appProperty->message, TLV_MSG_FLAGS, APP_FLAGS_CLONE_ENABLE) &&
438 flags |= CheckAppSpawnMsgFlag(appProperty->message, TLV_MSG_FLAGS, APP_FLAGS_EXTENSION_SANDBOX) ? 0x2 : 0;
443 switch (flags) {
987 APPSPAWN_LOGE("read flags config failed, app name is %{public}s", GetBundleName(appProperty));