Lines Matching defs:property

59     APPSPAWN_CHECK(context->message != NULL, return false, "Invalid property for type %{public}u", TLV_MSG_FLAGS);
66 return NULL, "Invalid property for type %{public}u", TLV_PERMISSION);
190 const AppSpawnSandboxCfg *sandbox, const AppSpawningCtx *property, int nwebspawn)
192 AppSpawnMsgFlags *msgFlags = (AppSpawnMsgFlags *)GetAppProperty(property, TLV_MSG_FLAGS);
194 "No msg flags in msg %{public}s", GetProcessName(property));
196 context->bundleName = GetBundleName(property);
198 context->dlpBundle = strcmp(GetProcessName(property), "com.ohos.dlpmanager") == 0;
208 context->message = property->message;
1003 static bool IsADFPermission(AppSpawnSandboxCfg *sandbox, const AppSpawningCtx *property)
1006 if (index > 0 && CheckAppPermissionFlagSet(property, index)) {
1010 if (GetBundleName(property) != NULL && strstr(GetBundleName(property), "com.ohos.dlpmanager") != NULL) {
1016 int StagedMountSystemConst(AppSpawnSandboxCfg *sandbox, const AppSpawningCtx *property, int nwebspawn)
1018 APPSPAWN_CHECK(sandbox != NULL, return -1, "Failed to get sandbox for %{public}s", GetProcessName(property));
1037 int ret = InitSandboxContext(context, sandbox, property, nwebspawn);
1040 if (IsSandboxMounted(sandbox, "system-const", context->rootPath) && IsADFPermission(sandbox, property) != true) {
1310 int MountSandboxConfigs(AppSpawnSandboxCfg *sandbox, const AppSpawningCtx *property, int nwebspawn)
1312 APPSPAWN_CHECK_ONLY_EXPER(property != NULL, return -1);
1313 APPSPAWN_CHECK(sandbox != NULL, return -1, "Failed to get sandbox for %{public}s", GetProcessName(property));
1317 int ret = InitSandboxContext(context, sandbox, property, nwebspawn);