Searched refs:ParseBaseConfig (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_load.c | 398 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 D | event_json_parser.cpp | 124 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 D | event_json_parser.h | 63 BaseInfo ParseBaseConfig(const Json::Value& eventNameJson) const;
|