Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/utility/test/unittest/common/
Dadapter_utility_ohos_test.cpp126 std::vector<std::string> cmdRet; variable
127 auto ret = CommonUtils::ExecCommand("hisysevent -l -m 10000", cmdRet);
130 ret = CommonUtils::ExecCommand("", cmdRet);
142 std::vector<std::string> cmdRet; variable