Home
last modified time | relevance | path

Searched refs:HandleNotifyForegroundInteractiveStatus (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.cpp86 HWTEST_F(SessionStageStubLifecycleTest, HandleNotifyForegroundInteractiveStatus, Function | SmallTe…
93 ASSERT_EQ(0, sessionStageStub_->HandleNotifyForegroundInteractiveStatus(data, reply));
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_stub.h52 int HandleNotifyForegroundInteractiveStatus(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp130 return HandleNotifyForegroundInteractiveStatus(data, reply); in OnRemoteRequest()
374 int SessionStageStub::HandleNotifyForegroundInteractiveStatus(MessageParcel& data, MessageParcel& r… in HandleNotifyForegroundInteractiveStatus() function in OHOS::Rosen::SessionStageStub