Home
last modified time | relevance | path

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

/test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/
DMsgParserLenFuncTest.cpp68 std::string tLenStr = GetStringByLen(BYTE_CAPA - 1); // - \0
102 std::string tLenStr = GetStringByLen(BYTE_CAPA);
135 std::string bundleName = GetStringByLen(NODE_MAX_LENGTH);
/test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/utils/
DDMSTestBase.h38 std::string GetStringByLen(int len);
DDMSTestBase.cpp57 std::string GetStringByLen(int len) in GetStringByLen() function