Home
last modified time | relevance | path

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

/test/xts/acts/ai_lite/ai_engine_posix/base/src/aie_client/
DAieClientSetOptionFunctionTest.cpp90 … std::string setOptionString = std::string(INPUT_INFO_SET_OPTION) + "_" + std::to_string(i + 1); in TestAieClientSetOption() local
91 char *setOptionInputData = const_cast<char*>(setOptionString.c_str()); in TestAieClientSetOption()
168 const char *setOptionString = INPUT_INFO_SET_OPTION; in TestAieClientSetOptionWithoutPrepare() local
169 char *setOptionInputData = const_cast<char*>(setOptionString); in TestAieClientSetOptionWithoutPrepare()
170 int setOptionLength = strlen(setOptionString) + 1; in TestAieClientSetOptionWithoutPrepare()