Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/utils/native/include/
H A Dpasteboard_error.h58 INVALID_OPTION_ERROR, enumerator
99 {PasteboardError::INVALID_OPTION_ERROR, "INVALID_OPTION_ERROR"},
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp123 return static_cast<int32_t>(PasteboardError::INVALID_OPTION_ERROR); in Init()