Home
last modified time | relevance | path

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

/foundation/window/window_manager/dmserver/include/
H A Ddisplay_dumper.h50 std::string TransferTypeToString(ScreenType type) const;
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_dumper_test.cpp382 * @tc.name: TransferTypeToString
383 * @tc.desc: TransferTypeToString
386 HWTEST_F(DisplayDumperTest, TransferTypeToString, Function | SmallTest | Level1) in HWTEST_F()
393 EXPECT_STREQ(displayDumper->TransferTypeToString(type).c_str(), "REAL"); in HWTEST_F()
396 EXPECT_STREQ(displayDumper->TransferTypeToString(type).c_str(), "VIRTUAL"); in HWTEST_F()
399 EXPECT_STREQ(displayDumper->TransferTypeToString(type).c_str(), "UNDEFINED"); in HWTEST_F()
/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()
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h360 std::string TransferTypeToString(ScreenType type) const;
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp4543 std::string ScreenSessionManager::TransferTypeToString(ScreenType type) const in TransferTypeToString() function in OHOS::Rosen::ScreenSessionManager
4584 std::string screenType = TransferTypeToString(screenInfo->GetType()); in DumpAllScreensInfo()
4624 std::string screenType = TransferTypeToString(screenInfo->GetType()); in DumpSpecialScreenInfo()

Completed in 17 milliseconds