Searched refs:ParseBaseConfig (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hiview/plugins/sysevent_source/include/ |
H A D | event_json_parser.h | 63 BaseInfo ParseBaseConfig(const Json::Value& eventNameJson) const;
|
/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | event_json_parser.cpp | 128 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 D | sandbox_load.c | 400 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