Home
last modified time | relevance | path

Searched refs:DESERIALIZATION_ERROR (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_entry_getter_proxy.cpp76 return static_cast<int32_t>(PasteboardError::DESERIALIZATION_ERROR); in GetRecordValueByType()
81 return static_cast<int32_t>(PasteboardError::DESERIALIZATION_ERROR); in GetRecordValueByType()
87 return static_cast<int32_t>(PasteboardError::DESERIALIZATION_ERROR); in GetRecordValueByType()
H A Dpasteboard_service_proxy.cpp87 return static_cast<int32_t>(PasteboardError::DESERIALIZATION_ERROR) ; in GetRecordValueByType()
92 return static_cast<int32_t>(PasteboardError::DESERIALIZATION_ERROR); in GetRecordValueByType()
98 return static_cast<int32_t>(PasteboardError::DESERIALIZATION_ERROR); in GetRecordValueByType()
201 return static_cast<int32_t>(PasteboardError::DESERIALIZATION_ERROR); in GetPasteData()
206 return static_cast<int32_t>(PasteboardError::DESERIALIZATION_ERROR); in GetPasteData()
212 return static_cast<int32_t>(PasteboardError::DESERIALIZATION_ERROR); in GetPasteData()
217 return static_cast<int32_t>(PasteboardError::DESERIALIZATION_ERROR); in GetPasteData()
H A Dpasteboard_service_stub.cpp489 return static_cast<int32_t>(PasteboardError::DESERIALIZATION_ERROR); in OnSetAppShareOptions()
/ohos5.0/foundation/distributeddatamgr/pasteboard/utils/native/include/
H A Dpasteboard_error.h34 DESERIALIZATION_ERROR, enumerator
75 {PasteboardError::DESERIALIZATION_ERROR, "DESERIALIZATION_ERROR"},