Home
last modified time | relevance | path

Searched refs:REMOTE_EXCEPTION (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/utils/native/include/
H A Dpasteboard_error.h47 REMOTE_EXCEPTION, enumerator
88 {PasteboardError::REMOTE_EXCEPTION, "REMOTE_EXCEPTION"},
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp1466 return static_cast<int32_t>(PasteboardError::REMOTE_EXCEPTION); in GetDataSource()