Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Devent_json_parser.h63 BaseInfo ParseBaseConfig(const Json::Value& eventNameJson) const;
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_json_parser.cpp128 BaseInfo EventJsonParser::ParseBaseConfig(const Json::Value& eventNameJson) const in ParseBaseConfig() function in OHOS::HiviewDFX::EventJsonParser
185 allNames[key] = ParseBaseConfig(value); in ParseNameConfig()
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_load.c400 static int ParseBaseConfig(AppSpawnSandboxCfg *sandbox, SandboxSection *section, const cJSON *configs) in ParseBaseConfig() function
454 int ret = ParseBaseConfig(sandbox, &node->section, packageNameConfigs); in ParsePackageNameConfig()
475 int ret = ParseBaseConfig(sandbox, &node->section, flagsConfig); in ParseSpawnFlagsConfig()
494 int ret = ParseBaseConfig(sandbox, &node->section, permissionConfig); in ParsePermissionConfig()
529 int ret = ParseBaseConfig(sandbox, &node->section, groupConfig); in ParseNameGroup()
636 ret = ParseBaseConfig(sandbox, section, config); in ParseAppSandboxConfig()

Completed in 3 milliseconds