Searched refs:HandlePendingSessionToForeground (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_stub_lifecycle_test.cpp | 112 HWTEST_F(SceneSessionManagerStubLifecycleTest, HandlePendingSessionToForeground, Function | SmallTe… 120 int res = stub_->HandlePendingSessionToForeground(data, reply);
|
H A D | scene_session_manager_lite_stub_test.cpp | 299 HWTEST_F(SceneSessionManagerLiteStubTest, HandlePendingSessionToForeground, Function | SmallTest | … 304 SceneSessionManagerLiteStub::HandlePendingSessionToForeground(data, reply);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_lite_stub.h | 38 int HandlePendingSessionToForeground(MessageParcel& data, MessageParcel& reply);
|
H A D | scene_session_manager_stub.h | 49 int HandlePendingSessionToForeground(MessageParcel& data, MessageParcel& reply);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | scene_session_manager_lite_stub.cpp | 52 return HandlePendingSessionToForeground(data, reply); in ProcessRemoteRequest() 174 int SceneSessionManagerLiteStub::HandlePendingSessionToForeground(MessageParcel& data, MessageParce… in HandlePendingSessionToForeground() function in OHOS::Rosen::SceneSessionManagerLiteStub
|
H A D | scene_session_manager_stub.cpp | 68 return HandlePendingSessionToForeground(data, reply); in ProcessRemoteRequest() 412 int SceneSessionManagerStub::HandlePendingSessionToForeground(MessageParcel& data, MessageParcel& r… in HandlePendingSessionToForeground() function in OHOS::Rosen::SceneSessionManagerStub
|