Home
last modified time | relevance | path

Searched refs:TransferTypeToString (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_dumper_test.cpp386 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");
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_dumper.cpp228 std::string screenType = TransferTypeToString(screen->type_); in DumpSpecifiedScreenInfo()
310 std::string DisplayDumper::TransferTypeToString(ScreenType type) const in TransferTypeToString() function in OHOS::Rosen::DisplayDumper
338 std::string screenType = TransferTypeToString(screen->type_); in GetScreenInfo()
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_dumper.h50 std::string TransferTypeToString(ScreenType type) const;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h358 std::string TransferTypeToString(ScreenType type) const;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp4394 std::string ScreenSessionManager::TransferTypeToString(ScreenType type) const in TransferTypeToString() function in OHOS::Rosen::ScreenSessionManager
4455 std::string screenType = TransferTypeToString(screenInfo->GetType()); in DumpAllScreensInfo()
4495 std::string screenType = TransferTypeToString(screenInfo->GetType()); in DumpSpecialScreenInfo()