Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_proxy.cpp58 return static_cast<int32_t>(PasteboardError::SERIALIZATION_ERROR); in GetRecordValueByType()
63 return static_cast<int32_t>(PasteboardError::SERIALIZATION_ERROR); in GetRecordValueByType()
68 return static_cast<int32_t>(PasteboardError::SERIALIZATION_ERROR); in GetRecordValueByType()
72 return static_cast<int32_t>(PasteboardError::SERIALIZATION_ERROR); in GetRecordValueByType()
76 return static_cast<int32_t>(PasteboardError::SERIALIZATION_ERROR); in GetRecordValueByType()
134 return static_cast<int32_t>(PasteboardError::SERIALIZATION_ERROR); in SetPasteData()
146 return static_cast<int32_t>(PasteboardError::SERIALIZATION_ERROR); in SetPasteData()
150 return static_cast<int32_t>(PasteboardError::SERIALIZATION_ERROR); in SetPasteData()
154 return static_cast<int32_t>(PasteboardError::SERIALIZATION_ERROR); in SetPasteData()
159 return static_cast<int32_t>(PasteboardError::SERIALIZATION_ERROR); in SetPasteData()
[all …]
H A Dpasteboard_entry_getter_proxy.cpp35 return static_cast<int32_t>(PasteboardError::SERIALIZATION_ERROR); in MakeRequest()
39 return static_cast<int32_t>(PasteboardError::SERIALIZATION_ERROR); in MakeRequest()
44 return static_cast<int32_t>(PasteboardError::SERIALIZATION_ERROR); in MakeRequest()
48 return static_cast<int32_t>(PasteboardError::SERIALIZATION_ERROR); in MakeRequest()
52 return static_cast<int32_t>(PasteboardError::SERIALIZATION_ERROR); in MakeRequest()
H A Dpasteboard_service_stub.cpp494 return static_cast<int32_t>(PasteboardError::SERIALIZATION_ERROR); in OnSetAppShareOptions()
504 return static_cast<int32_t>(PasteboardError::SERIALIZATION_ERROR); in OnRemoveAppShareOptions()
/ohos5.0/foundation/distributeddatamgr/pasteboard/utils/native/include/
H A Dpasteboard_error.h33 SERIALIZATION_ERROR, enumerator
74 {PasteboardError::SERIALIZATION_ERROR, "SERIALIZATION_ERROR"},