Home
last modified time | relevance | path

Searched refs:uniqueScreenIds (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_stub.cpp432 std::vector<ScreenId> uniqueScreenIds; in OnRemoteRequest() local
438 if (!data.ReadUInt64Vector(&uniqueScreenIds)) { in OnRemoteRequest()
442 DMError ret = MakeUniqueScreen(uniqueScreenIds); in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_stub_test.cpp1338 std::vector<ScreenId> uniqueScreenIds = {1008, 2008, 3008}; variable
1339 data.WriteUint32(uniqueScreenIds.size());
1340 data.WriteUInt64Vector(uniqueScreenIds);
1936 std::vector<ScreenId> uniqueScreenIds; variable
1938 uniqueScreenIds.push_back(i);
1941 data.WriteUInt64Vector(uniqueScreenIds);
1962 std::vector<ScreenId> uniqueScreenIds {}; variable
1964 data.WriteUInt64Vector(uniqueScreenIds);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscreen_session_manager_stub.cpp616 std::vector<ScreenId> uniqueScreenIds; in OnRemoteRequest() local
622 if (!data.ReadUInt64Vector(&uniqueScreenIds)) { in OnRemoteRequest()
626 DMError ret = MakeUniqueScreen(uniqueScreenIds); in OnRemoteRequest()