Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp169 const std::map<std::string, NetsysEventMessage::SubSys> SUB_SYS_LIST = { variable
232 … if ((subsys.size() == SPLIT_SIZE) && (SUB_SYS_LIST.find(subsys[1]) != SUB_SYS_LIST.end())) { in PushAsciiMessage()
233 message_->SetSubSys(SUB_SYS_LIST.at(subsys[1])); in PushAsciiMessage()