Searched defs:appProperty (Results 1 – 8 of 8) sorted by relevance
| /base/startup/appspawn/util/src/ |
| D | sandbox_utils.cpp | 287 string SandboxUtils::ConvertToRealPath(const ClientSocket::AppProperty *appProperty, std::string pa… in ConvertToRealPath() 306 std::string SandboxUtils::GetSbxPathByConfig(const ClientSocket::AppProperty *appProperty, nlohmann… in GetSbxPathByConfig() 336 static bool CheckMountConfig(nlohmann::json &mntPoint, const ClientSocket::AppProperty *appProperty, in CheckMountConfig() 364 static int32_t DoDlpAppMountStrategy(const ClientSocket::AppProperty *appProperty, in DoDlpAppMountStrategy() 398 static int32_t HandleSpecialAppMount(const ClientSocket::AppProperty *appProperty, in HandleSpecialAppMount() 429 int SandboxUtils::DoAllMntPointsMount(const ClientSocket::AppProperty *appProperty, in DoAllMntPointsMount() 488 int32_t SandboxUtils::DoAddGid(ClientSocket::AppProperty *appProperty, in DoAddGid() 509 int SandboxUtils::DoAllSymlinkPointslink(const ClientSocket::AppProperty *appProperty, nlohmann::js… in DoAllSymlinkPointslink() 548 int32_t SandboxUtils::DoSandboxFilePrivateBind(const ClientSocket::AppProperty *appProperty, in DoSandboxFilePrivateBind() 560 int32_t SandboxUtils::DoSandboxFilePermissionBind(ClientSocket::AppProperty *appProperty, in DoSandboxFilePermissionBind() [all …]
|
| /base/startup/appspawn/lite/ |
| D | appspawn_process.c | 86 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/ |
| D | appspawn_process.c | 53 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 225 AppSpawnClientExt *appProperty = (AppSpawnClientExt *)client; in SetUidGid() local 360 AppSpawnClientExt *appProperty = (AppSpawnClientExt *)client; in WaitForDebugger() local 414 AppParameter *appProperty = &((AppSpawnClientExt *)client)->property; in GetWrapBundleNameValue() local 431 AppParameter *appProperty = &((AppSpawnClientExt *)client)->property; in EncodeAppClient() local 458 AppParameter *appProperty = &((AppSpawnClientExt *)client)->property; in ColdStartApp() local
|
| D | appspawn_service.c | 265 static void HandleSpecial(AppSpawnClientExt *appProperty) in HandleSpecial() 283 static int WaitChild(int fd, int pid, const AppSpawnClientExt *appProperty) in WaitChild() 308 static void CheckColdAppEnabled(AppSpawnClientExt *appProperty) in CheckColdAppEnabled() 445 static int HandleMessage(AppSpawnClientExt *appProperty) in HandleMessage() 479 AppSpawnClientExt *appProperty = (AppSpawnClientExt *)LE_GetUserData(taskHandle); in OnReceiveRequest() local 563 AppSpawnClientExt *appProperty = (AppSpawnClientExt *)client; in NotifyResToParent() local
|
| /base/startup/appspawn/adapter/ |
| D | appspawn_adapter.cpp | 41 AppSpawnClientExt *appProperty = reinterpret_cast<AppSpawnClientExt *>(client); in SetAppAccessToken() local 73 AppSpawnClientExt *appProperty = reinterpret_cast<AppSpawnClientExt *>(client); in SetSelinuxCon() local
|
| D | appspawn_nweb.cpp | 100 AppSpawnClientExt *appProperty = reinterpret_cast<AppSpawnClientExt *>(client); in RunChildProcessorNweb() local 188 AppSpawnClientExt *appProperty = reinterpret_cast<AppSpawnClientExt *>(client); in GetProcessTerminationStatus() local
|
| D | appspawn_ace.cpp | 137 AppSpawnClientExt *appProperty = reinterpret_cast<AppSpawnClientExt *>(client); in RunChildProcessor() local
|
| /base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
| D | app_spawn_sandbox_test.cpp | 1086 static void InvalidJsonTest(ClientSocket::AppProperty* appProperty, std::string &testBundle) in InvalidJsonTest() 1094 static void NoBundleTest(ClientSocket::AppProperty* appProperty, std::string &testBundle) in NoBundleTest() 1105 static void NoModulesTest(ClientSocket::AppProperty* appProperty, std::string &testBundle) in NoModulesTest() 1116 static void NoVersionsTest(ClientSocket::AppProperty* appProperty, std::string &testBundle) in NoVersionsTest() 1127 static void ListSizeNotSameTest(ClientSocket::AppProperty* appProperty, std::string &testBundle) in ListSizeNotSameTest() 1139 static void ValueTypeIsNotArraryTest(ClientSocket::AppProperty* appProperty, std::string &testBundl… in ValueTypeIsNotArraryTest() 1151 static void ElementTypeIsNotStringTest(ClientSocket::AppProperty* appProperty, std::string &testBun… in ElementTypeIsNotStringTest() 1163 static void ElementTypeIsNotSameTestSN(ClientSocket::AppProperty* appProperty, std::string &testBun… in ElementTypeIsNotSameTestSN() 1176 static void ElementTypeIsNotSameTestNS(ClientSocket::AppProperty* appProperty, std::string &testBun… in ElementTypeIsNotSameTestNS() 1192 ClientSocket::AppProperty *appProperty = GetAppProperty(); variable
|