Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp85 const std::map<int32_t, std::string> MSG_NAME_MAP = { variable
125 const auto &itr = MSG_NAME_MAP.find(form); in CastNameToStr()
126 if (itr == MSG_NAME_MAP.end()) { in CastNameToStr()
137 if (MSG_NAME_MAP.find(type) != MSG_NAME_MAP.end()) { in CheckRtNetlinkLength()
138 const std::string &netlinkType = MSG_NAME_MAP.at(type); in CheckRtNetlinkLength()