Lines Matching defs:appProperty
256 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()
634 int32_t SandboxUtils::DoSandboxFilePrivateBind(const ClientSocket::AppProperty *appProperty, in DoSandboxFilePrivateBind()
646 int32_t SandboxUtils::DoSandboxFilePermissionBind(ClientSocket::AppProperty *appProperty, in DoSandboxFilePermissionBind()
685 int32_t SandboxUtils::DoSandboxFilePrivateSymlink(const ClientSocket::AppProperty *appProperty, in DoSandboxFilePrivateSymlink()
696 int32_t SandboxUtils::HandleFlagsPoint(const ClientSocket::AppProperty *appProperty, in HandleFlagsPoint()
723 …_t SandboxUtils::DoSandboxFilePrivateFlagsPointHandle(const ClientSocket::AppProperty *appProperty, in DoSandboxFilePrivateFlagsPointHandle()
734 …2_t SandboxUtils::DoSandboxFileCommonFlagsPointHandle(const ClientSocket::AppProperty *appProperty, in DoSandboxFileCommonFlagsPointHandle()
745 int32_t SandboxUtils::DoSandboxFileCommonBind(const ClientSocket::AppProperty *appProperty, nlohman… in DoSandboxFileCommonBind()
764 int32_t SandboxUtils::DoSandboxFileCommonSymlink(const ClientSocket::AppProperty *appProperty, in DoSandboxFileCommonSymlink()
784 int32_t SandboxUtils::SetPrivateAppSandboxProperty_(const ClientSocket::AppProperty *appProperty, in SetPrivateAppSandboxProperty_()
799 int32_t SandboxUtils::SetPermissionAppSandboxProperty_(ClientSocket::AppProperty *appProperty, in SetPermissionAppSandboxProperty_()
808 int32_t SandboxUtils::SetRenderSandboxProperty(const ClientSocket::AppProperty *appProperty, in SetRenderSandboxProperty()
814 int32_t SandboxUtils::SetRenderSandboxPropertyNweb(const ClientSocket::AppProperty *appProperty, in SetRenderSandboxPropertyNweb()
835 int32_t SandboxUtils::SetPrivateAppSandboxProperty(const ClientSocket::AppProperty *appProperty) in SetPrivateAppSandboxProperty()
863 int32_t SandboxUtils::SetPermissionAppSandboxProperty(ClientSocket::AppProperty *appProperty) in SetPermissionAppSandboxProperty()
874 int32_t SandboxUtils::SetCommonAppSandboxProperty_(const ClientSocket::AppProperty *appProperty, in SetCommonAppSandboxProperty_()
894 int32_t SandboxUtils::SetCommonAppSandboxProperty(const ClientSocket::AppProperty *appProperty, in SetCommonAppSandboxProperty()
927 static std::string GetExtraInfoByType(const ClientSocket::AppProperty *appProperty, const std::stri… in GetExtraInfoByType()
947 int32_t SandboxUtils::MountAllHsp(const ClientSocket::AppProperty *appProperty, std::string &sandbo… in MountAllHsp()
1003 int32_t SandboxUtils::MountAllGroup(const ClientSocket::AppProperty *appProperty, std::string &sand… in MountAllGroup()
1042 int32_t SandboxUtils::DoSandboxRootFolderCreate(const ClientSocket::AppProperty *appProperty, in DoSandboxRootFolderCreate()
1107 bool SandboxUtils::CheckTotalSandboxSwitchStatus(const ClientSocket::AppProperty *appProperty) in CheckTotalSandboxSwitchStatus()
1124 bool SandboxUtils::CheckAppSandboxSwitchStatus(const ClientSocket::AppProperty *appProperty) in CheckAppSandboxSwitchStatus()
1154 int32_t SandboxUtils::SetOverlayAppSandboxProperty(const ClientSocket::AppProperty *appProperty, in SetOverlayAppSandboxProperty()
1191 …2_t SandboxUtils::SetBundleResourceAppSandboxProperty(const ClientSocket::AppProperty *appProperty, in SetBundleResourceAppSandboxProperty()
1228 int32_t SandboxUtils::SetSandboxProperty(ClientSocket::AppProperty *appProperty, in SetSandboxProperty()
1283 ClientSocket::AppProperty *appProperty = &clientExt->property; in SetAppSandboxProperty() local
1323 ClientSocket::AppProperty *appProperty = &clientExt->property; in SetAppSandboxPropertyNweb() local