Home
last modified time | relevance | path

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

/foundation/window/window_manager/dm_lite/src/
H A Ddisplay_manager_lite_proxy.cpp697 std::vector<DisplayId> allDisplayIds; in GetAllDisplayIds() local
703 return allDisplayIds; in GetAllDisplayIds()
708 return allDisplayIds; in GetAllDisplayIds()
710 reply.ReadUInt64Vector(&allDisplayIds); in GetAllDisplayIds()
711 return allDisplayIds; in GetAllDisplayIds()
/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_proxy.cpp1086 std::vector<DisplayId> allDisplayIds; in GetAllDisplayIds() local
1090 return allDisplayIds; in GetAllDisplayIds()
1098 return allDisplayIds; in GetAllDisplayIds()
1103 return allDisplayIds; in GetAllDisplayIds()
1105 reply.ReadUInt64Vector(&allDisplayIds); in GetAllDisplayIds()
1106 return allDisplayIds; in GetAllDisplayIds()
H A Ddisplay_manager_stub.cpp253 std::vector<DisplayId> allDisplayIds = GetAllDisplayIds(); in OnRemoteRequest() local
254 reply.WriteUInt64Vector(allDisplayIds); in OnRemoteRequest()
/foundation/window/window_manager/window_scene/screen_session_manager/src/zidl/
H A Dscreen_session_manager_proxy.cpp1662 std::vector<DisplayId> allDisplayIds; in GetAllDisplayIds() local
1666 return allDisplayIds; in GetAllDisplayIds()
1674 return allDisplayIds; in GetAllDisplayIds()
1679 return allDisplayIds; in GetAllDisplayIds()
1681 reply.ReadUInt64Vector(&allDisplayIds); in GetAllDisplayIds()
1682 return allDisplayIds; in GetAllDisplayIds()
H A Dscreen_session_manager_stub.cpp162 std::vector<DisplayId> allDisplayIds = GetAllDisplayIds(); in OnRemoteRequest() local
163 static_cast<void>(reply.WriteUInt64Vector(allDisplayIds)); in OnRemoteRequest()

Completed in 10 milliseconds