Home
last modified time | relevance | path

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

/test/ostest/wukong/shell_command/src/
Dwukong_main.cpp139 std::vector<std::string> strs; in IsRunning() local
140 OHOS::SplitStr(pidStr, " ", strs); in IsRunning()
141 for (auto i : strs) { in IsRunning()
144 if (strs.size() >= NUMBER_TWO) { in IsRunning()
/test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/
DHiAppEventCPPTest.cpp207 char* strs[] = {str1, str2}; variable
212 OH_HiAppEvent_AddStringArrayParam(list, "str_arr_key", strs, sizeof(strs) / sizeof(strs[0]));
649 char* strs[100]; variable
652 strs[i] = new char[32];
653 sprintf_s(strs[i], num,"hello_world_%d",i);
654 std::cout << sizeof(strs[i]) << std::endl;
655 std::cout << strs[i] << std::endl;
661 OH_HiAppEvent_AddStringArrayParam(list, "str_arr_key", strs, sizeof(strs) / sizeof(strs[0]));
690 string strs = ""; variable
692 strs.append("abcdefgh");
[all …]
/test/testfwk/developer_test/src/core/
Dutils.py157 strs = line.replace('\n', '').split('=')
158 properties[strs[0]] = strs[1]
/test/ostest/wukong/common/src/
Dwukong_util.cpp114 std::vector<std::string> strs; in WuKongUtil() local
115 OHOS::SplitStr(curDir_, "/", strs); in WuKongUtil()
116 for (auto str : strs) { in WuKongUtil()