Home
last modified time | relevance | path

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

/base/startup/appspawn/test/unittest/app_spawn_standard_test/
Dapp_spawn_sandbox_test.cpp90 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
108 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
121 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
135 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
150 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
164 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
206 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
248 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
289 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
332 AppSpawningCtx *appProperty = GetTestAppProperty(); variable
[all …]
/base/startup/appspawn/modules/sandbox/
Dsandbox_utils.cpp381 static void MakeAtomicServiceDir(const AppSpawningCtx *appProperty, std::string path, std::string v… in MakeAtomicServiceDir()
433 static std::string ReplaceVariablePackageName(const AppSpawningCtx *appProperty, const std::string … in ReplaceVariablePackageName()
485 string SandboxUtils::ConvertToRealPath(const AppSpawningCtx *appProperty, std::string path) in ConvertToRealPath()
523 std::string SandboxUtils::ConvertToRealPathWithPermission(const AppSpawningCtx *appProperty, in ConvertToRealPathWithPermission()
568 std::string SandboxUtils::GetSbxPathByConfig(const AppSpawningCtx *appProperty, nlohmann::json &con… in GetSbxPathByConfig()
611 static bool CheckMountConfig(nlohmann::json &mntPoint, const AppSpawningCtx *appProperty, in CheckMountConfig()
646 static int32_t DoDlpAppMountStrategy(const AppSpawningCtx *appProperty, in DoDlpAppMountStrategy()
692 static int32_t HandleSpecialAppMount(const AppSpawningCtx *appProperty, in HandleSpecialAppMount()
745 std::string SandboxUtils::GetSandboxOptions(const AppSpawningCtx *appProperty, nlohmann::json &conf… in GetSandboxOptions()
763 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.h214 APPSPAWN_INLINE int GetAppSpawnMsgType(const AppSpawningCtx *appProperty) in GetAppSpawnMsgType()