Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_proxy.cpp491 return WSErrorCode::WS_ERROR_TRANSFER_DATA_FAILED; in NotifyTransferComponentDataSync()
496 return WSErrorCode::WS_ERROR_TRANSFER_DATA_FAILED; in NotifyTransferComponentDataSync()
502 return WSErrorCode::WS_ERROR_TRANSFER_DATA_FAILED; in NotifyTransferComponentDataSync()
516 return WSErrorCode::WS_ERROR_TRANSFER_DATA_FAILED; in NotifyTransferComponentDataSync()
H A Dsession_stage_stub.cpp277 return static_cast<int>(WSErrorCode::WS_ERROR_TRANSFER_DATA_FAILED); in HandleNotifyTransferComponentDataSync()
286 return static_cast<int>(WSErrorCode::WS_ERROR_TRANSFER_DATA_FAILED); in HandleNotifyTransferComponentDataSync()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h96 WS_ERROR_TRANSFER_DATA_FAILED = 100012, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dextension_session.cpp241 return WSErrorCode::WS_ERROR_TRANSFER_DATA_FAILED; in TransferComponentDataSync()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_session_wrapper_impl.cpp712 Rosen::WSErrorCode transferCode = Rosen::WSErrorCode::WS_ERROR_TRANSFER_DATA_FAILED; in SendDataSync()
H A Dsession_wrapper_impl.cpp861 Rosen::WSErrorCode transferCode = Rosen::WSErrorCode::WS_ERROR_TRANSFER_DATA_FAILED; in SendDataSync()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dextension_session_test.cpp209 ASSERT_EQ(res, WSErrorCode::WS_ERROR_TRANSFER_DATA_FAILED);