Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/utils/native/include/
H A Dpasteboard_error.h63 DATA_EXPIRED_ERROR, enumerator
104 {PasteboardError::DATA_EXPIRED_ERROR, "DATA_EXPIRED_ERROR"},
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp436 return static_cast<int32_t>(PasteboardError::DATA_EXPIRED_ERROR); in IsDataVaild()