Home
last modified time | relevance | path

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

/test/testfwk/developer_test/aw/cxx/distributed/
Ddistributed_major.cpp338 returnVal_ = 0; in DistributeTest()
426 if (sscanf_s(szbuf.c_str(), "%d", &returnVal_) < 1) { in OnProcessValue()
434 return returnVal_; in GetReturnVal()
Ddistributed_major.h99 int returnVal_; variable