Searched refs:ParseGidTableConfig (Results 1 - 3 of 3) sorted by relevance
/base/startup/appspawn/test/mock/ |
H A D | app_spawn_stub.h | 83 int ParseGidTableConfig(AppSpawnSandboxCfg *sandbox, const cJSON *configs, SandboxSection *section);
|
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_sandbox_new_mount_test.cpp | 678 int ret = ParseGidTableConfig(nullptr, config1, nullptr);
in HWTEST_F() 688 ret = ParseGidTableConfig(nullptr, testCfg, nullptr);
in HWTEST_F() 699 ret = ParseGidTableConfig(nullptr, testCfg, §ion);
in HWTEST_F() 705 ret = ParseGidTableConfig(nullptr, testCfg, §ion);
in HWTEST_F()
|
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_load.c | 308 APPSPAWN_STATIC int ParseGidTableConfig(AppSpawnSandboxCfg *sandbox, const cJSON *configs, SandboxSection *section) in ParseGidTableConfig() function 415 ret = ParseGidTableConfig(sandbox, gidTabJson, section); in ParseBaseConfig()
|
Completed in 8 milliseconds