Searched refs:IsSubSequence (Results 1 - 6 of 6) sorted by relevance
/foundation/ability/ability_runtime/tools/test/systemtest/aa/ |
H A D | tool_system_test.cpp | 57 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 D | aa_command_start_system_test.cpp | 86 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 D | tool_system_test.h | 34 static bool IsSubSequence(const std::string& str, const std::string& subStr);
|
H A D | aa_command_stop_service_system_test.cpp | 72 EXPECT_PRED2(ToolSystemTest::IsSubSequence, commandResult, STRING_STOP_SERVICE_ABILITY_NG + "\n"); in HWTEST_F()
|
/foundation/bundlemanager/bundle_tool/test/systemtest/bm/ |
H A D | tool_system_test.cpp | 55 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 D | tool_system_test.h | 32 static bool IsSubSequence(const std::string& str, const std::string& subStr);
|
Completed in 2 milliseconds