Home
last modified time | relevance | path

Searched refs:szbuf (Results 1 - 3 of 3) sorted by relevance

/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_major.cpp249 char szbuf[MAX_BUFF_LEN]; in RunTestCmd() local
253 ret = memset_s(szbuf, sizeof(szbuf), 0, MAX_BUFF_LEN); in RunTestCmd()
260 auto pCmdTest = reinterpret_cast<DistributedMsg *>(szbuf); in RunTestCmd()
296 char szbuf[MAX_BUFF_LEN] = {0}; in SendMessage() local
297 auto pCmdTest = reinterpret_cast<DistributedMsg *>(szbuf); in SendMessage()
320 char szbuf[MAX_BUFF_LEN] = {0}; in Notify() local
321 auto pCmdTest = reinterpret_cast<DistributedMsg *>(szbuf); in Notify()
421 bool DistributeTest::OnProcessValue(const std::string &szbuf, int len) in OnProcessValue() argument
423 if (szbuf in OnProcessValue()
[all...]
H A Ddistributed_major.h111 virtual bool OnProcessValue(const std::string &szbuf, int len);
112 virtual bool OnMsgProc(const std::string &szbuf, int len);
/test/testfwk/developer_test/examples/distributedb/test/distributedtest/common/
H A Ddistribute_demo.cpp79 std::string szbuf = "ok"; in HWTEST_F()
80 HiLog::Info(LABEL, "SendMessageTest002 = %s", szbuf.c_str()); in HWTEST_F()

Completed in 2 milliseconds