Home
last modified time | relevance | path

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

/base/telephony/telephony_data/opkey/src/
Dopkey_ability.cpp40 static const std::map<std::string, OpKeyUriType> opKeyUriMap_ = { variable
275 if (!path.empty() && !opKeyUriMap_.empty()) { in ParseUriType()
277 auto it = opKeyUriMap_.find(path); in ParseUriType()
278 if (it != opKeyUriMap_.end()) { in ParseUriType()