Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Ddefine.h98 const string CMDSTR_HILOG = "hilog"; variable
/developtools/hdc/src/host/
Dtranslate.cpp361 } else if (!strncmp(input.c_str(), CMDSTR_HILOG.c_str(), CMDSTR_HILOG.size())) { in String2FormatCommand()
Dclient.cpp287 int index = string(CMDSTR_HILOG).length(); in IsCaptureCommand()
315 if (!strncmp(commandIn.c_str(), CMDSTR_HILOG.c_str(), CMDSTR_HILOG.size()) && in ExecuteCommand()
Dext_client.cpp102 !strncmp(command.c_str(), CMDSTR_HILOG.c_str(), CMDSTR_HILOG.size())) { in ExecuteCommand()
Dmain.cpp72 registerCommand.push_back(CMDSTR_HILOG); in IsRegisterCommand()