Searched refs:destStr (Results 1 - 3 of 3) sorted by relevance
/developtools/profiler/device/cmds/test/unittest/ |
H A D | hiprofiler_cmd_test.cpp | 479 std::string destStr = "help"; in HWTEST_F() local 480 EXPECT_EQ(strncmp(content.c_str(), destStr.c_str(), strlen(destStr.c_str())), 0); in HWTEST_F() 485 destStr = "Service not started"; in HWTEST_F() 486 EXPECT_EQ(strncmp(content.c_str(), destStr.c_str(), strlen(destStr.c_str())), 0); in HWTEST_F() 492 destStr = "OK"; in HWTEST_F() 493 EXPECT_EQ(strncmp(content.c_str(), destStr.c_str(), strlen(destStr.c_str())), 0); in HWTEST_F() 513 std::string destStr in HWTEST_F() local 587 std::string destStr = "plugin"; HWTEST_F() local [all...] |
/developtools/profiler/device/cmds/src/ |
H A D | parse_plugin_config.cpp | 59 std::string destStr = (i % REMAINDER) ? "config_data" : "plugin_name"; in GetPluginsConfig() local 60 beginPos = content.find(destStr); in GetPluginsConfig() 65 content = content.substr(beginPos + destStr.size(), content.size()); in GetPluginsConfig() 66 destStr = (i % REMAINDER) ? "{" : "\""; in GetPluginsConfig() 67 beginPos = content.find(destStr); in GetPluginsConfig() 72 destStr = (i % REMAINDER) ? "}" : "\""; in GetPluginsConfig() 73 endPos = content.find(destStr); in GetPluginsConfig()
|
/developtools/profiler/hiebpf/test/unittest/ |
H A D | ringbuffer_test.cpp | 436 std::string destStr = "this is hiebpf test file"; in HWTEST_F() local 437 const int size = destStr.length(); in HWTEST_F() 438 ret = ringBuffer->Put(destStr); in HWTEST_F() 449 EXPECT_STREQ(buff, destStr.c_str()); in HWTEST_F()
|
Completed in 3 milliseconds