Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Ddefine.h119 const string CMDSTR_INNER_ENABLE_KEEPALIVE = "alive"; variable
/developtools/hdc/src/host/
Dtranslate.cpp378 …else if (!strncmp(input.c_str(), CMDSTR_INNER_ENABLE_KEEPALIVE.c_str(), CMDSTR_INNER_ENABLE_KEEPAL… in String2FormatCommand()
Dclient.cpp411 … reinterpret_cast<uint8_t *>(const_cast<char*>(CMDSTR_INNER_ENABLE_KEEPALIVE.c_str())), in PreHandshake()
412 CMDSTR_INNER_ENABLE_KEEPALIVE.size()); in PreHandshake()