Home
last modified time | relevance | path

Searched refs:HandleGetAppForceLandscapeConfig (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_session_stub.h74 MOCK_METHOD2(HandleGetAppForceLandscapeConfig, int(MessageParcel& data, MessageParcel& reply));
/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_stub.h78 int HandleGetAppForceLandscapeConfig(MessageParcel& data, MessageParcel& reply);
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stub_test.cpp697 * @tc.name: HandleGetAppForceLandscapeConfig
702 HWTEST_F(SessionStubTest, HandleGetAppForceLandscapeConfig, Function | SmallTest | Level2) in HWTEST_F()
707 auto res = session_->HandleGetAppForceLandscapeConfig(data, reply); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp202 return HandleGetAppForceLandscapeConfig(data, reply); in ProcessRemoteRequest()
1132 int SessionStub::HandleGetAppForceLandscapeConfig(MessageParcel& data, MessageParcel& reply) in HandleGetAppForceLandscapeConfig() function in OHOS::OHOS::Rosen::SessionStub

Completed in 5 milliseconds