Home
last modified time | relevance | path

Searched refs:HandleDumpSessionWithId (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.h63 int HandleDumpSessionWithId(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_stub.cpp96 return HandleDumpSessionWithId(data, reply); in ProcessRemoteRequest()
546 int SceneSessionManagerStub::HandleDumpSessionWithId(MessageParcel& data, MessageParcel& reply) in HandleDumpSessionWithId() function in OHOS::Rosen::SceneSessionManagerStub
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_stub_test.cpp1380 HWTEST_F(SceneSessionManagerStubTest, HandleDumpSessionWithId, Function | SmallTest | Level2)
1388 int res = stub_->HandleDumpSessionWithId(data, reply);