Searched refs:returnStr (Results 1 – 3 of 3) sorted by relevance
/test/xts/acts/kernel_lite/time_posix/src/ |
D | TimeUtilsTest.cpp | 46 char * returnStr = asctime(&timeptr); variable 48 "--> returnStr:='%s'\n", timeptr.tm_year, timeptr.tm_mon, timeptr.tm_mday, returnStr); 49 EXPECT_STREQ("Sun Aug 9 10:10:00 2020\n", returnStr) 52 << "}' --> returnStr:='" << returnStr << "'"; 72 char *returnStr = asctime_r(&timeptr, str); variable 73 EXPECT_STREQ("Sun Aug 9 10:10:00 2020\n", returnStr) << "asctime_r return error!"; 74 EXPECT_STREQ(returnStr, str) << "asctime_r buf return error!"; 86 char* returnStr = ctime(&curClock); variable 87 LOG("returnStr = %s\n", returnStr); 88 EXPECT_STRNE(returnStr, "") << "ctime return error!"; [all …]
|
/test/testfwk/developer_test/aw/cxx/distributed/ |
D | distributed_agent.cpp | 310 std::string returnStr = "agent return message"; in OnProcessMsg() local 311 int returnLen = returnStr.size(); in OnProcessMsg() 313 strReturnValue = returnStr; in OnProcessMsg()
|
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/ |
D | distribute_demo_agent.cpp | 85 std::string returnStr = "agent return message."; in OnProcessMsg() local
|