Searched refs:defaultCmd_ (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_2d/rosen/test/render/render/systemtest/pipeline/ |
H A D | rs_render_service_unit_test.cpp | 32 const std::string defaultCmd_ = "hidumper -s 10"; member in OHOS::Rosen::RsRenderServiceTest 48 const std::string rsCmd = defaultCmd_ + " -a allSurfacesMem"; in HWTEST_F() 61 const std::string rsCmd = defaultCmd_ + " -a nodeNotOnTree"; in HWTEST_F() 74 const std::string rsCmd = defaultCmd_ + " -a EventParamList"; in HWTEST_F() 87 const std::string rsCmd1 = defaultCmd_; in HWTEST_F() 90 const std::string rsCmd2 = defaultCmd_ + " -a h"; in HWTEST_F() 93 const std::string rsCmd3 = defaultCmd_ + " "; in HWTEST_F() 96 const std::string rsCmd4 = defaultCmd_ + " -h"; in HWTEST_F() 110 const std::string rsCmd = defaultCmd_ + " -a RSTree"; in HWTEST_F() 123 const std::string rsCmd = defaultCmd_ in HWTEST_F() [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/systemtest/pipeline/ |
H A D | rs_render_service_test.cpp | 32 const std::string defaultCmd_ = "hidumper -s 10"; member in OHOS::Rosen::RSRenderServiceTest 48 const std::string rsCmd = defaultCmd_ + " -a nodeNotOnTree"; in HWTEST_F() 61 const std::string rsCmd = defaultCmd_ + " -a allSurfacesMem"; in HWTEST_F() 74 const std::string rsCmd = defaultCmd_ + " -a EventParamList"; in HWTEST_F() 87 const std::string rsCmd = defaultCmd_ + " -a RSTree"; in HWTEST_F() 101 const std::string rsCmd1 = defaultCmd_; in HWTEST_F() 104 const std::string rsCmd2 = defaultCmd_ + " -a h"; in HWTEST_F() 107 const std::string rsCmd3 = defaultCmd_ + " "; in HWTEST_F() 110 const std::string rsCmd4 = defaultCmd_ + " -h"; in HWTEST_F() 123 const std::string rsCmd = defaultCmd_ in HWTEST_F() [all...] |
/foundation/window/window_manager/snapshot/test/unittest/ |
H A D | snapshot_display_test.cpp | 43 const std::string defaultCmd_ = "/system/bin/snapshot_display"; member in OHOS::Rosen::SnapshotDisplayTest 123 (void)system(defaultCmd_.c_str()); in HWTEST_F() 152 const std::string cmd = defaultCmd_ + " -i " + std::to_string(defaultId_); in HWTEST_F() 174 ASSERT_EQ(true, TakeScreenshotBySpecifiedParam(defaultCmd_, imgPath, extraParam)); in HWTEST_F() 186 ASSERT_EQ(true, TakeScreenshotBySpecifiedParam(defaultCmd_, imgPath, extraParam)); in HWTEST_F() 198 ASSERT_EQ(true, TakeScreenshotBySpecifiedParam(defaultCmd_, imgPath, extraParam)); in HWTEST_F() 210 ASSERT_EQ(true, TakeScreenshotBySpecifiedParam(defaultCmd_, imgPath, extraParam)); in HWTEST_F() 222 ASSERT_EQ(false, TakeScreenshotBySpecifiedParam(defaultCmd_, imgPath, extraParam)); in HWTEST_F() 234 ASSERT_EQ(false, TakeScreenshotBySpecifiedParam(defaultCmd_, imgPath, extraParam)); in HWTEST_F() 254 const std::string cmd = defaultCmd_ in HWTEST_F() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/systemtest/ |
H A D | rs_interfaces_system_test.cpp | 60 const std::string defaultCmd_ = "/system/bin/snapshot_display -i ";
member
|
Completed in 2 milliseconds