Home
last modified time | relevance | path

Searched defs:section (Results 1 – 12 of 12) sorted by relevance

/base/startup/appspawn/test/unittest/app_spawn_standard_test/
Dapp_spawn_sandboxmgr_test.cpp163 SandboxSection *section = CreateSandboxSection(name, len, type); in __anoncb27bc210102() local
204 SandboxSection *section = CreateSandboxSection(inputName[i], inputDataLen[j], 0); variable
227 …SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG… variable
257 SandboxSection *section = GetSandboxSection(nullptr, "system-const"); variable
295 …SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG… variable
330 …SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG… variable
361 …SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG… variable
409 …SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG… variable
Dapp_spawn_sandbox_new_test.cpp274 static inline SandboxMountNode *GetFirstSandboxMountPathNode(const SandboxSection *section) in GetFirstSandboxMountPathNode()
284 static inline SandboxMountNode *GetNextSandboxMountPathNode(const SandboxSection *section, SandboxM… in GetNextSandboxMountPathNode()
943 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "system-const"); variable
1282 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "app-variable"); variable
2278 const SandboxSection section = {node, front, name, 16, 16, nullptr, 1, 1, nullptr}; variable
Dapp_spawn_sandbox_test.cpp1278 std::string section = "common"; variable
1312 std::string section = "permission"; variable
/base/startup/appspawn/modules/sandbox/
Dsandbox_manager.c103 PathMountNode *GetPathMountNode(const SandboxSection *section, int type, const char *source, const … in GetPathMountNode()
118 SymbolLinkNode *GetSymbolLinkNode(const SandboxSection *section, const char *target, const char *li… in GetSymbolLinkNode()
153 SandboxMountNode *GetFirstSandboxMountNode(const SandboxSection *section) in GetFirstSandboxMountNode()
194 static inline void InitSandboxSection(SandboxSection *section, int type) in InitSandboxSection()
208 static void ClearSandboxSection(SandboxSection *section) in ClearSandboxSection()
256 static void DumpSandboxSection(const SandboxSection *section) in DumpSandboxSection()
282 SandboxSection *section = (SandboxSection *)calloc(1, dataLen); in CreateSandboxSection() local
325 void DeleteSandboxSection(SandboxSection *section) in DeleteSandboxSection()
396 SandboxSection *section = (SandboxSection *)node; in DumpSandboxSectionNode() local
Dsandbox_load.c205 static PathMountNode *DecodeMountPathConfig(const SandboxSection *section, const cJSON *config, uin… in DecodeMountPathConfig()
245 const cJSON *mountConfigs, SandboxSection *section, uint32_t type) in ParseMountPathsConfig()
262 static SymbolLinkNode *DecodeSymbolLinksConfig(const SandboxSection *section, const cJSON *config) in DecodeSymbolLinksConfig()
290 …olLinksConfig(AppSpawnSandboxCfg *sandbox, const cJSON *symbolLinkConfigs, SandboxSection *section) in ParseSymbolLinksConfig()
306 …int ParseGidTableConfig(AppSpawnSandboxCfg *sandbox, const cJSON *configs, SandboxSection *section) in ParseGidTableConfig()
339 …seMountGroupsConfig(AppSpawnSandboxCfg *sandbox, const cJSON *groupConfig, SandboxSection *section) in ParseMountGroupsConfig()
398 static int ParseBaseConfig(AppSpawnSandboxCfg *sandbox, SandboxSection *section, const cJSON *confi… in ParseBaseConfig()
622 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, config->string); in ParseAppSandboxConfig() local
Dappspawn_sandbox.c216 static VarExtraData *GetVarExtraData(const SandboxContext *context, const SandboxSection *section) in GetVarExtraData()
250 const SandboxSection *section, const PathMountNode *sandboxNode, uint32_t operation) in CheckSandboxMountNode()
398 const SandboxSection *section, const PathMountNode *sandboxNode, uint32_t operation) in DoSandboxPathNodeMount()
448 const SandboxSection *section, const SymbolLinkNode *sandboxNode) in DoSandboxPathSymLink()
473 static int DoSandboxNodeMount(const SandboxContext *context, const SandboxSection *section, uint32_… in DoSandboxNodeMount()
553 const AppSpawnSandboxCfg *sandbox, const SandboxSection *section, uint32_t op) in MountSandboxConfig()
821 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, name); in UnmountSandboxConfigs() local
875 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "system-const"); in StagedMountSystemConst() local
949 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "app-variable"); in SetAppVariableConfig() local
Dappspawn_sandbox.h145 SandboxSection section; member
149 SandboxSection section; member
154 SandboxSection section; member
162 SandboxSection section; member
231 __attribute__((always_inline)) inline uint32_t GetSectionType(const SandboxSection *section) in GetSectionType()
Dsandbox_utils.cpp763 … SandboxUtils::GetSandboxMountConfig(const AppSpawningCtx *appProperty, const std::string &section, in GetSandboxMountConfig()
777 const std::string &section, std::string sandboxRoot) in GetSandboxPath()
801 … nlohmann::json &appConfig, const char *typeName, const std::string &section) in DoAllMntPointsMount()
851 const char* permissionName, const std::string &section) in DoAddGid()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/include/
Dunique_stack_table.h51 } section; member
71 } section; member
/base/startup/init/ueventd/
Dueventd_read_cfg.c165 static SECTION GetSection(const char *section) in GetSection()
188 char *section = NULL; in ParseUeventConfig() local
/base/startup/init/services/modules/seccomp/scripts/tools/
Dcollect_elf_syscall.py168 def create_disassemble_file(elf_path, locate_path, section): argument
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dconfig_utils.cpp825 …s::SetSection(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs, const std::string &section, int nes… in SetSection()