Home
last modified time | relevance | path

Searched refs:WS_ERROR_INVALID_CALLING (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h63 WS_ERROR_INVALID_CALLING, enumerator
100 WS_ERROR_INVALID_CALLING = 1300004, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsystem_session.cpp346 return WSError::WS_ERROR_INVALID_CALLING; in SetDialogSessionBackGestureEnabled()
H A Dscene_session.cpp1531 return WSError::WS_ERROR_INVALID_CALLING; in RaiseAboveTarget()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h283 virtual WSError SetTopmost(bool topmost) { return WSError::WS_ERROR_INVALID_CALLING; } in SetTopmost()
285 … virtual WSError SetMainWindowTopmost(bool isTopmost) { return WSError::WS_ERROR_INVALID_CALLING; } in SetMainWindowTopmost()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsystem_session_test.cpp288 ASSERT_EQ(ret, WSError::WS_ERROR_INVALID_CALLING);
H A Dscene_session_manager_test4.cpp545 EXPECT_EQ(ssm_->GetAppMainSceneSession(sceneSession01, 1), WSError::WS_ERROR_INVALID_CALLING);
1148 EXPECT_EQ(result, WSError::WS_ERROR_INVALID_CALLING);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp9850 return WSError::WS_ERROR_INVALID_CALLING; in ShiftAppWindowFocus()
9853 return WSError::WS_ERROR_INVALID_CALLING; in ShiftAppWindowFocus()
9858 return WSError::WS_ERROR_INVALID_CALLING; in ShiftAppWindowFocus()
9875 return WSError::WS_ERROR_INVALID_CALLING; in GetAppMainSceneSession()