Home
last modified time | relevance | path

Searched refs:strBuf (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/global/global_napi_test/entry/src/main/cpp/napi/
H A Dglobal_napi_test.cpp41 char strBuf[256]; in GetFileList() local
42 napi_get_value_string_utf8(env, argv[1], strBuf, sizeof(strBuf), &strSize); in GetFileList()
43 std::string filename(strBuf, strSize); in GetFileList()
143 char strBuf[256]; in GetRawFileContent() local
144 napi_get_value_string_utf8(env, argv[1], strBuf, sizeof(strBuf), &strSize); in GetRawFileContent()
145 std::string filename(strBuf, strSize); in GetRawFileContent()
183 char strBuf[256]; in GetRawFileContent64() local
184 napi_get_value_string_utf8(env, argv[1], strBuf, sizeo in GetRawFileContent64()
301 char strBuf[256]; GetRawFileDescriptor() local
328 char strBuf[256]; GetRawFileDescriptor64() local
350 char strBuf[256]; IsRawDir() local
844 char strBuf[256]; GetRawFileDescriptorData() local
890 char strBuf[256]; GetMediaBase64DataByName() local
944 char strBuf[256]; GetMediaDataByName() local
987 char strBuf[256]; GetDrawableDescriptorDataByName() local
[all...]
/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_major.cpp387 std::string strBuf = strCmd + ":" + strArgs; in RunCmdOnAgent() local
388 int cmdLen = strBuf.length() + 1; in RunCmdOnAgent()
390 return g_pDistributetestEnv->RunTestCmd(devNo, strBuf, cmdLen, strExpectValue, expectValueLen, in RunCmdOnAgent()
413 std::string strBuf = strCmd + ":" + strArgs; in RunCmdOnAgent() local
414 int cmdLen = strBuf.length() + 1; in RunCmdOnAgent()
416 return g_pDistributetestEnv->RunTestCmd(devNo, strBuf, cmdLen, strExpectValue, expectValueLen, onReturnCall); in RunCmdOnAgent()
499 std::string strBuf = notifyType + ":" + msg;
500 return g_pDistributetestEnv->Notify(devNo, strBuf, strBuf.length() + 1);

Completed in 3 milliseconds