Searched refs:HandleUpdatePropertyByAction (Results 1 - 6 of 6) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/include/zidl/ |
H A D | session_stub.h | 74 int HandleUpdatePropertyByAction(MessageParcel& data, MessageParcel& reply);
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_stub_test.cpp | 759 auto res = session_->HandleUpdatePropertyByAction(data, reply);
in HWTEST_F() 775 auto res = session_->HandleUpdatePropertyByAction(data, reply);
in HWTEST_F()
|
H A D | scene_session_test5.cpp | 1105 * @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 D | session_stub.cpp | 170 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 D | scene_session.h | 580 WMError HandleUpdatePropertyByAction(const sptr<WindowSessionProperty>& property,
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 3497 return sceneSession->HandleUpdatePropertyByAction(property, action); in UpdateSessionPropertyByAction() 3544 WMError SceneSession::HandleUpdatePropertyByAction(const sptr<WindowSessionProperty>& property, in HandleUpdatePropertyByAction() function in SceneSession
|
Completed in 15 milliseconds