Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp60 constexpr const char *VALUE_REMOVE = "remove"; variable
220 } else if (i.compare(strlen(KEY_ACTION), strlen(VALUE_REMOVE), VALUE_REMOVE) == 0) { in PushAsciiMessage()