Home
last modified time | relevance | path

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

/base/startup/appspawn/util/src/
Dsandbox_utils.cpp256 string SandboxUtils::ConvertToRealPath(const ClientSocket::AppProperty *appProperty, std::string pa… in ConvertToRealPath()
277 …:string SandboxUtils::ConvertToRealPathWithPermission(const ClientSocket::AppProperty *appProperty, in ConvertToRealPathWithPermission()
315 std::string SandboxUtils::GetSbxPathByConfig(const ClientSocket::AppProperty *appProperty, nlohmann… in GetSbxPathByConfig()
351 static bool CheckMountConfig(nlohmann::json &mntPoint, const ClientSocket::AppProperty *appProperty, in CheckMountConfig()
380 static int32_t DoDlpAppMountStrategy(const ClientSocket::AppProperty *appProperty, in DoDlpAppMountStrategy()
417 static int32_t HandleSpecialAppMount(const ClientSocket::AppProperty *appProperty, in HandleSpecialAppMount()
503 std::string SandboxUtils::GetSandboxPath(const ClientSocket::AppProperty *appProperty, nlohmann::js… in GetSandboxPath()
516 int SandboxUtils::DoAllMntPointsMount(const ClientSocket::AppProperty *appProperty, in DoAllMntPointsMount()
574 int32_t SandboxUtils::DoAddGid(ClientSocket::AppProperty *appProperty, nlohmann::json &appConfig, in DoAddGid()
595 int SandboxUtils::DoAllSymlinkPointslink(const ClientSocket::AppProperty *appProperty, nlohmann::js… in DoAllSymlinkPointslink()
[all …]
/base/startup/appspawn/standard/
Dappspawn_process.c52 AppParameter *appProperty = &((AppSpawnClientExt *)client)->property; in SetAsanEnabledEnv() local
82 AppParameter *appProperty = &appPropertyExt->property; in SetProcessName() local
116 AppSpawnClientExt *appProperty = (AppSpawnClientExt *)client; in SetKeepCapabilities() local
169 AppSpawnClientExt *appProperty = (AppSpawnClientExt *)client; in InitDebugParams() local
199 AppSpawnClientExt *appProperty = (AppSpawnClientExt *)client; in ClearEnvironment() local
218 AppSpawnClientExt *appProperty = (AppSpawnClientExt *)client; in SetXpmConfig() local
236 AppSpawnClientExt *appProperty = (AppSpawnClientExt *)client; in SetUidGid() local
348 AppSpawnClientExt *appProperty = (AppSpawnClientExt *)client; in WaitForDebugger() local
390 AppParameter *appProperty = &((AppSpawnClientExt *)client)->property; in GetWrapBundleNameValue() local
407 AppParameter *appProperty = &((AppSpawnClientExt *)client)->property; in EncodeAppClient() local
[all …]
Dappspawn_service.c273 AppParameter *appProperty = &((AppSpawnClientExt *)client)->property; in MountAppEl2Dir() local
411 static void HandleSpecial(AppSpawnClientExt *appProperty) in HandleSpecial()
429 static int WaitChild(int fd, int pid, const AppSpawnClientExt *appProperty) in WaitChild()
454 static void CheckColdAppEnabled(AppSpawnClientExt *appProperty) in CheckColdAppEnabled()
555 static int HandleMessage(AppSpawnClientExt *appProperty) in HandleMessage()
593 AppSpawnClientExt *appProperty = (AppSpawnClientExt *)LE_GetUserData(taskHandle); in OnReceiveRequest() local
673 AppSpawnClientExt *appProperty = (AppSpawnClientExt *)client; in NotifyResToParent() local
/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/adapter/
Dappspawn_adapter.cpp42 AppSpawnClientExt *appProperty = reinterpret_cast<AppSpawnClientExt *>(client); in SetAppAccessToken() local
74 AppSpawnClientExt *appProperty = reinterpret_cast<AppSpawnClientExt *>(client); in SetSelinuxCon() local
Dappspawn_nweb.cpp171 AppSpawnClientExt *appProperty = reinterpret_cast<AppSpawnClientExt *>(client); in RunChildProcessorNweb() local
260 AppSpawnClientExt *appProperty = reinterpret_cast<AppSpawnClientExt *>(client); in GetProcessTerminationStatus() local
Dappspawn_ace.cpp146 AppSpawnClientExt *appProperty = reinterpret_cast<AppSpawnClientExt *>(client); in RunChildProcessor() local
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
Dapp_spawn_sandbox_test.cpp1029 static void InvalidJsonTest(ClientSocket::AppProperty* appProperty, std::string &testBundle) in InvalidJsonTest()
1037 static void NoBundleTest(ClientSocket::AppProperty* appProperty, std::string &testBundle) in NoBundleTest()
1048 static void NoModulesTest(ClientSocket::AppProperty* appProperty, std::string &testBundle) in NoModulesTest()
1059 static void NoVersionsTest(ClientSocket::AppProperty* appProperty, std::string &testBundle) in NoVersionsTest()
1070 static void ListSizeNotSameTest(ClientSocket::AppProperty* appProperty, std::string &testBundle) in ListSizeNotSameTest()
1082 static void ValueTypeIsNotArraryTest(ClientSocket::AppProperty* appProperty, std::string &testBundl… in ValueTypeIsNotArraryTest()
1094 static void ElementTypeIsNotStringTest(ClientSocket::AppProperty* appProperty, std::string &testBun… in ElementTypeIsNotStringTest()
1106 static void ElementTypeIsNotSameTestSN(ClientSocket::AppProperty* appProperty, std::string &testBun… in ElementTypeIsNotSameTestSN()
1119 static void ElementTypeIsNotSameTestNS(ClientSocket::AppProperty* appProperty, std::string &testBun… in ElementTypeIsNotSameTestNS()
1135 ClientSocket::AppProperty *appProperty = GetAppProperty(); variable