Home
last modified time | relevance | path

Searched refs:ParseGidTableConfig (Results 1 - 3 of 3) sorted by relevance

/base/startup/appspawn/test/mock/
H A Dapp_spawn_stub.h83 int ParseGidTableConfig(AppSpawnSandboxCfg *sandbox, const cJSON *configs, SandboxSection *section);
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_new_mount_test.cpp678 int ret = ParseGidTableConfig(nullptr, config1, nullptr); in HWTEST_F()
688 ret = ParseGidTableConfig(nullptr, testCfg, nullptr); in HWTEST_F()
699 ret = ParseGidTableConfig(nullptr, testCfg, &section); in HWTEST_F()
705 ret = ParseGidTableConfig(nullptr, testCfg, &section); in HWTEST_F()
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_load.c308 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