Home
last modified time | relevance | path

Searched refs:HandleSetAutoStartPiP (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_stub.h104 int HandleSetAutoStartPiP(MessageParcel& data, MessageParcel& reply);
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stub_test.cpp586 * @tc.name: HandleSetAutoStartPiP
591 HWTEST_F(SessionStubTest, HandleSetAutoStartPiP, Function | SmallTest | Level2) in HWTEST_F()
596 ASSERT_EQ(ERR_INVALID_DATA, session_->HandleSetAutoStartPiP(data, reply)); in HWTEST_F()
599 ASSERT_EQ(ERR_NONE, session_->HandleSetAutoStartPiP(data, reply)); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp196 return HandleSetAutoStartPiP(data, reply); in ProcessRemoteRequest()
980 int SessionStub::HandleSetAutoStartPiP(MessageParcel& data, MessageParcel& reply) in HandleSetAutoStartPiP() function in OHOS::OHOS::Rosen::SessionStub

Completed in 4 milliseconds