Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/telephony_data/global_params/src/
H A Dglobal_params_ability.cpp39 static const std::map<std::string, GlobalParamsUriType> g_globalParamsTypeMap = { variable
235 if (!path.empty() && !g_globalParamsTypeMap.empty()) { in ParseUriType()
236 auto it = g_globalParamsTypeMap.find(path); in ParseUriType()
237 if (it != g_globalParamsTypeMap.end()) { in ParseUriType()