Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/privacy_controller/config/
H A Darea_policy.cpp61 cJSON* areaConfig = nullptr; in ParseAllowedInfos() local
63 cJSON_ArrayForEach(areaConfig, config) { in ParseAllowedInfos()
64 if (!cJSON_IsObject(areaConfig)) { in ParseAllowedInfos()
69 if (ParseAllowedInfo(areaConfig, regionCode)) { in ParseAllowedInfos()