Home
last modified time | relevance | path

Searched refs:IsSubSequence (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/tools/test/systemtest/aa/
H A Dtool_system_test.cpp57 EXPECT_PRED2(ToolSystemTest::IsSubSequence, commandResult, STRING_INSTALL_BUNDLE_OK + "\n"); in InstallBundle()
68 EXPECT_PRED2(ToolSystemTest::IsSubSequence, commandResult, STRING_UNINSTALL_BUNDLE_OK + "\n"); in UninstallBundle()
80 EXPECT_PRED2(ToolSystemTest::IsSubSequence, commandResult, STRING_START_ABILITY_OK + "\n"); in StartAbility()
84 bool ToolSystemTest::IsSubSequence(const std::string& str, const std::string& subStr) in IsSubSequence() function in ToolSystemTest
H A Daa_command_start_system_test.cpp86 EXPECT_PRED2(ToolSystemTest::IsSubSequence, commandResult, STRING_START_ABILITY_OK + "\n"); in HWTEST_F()
104 EXPECT_PRED2(ToolSystemTest::IsSubSequence, commandResult, STRING_START_ABILITY_NG + "\n"); in HWTEST_F()
119 EXPECT_PRED2(ToolSystemTest::IsSubSequence, commandResult, STRING_START_ABILITY_NG + "\n"); in HWTEST_F()
141 EXPECT_PRED2(ToolSystemTest::IsSubSequence, commandResult, STRING_START_ABILITY_NG + "\n"); in HWTEST_F()
160 EXPECT_PRED2(ToolSystemTest::IsSubSequence, commandResult, STRING_START_ABILITY_NG + "\n"); in HWTEST_F()
H A Dtool_system_test.h34 static bool IsSubSequence(const std::string& str, const std::string& subStr);
H A Daa_command_stop_service_system_test.cpp72 EXPECT_PRED2(ToolSystemTest::IsSubSequence, commandResult, STRING_STOP_SERVICE_ABILITY_NG + "\n"); in HWTEST_F()
/foundation/bundlemanager/bundle_tool/test/systemtest/bm/
H A Dtool_system_test.cpp55 EXPECT_PRED2(ToolSystemTest::IsSubSequence, commandResult, STRING_INSTALL_BUNDLE_OK + "\n"); in InstallBundle()
66 EXPECT_PRED2(ToolSystemTest::IsSubSequence, commandResult, STRING_UNINSTALL_BUNDLE_OK + "\n"); in UninstallBundle()
70 bool ToolSystemTest::IsSubSequence(const std::string& str, const std::string& subStr) in IsSubSequence() function in ToolSystemTest
H A Dtool_system_test.h32 static bool IsSubSequence(const std::string& str, const std::string& subStr);

Completed in 2 milliseconds