Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_stub.h106 int HandleGetDisplayIdByWindowId(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp180 return HandleGetDisplayIdByWindowId(data, reply); in ProcessRemoteRequest()
1163 int SceneSessionManagerStub::HandleGetDisplayIdByWindowId(MessageParcel& data, MessageParcel& reply) in HandleGetDisplayIdByWindowId() function in OHOS::Rosen::SceneSessionManagerStub
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_stub_test.cpp2098 HWTEST_F(SceneSessionManagerStubTest, HandleGetDisplayIdByWindowId, Function | SmallTest | Level2)
2105 int res = stub_->HandleGetDisplayIdByWindowId(data, reply);