Home
last modified time | relevance | path

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

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