Home
last modified time | relevance | path

Searched refs:ParseBaseConfig (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_load.c398 static int ParseBaseConfig(AppSpawnSandboxCfg *sandbox, SandboxSection *section, const cJSON *confi… in ParseBaseConfig() function
447 int ret = ParseBaseConfig(sandbox, &node->section, packageNameConfigs); in ParsePackageNameConfig()
468 int ret = ParseBaseConfig(sandbox, &node->section, flagsConfig); in ParseSpawnFlagsConfig()
487 int ret = ParseBaseConfig(sandbox, &node->section, permissionConfig); in ParsePermissionConfig()
522 int ret = ParseBaseConfig(sandbox, &node->section, groupConfig); in ParseNameGroup()
628 ret = ParseBaseConfig(sandbox, section, config); in ParseAppSandboxConfig()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_json_parser.cpp124 BaseInfo EventJsonParser::ParseBaseConfig(const Json::Value& eventNameJson) const in ParseBaseConfig() function in OHOS::HiviewDFX::EventJsonParser
181 allNames[key] = ParseBaseConfig(value); in ParseNameConfig()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Devent_json_parser.h63 BaseInfo ParseBaseConfig(const Json::Value& eventNameJson) const;