Home
last modified time | relevance | path

Searched refs:WS_ERROR_REPEAT_OPERATION (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h61 WS_ERROR_REPEAT_OPERATION, enumerator
97 WS_ERROR_REPEAT_OPERATION = 1300001, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session.cpp323 … napi_throw(env, CreateJsError(env, static_cast<int32_t>(WSErrorCode::WS_ERROR_REPEAT_OPERATION))); in OnRegisterCallback()
H A Djs_screen_session_manager.cpp316 … napi_throw(env, CreateJsError(env, static_cast<int32_t>(WSErrorCode::WS_ERROR_REPEAT_OPERATION))); in OnRegisterShutdownCallback()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test5.cpp155 …EXPECT_EQ(WSError::WS_ERROR_REPEAT_OPERATION, session->NotifyClientToUpdateRectTask("SceneSessionT…
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp2599 case WSError::WS_ERROR_REPEAT_OPERATION: { in StartMoveWindow()
3690 return WSError::WS_ERROR_REPEAT_OPERATION; in SwitchFreeMultiWindow()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp641 return WSError::WS_ERROR_REPEAT_OPERATION; in SyncSessionEvent()
1079 return WSError::WS_ERROR_REPEAT_OPERATION; in NotifyClientToUpdateRectTask()