Home
last modified time | relevance | path

Searched defs:appProperty (Results 1 – 5 of 5) sorted by relevance

/base/startup/appspawn/test/unittest/app_spawn_standard_test/
Dapp_spawn_sandbox_test.cpp91 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
109 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
122 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
136 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
151 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
165 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
207 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
249 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
290 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
333 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
[all …]
Dapp_spawn_cold_run_test.cpp256 AppSpawningCtx appProperty; variable
/base/startup/appspawn/modules/sandbox/
Dsandbox_utils.cpp450 static void MakeAtomicServiceDir(const AppSpawningCtx *appProperty, std::string path, std::string v… in MakeAtomicServiceDir()
502 static std::string ReplaceVariablePackageName(const AppSpawningCtx *appProperty, const std::string … in ReplaceVariablePackageName()
554 string SandboxUtils::ConvertToRealPath(const AppSpawningCtx *appProperty, std::string path) in ConvertToRealPath()
592 std::string SandboxUtils::ConvertToRealPathWithPermission(const AppSpawningCtx *appProperty, in ConvertToRealPathWithPermission()
637 std::string SandboxUtils::GetSbxPathByConfig(const AppSpawningCtx *appProperty, nlohmann::json &con… in GetSbxPathByConfig()
680 static bool CheckMountConfig(nlohmann::json &mntPoint, const AppSpawningCtx *appProperty, in CheckMountConfig()
715 static int32_t DoDlpAppMountStrategy(const AppSpawningCtx *appProperty, in DoDlpAppMountStrategy()
761 static int32_t HandleSpecialAppMount(const AppSpawningCtx *appProperty, in HandleSpecialAppMount()
811 std::string SandboxUtils::GetSandboxOptions(const AppSpawningCtx *appProperty, nlohmann::json &conf… in GetSandboxOptions()
827 void SandboxUtils::GetSandboxMountConfig(const AppSpawningCtx *appProperty, const std::string &sect… in GetSandboxMountConfig()
[all …]
/base/startup/appspawn/lite/
Dappspawn_process.c86 AppSpawnClientLite *appProperty = (AppSpawnClientLite *)client; in SetProcessName() local
104 AppSpawnClientLite *appProperty = (AppSpawnClientLite *)client; in SetUidGid() local
133 AppSpawnClientLite *appProperty = (AppSpawnClientLite *)client; in SetCapabilities() local
167 AppSpawnClientLite *appProperty = (AppSpawnClientLite *)client; in RunChildProcessor() local
/base/startup/appspawn/standard/
Dappspawn_manager.h246 APPSPAWN_INLINE int GetAppSpawnMsgType(const AppSpawningCtx *appProperty) in GetAppSpawnMsgType()