Home
last modified time | relevance | path

Searched defs:returnStr (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/kernel_lite/time_posix/src/
DTimeUtilsTest.cpp46 char * returnStr = asctime(&timeptr); variable
72 char *returnStr = asctime_r(&timeptr, str); variable
86 char* returnStr = ctime(&curClock); variable
104 char *returnStr = ctime_r(&curClock, str); variable
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/
Ddistribute_demo_agent.cpp85 std::string returnStr = "agent return message."; in OnProcessMsg() local
/test/testfwk/developer_test/aw/cxx/distributed/
Ddistributed_agent.cpp310 std::string returnStr = "agent return message"; in OnProcessMsg() local