Home
last modified time | relevance | path

Searched refs:HandleUpdatePropertyByAction (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_stub.h74 int HandleUpdatePropertyByAction(MessageParcel& data, MessageParcel& reply);
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stub_test.cpp759 auto res = session_->HandleUpdatePropertyByAction(data, reply); in HWTEST_F()
775 auto res = session_->HandleUpdatePropertyByAction(data, reply); in HWTEST_F()
H A Dscene_session_test5.cpp1105 * @tc.name: HandleUpdatePropertyByAction
1106 * @tc.desc: HandleUpdatePropertyByAction function01
1109 HWTEST_F(SceneSessionTest5, HandleUpdatePropertyByAction, Function | SmallTest | Level2) in HWTEST_F()
1112 info.abilityName_ = "HandleUpdatePropertyByAction"; in HWTEST_F()
1113 info.bundleName_ = "HandleUpdatePropertyByAction"; in HWTEST_F()
1117 auto res = session->HandleUpdatePropertyByAction(nullptr, action); in HWTEST_F()
1121 res = session->HandleUpdatePropertyByAction(property, action); in HWTEST_F()
1124 res = session->HandleUpdatePropertyByAction(property, action); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp170 return HandleUpdatePropertyByAction(data, reply); in ProcessRemoteRequest()
1109 int SessionStub::HandleUpdatePropertyByAction(MessageParcel& data, MessageParcel& reply) in HandleUpdatePropertyByAction() function in OHOS::OHOS::Rosen::SessionStub
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h580 WMError HandleUpdatePropertyByAction(const sptr<WindowSessionProperty>& property,
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3497 return sceneSession->HandleUpdatePropertyByAction(property, action); in UpdateSessionPropertyByAction()
3544 WMError SceneSession::HandleUpdatePropertyByAction(const sptr<WindowSessionProperty>& property, in HandleUpdatePropertyByAction() function in SceneSession

Completed in 15 milliseconds