Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_stub_lifecycle_test.cpp101 HWTEST_F(SessionStageStubLifecycleTest, HandleNotifySessionForeground, Function | SmallTest | Level…
109 ASSERT_EQ(0, sessionStageStub_->HandleNotifySessionForeground(data, reply));
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_stub.h55 int HandleNotifySessionForeground(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp136 return HandleNotifySessionForeground(data, reply); in OnRemoteRequest()
391 int SessionStageStub::HandleNotifySessionForeground(MessageParcel& data, MessageParcel& reply) in HandleNotifySessionForeground() function in OHOS::Rosen::SessionStageStub