Home
last modified time | relevance | path

Searched refs:KEY_ACTION (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp56 constexpr const char *KEY_ACTION = "ACTION="; member
217 if (i.compare(0, strlen(KEY_ACTION), KEY_ACTION) == 0) { in PushAsciiMessage()
218 if (i.compare(strlen(KEY_ACTION), strlen(VALUE_ADD), VALUE_ADD) == 0) { in PushAsciiMessage()
220 } else if (i.compare(strlen(KEY_ACTION), strlen(VALUE_REMOVE), VALUE_REMOVE) == 0) { in PushAsciiMessage()
222 } else if (i.compare(strlen(KEY_ACTION), strlen(VALUE_CHANGE), VALUE_CHANGE) == 0) { in PushAsciiMessage()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/
H A Di_cast_stream_manager.cpp95 keyAction = KEY_ACTION; in ProcessActionsEvent()
198 data[KEY_ACTION] = action; in SendControlAction()
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/
H A Di_cast_stream_manager.cpp95 keyAction = KEY_ACTION; in ProcessActionsEvent()
198 data[KEY_ACTION] = action; in SendControlAction()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/include/
H A Di_cast_stream_manager.h59 const std::string KEY_ACTION = "ACTION"; member in OHOS::CastEngine::CastEngineService::ICastStreamManager
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/include/
H A Di_cast_stream_manager.h59 const std::string KEY_ACTION = "ACTION"; member in OHOS::CastEngine::CastEngineService::ICastStreamManager

Completed in 3 milliseconds