Searched refs:HandleGetSessionSnapshot (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_lite_stub.h | 50 int HandleGetSessionSnapshot(MessageParcel& data, MessageParcel& reply);
|
H A D | scene_session_manager_stub.h | 68 int HandleGetSessionSnapshot(MessageParcel& data, MessageParcel& reply);
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_lite_stub_test.cpp | 467 HWTEST_F(SceneSessionManagerLiteStubTest, HandleGetSessionSnapshot, Function | SmallTest | Level1) 472 SceneSessionManagerLiteStub::HandleGetSessionSnapshot(data, reply);
|
H A D | scene_session_manager_stub_test.cpp | 1579 HWTEST_F(SceneSessionManagerStubTest, HandleGetSessionSnapshot, Function | SmallTest | Level2) 1594 int res = stub_->HandleGetSessionSnapshot(data, reply);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_lite_stub.cpp | 75 return HandleGetSessionSnapshot(data, reply); in ProcessRemoteRequest() 359 int SceneSessionManagerLiteStub::HandleGetSessionSnapshot(MessageParcel& data, MessageParcel& reply) in HandleGetSessionSnapshot() function in OHOS::Rosen::SceneSessionManagerLiteStub
|
H A D | scene_session_manager_stub.cpp | 104 return HandleGetSessionSnapshot(data, reply); in ProcessRemoteRequest() 701 int SceneSessionManagerStub::HandleGetSessionSnapshot(MessageParcel& data, MessageParcel& reply) in HandleGetSessionSnapshot() function in OHOS::Rosen::SceneSessionManagerStub
|