Searched refs:TransferTypeToString (Results 1 – 5 of 5) sorted by relevance
386 HWTEST_F(DisplayDumperTest, TransferTypeToString, Function | SmallTest | Level1)393 EXPECT_STREQ(displayDumper->TransferTypeToString(type).c_str(), "REAL");396 EXPECT_STREQ(displayDumper->TransferTypeToString(type).c_str(), "VIRTUAL");399 EXPECT_STREQ(displayDumper->TransferTypeToString(type).c_str(), "UNDEFINED");
228 std::string screenType = TransferTypeToString(screen->type_); in DumpSpecifiedScreenInfo()310 std::string DisplayDumper::TransferTypeToString(ScreenType type) const in TransferTypeToString() function in OHOS::Rosen::DisplayDumper338 std::string screenType = TransferTypeToString(screen->type_); in GetScreenInfo()
50 std::string TransferTypeToString(ScreenType type) const;
358 std::string TransferTypeToString(ScreenType type) const;
4394 std::string ScreenSessionManager::TransferTypeToString(ScreenType type) const in TransferTypeToString() function in OHOS::Rosen::ScreenSessionManager4455 std::string screenType = TransferTypeToString(screenInfo->GetType()); in DumpAllScreensInfo()4495 std::string screenType = TransferTypeToString(screenInfo->GetType()); in DumpSpecialScreenInfo()