Searched refs:HandleSetAutoStartPiP (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_stub_test.cpp | 346 HWTEST_F(SessionStubTest, HandleSetAutoStartPiP, Function | SmallTest | Level2) 351 ASSERT_EQ(ERR_INVALID_DATA, session_->HandleSetAutoStartPiP(data, reply)); 355 ASSERT_EQ(ERR_INVALID_DATA, session_->HandleSetAutoStartPiP(data, reply)); 358 ASSERT_EQ(ERR_NONE, session_->HandleSetAutoStartPiP(data, reply));
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/zidl/ |
H A D | session_stub.h | 106 int HandleSetAutoStartPiP(MessageParcel& data, MessageParcel& reply);
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/ |
H A D | session_stub.cpp | 160 return HandleSetAutoStartPiP(data, reply); in ProcessRemoteRequest() 871 int SessionStub::HandleSetAutoStartPiP(MessageParcel& data, MessageParcel& reply) in HandleSetAutoStartPiP() function in OHOS::Rosen::SessionStub
|