Home
last modified time | relevance | path

Searched refs:WS_DO_NOTHING (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dfuture_callback.cpp38 return WSError::WS_DO_NOTHING; in OnUpdateSessionRect()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsystem_session_test.cpp538 ASSERT_EQ(ret, WSError::WS_DO_NOTHING);
547 ASSERT_EQ(ret, WSError::WS_DO_NOTHING);
556 ASSERT_EQ(ret, WSError::WS_DO_NOTHING);
H A Dsession_stage_proxy_test.cpp142 ASSERT_EQ(WSError::WS_DO_NOTHING, res);
H A Dscene_session_manager_test6.cpp860 EXPECT_EQ(WSError::WS_DO_NOTHING, ret);
865 EXPECT_EQ(WSError::WS_DO_NOTHING, ret);
870 EXPECT_EQ(WSError::WS_DO_NOTHING, ret);
1296 EXPECT_EQ(WSError::WS_DO_NOTHING, ret);
1301 EXPECT_EQ(WSError::WS_DO_NOTHING, ret);
1306 EXPECT_EQ(WSError::WS_DO_NOTHING, ret);
H A Dscb_system_session_test.cpp113 ASSERT_EQ(WSError::WS_DO_NOTHING, scbSystemSession_->UpdateFocus(isFocused));
H A Dextension_session_test.cpp588 …ALL(*mockEventChannel_, TransferKeyEventForConsumedAsync).WillOnce(Return(WSError::WS_DO_NOTHING));
596 ASSERT_EQ(result, WSError::WS_DO_NOTHING);
H A Dscene_session_manager_test9.cpp182 ASSERT_EQ(ret, WSError::WS_DO_NOTHING);
H A Dscene_session_manager_test3.cpp998 ASSERT_EQ(result01, WSError::WS_DO_NOTHING);
1289 EXPECT_EQ(result01, WSError::WS_DO_NOTHING);
H A Dsession_test2.cpp687 ASSERT_EQ(WSError::WS_DO_NOTHING, session_->UpdateFocus(isFocused));
1988 ASSERT_EQ(result, WSError::WS_DO_NOTHING);
H A Dscene_session_manager_test4.cpp1122 EXPECT_EQ(result, WSError::WS_DO_NOTHING);
1415 EXPECT_EQ(result, WSError::WS_DO_NOTHING);
H A Dscene_session_test2.cpp708 ASSERT_EQ(result, WSError::WS_DO_NOTHING);
748 ASSERT_EQ(result, WSError::WS_DO_NOTHING);
H A Dsession_test3.cpp327 EXPECT_EQ(result, WSError::WS_DO_NOTHING);
H A Dscene_session_manager_test5.cpp1011 EXPECT_EQ(WSError::WS_DO_NOTHING, ret);
H A Dscene_session_manager_test7.cpp102 EXPECT_EQ(ret, WSError::WS_DO_NOTHING);
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h49 WS_DO_NOTHING, enumerator
109 { WSError::WS_DO_NOTHING, WSErrorCode::WS_ERROR_STATE_ABNORMALLY },
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscb_system_session.cpp161 return WSError::WS_DO_NOTHING; in UpdateFocus()
H A Dsystem_session.cpp222 return WSError::WS_DO_NOTHING; in TransferKeyEvent()
H A Dsession.cpp932 return WSError::WS_DO_NOTHING; in UpdateSizeChangeReason()
1313 return WSError::WS_DO_NOTHING; in SetActive()
2026 return WSError::WS_DO_NOTHING; in TransferPointerEvent()
2074 return WSError::WS_DO_NOTHING; in TransferKeyEvent()
2446 return WSError::WS_DO_NOTHING; in UpdateFocus()
H A Dscene_session.cpp547 return WSError::WS_DO_NOTHING; in UpdateActiveStatus()
550 WSError ret = WSError::WS_DO_NOTHING; in UpdateActiveStatus()
1432 return WSError::WS_DO_NOTHING; in UpdateSessionRect()
2264 return WSError::WS_DO_NOTHING; in TransferPointerEvent()
2373 return WSError::WS_DO_NOTHING; in RequestSessionBack()
4502 return WSError::WS_DO_NOTHING; in UpdatePiPRect()
4536 return WSError::WS_DO_NOTHING; in UpdatePiPControlStatus()
H A Dmove_drag_controller.cpp727 return WSError::WS_DO_NOTHING; in UpdateMoveTempProperty()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2692 return WSError::WS_DO_NOTHING; in CreateAndConnectSpecificSession()
3526 return WSError::WS_DO_NOTHING; in InitUserInfo()
4154 return WSError::WS_DO_NOTHING; in UpdateBrightness()
4229 return WSError::WS_DO_NOTHING; in SetFocusedSessionId()
4916 return WSError::WS_DO_NOTHING; in RequestSessionFocusImmediately()
4920 return WSError::WS_DO_NOTHING; in RequestSessionFocusImmediately()
4953 return WSError::WS_DO_NOTHING; in RequestSessionFocus()
4957 return WSError::WS_DO_NOTHING; in RequestSessionFocus()
4962 return WSError::WS_DO_NOTHING; in RequestSessionFocus()
4997 return WSError::WS_DO_NOTHING; in RequestSessionUnfocus()
[all …]
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_extension_session_impl_test.cpp1292 EXPECT_CALL(*mockHostSession, Foreground).Times(1).WillOnce(Return(WSError::WS_DO_NOTHING));
1293 ASSERT_EQ(static_cast<WMError>(WSError::WS_DO_NOTHING), window_->Show());
1334 EXPECT_CALL(*mockHostSession, Background).Times(1).WillOnce(Return(WSError::WS_DO_NOTHING));
H A Dwindow_session_impl_test.cpp1523 ASSERT_EQ(res, WSError::WS_DO_NOTHING);
1526 ASSERT_EQ(res, WSError::WS_DO_NOTHING);
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_proxy.cpp370 return WSError::WS_DO_NOTHING; in MarkProcessed()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h433 virtual WSError HideSync() { return WSError::WS_DO_NOTHING; } in HideSync()

12