Home
last modified time | relevance | path

Searched refs:REMOTE_TASK_ERROR (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/utils/native/include/
H A Dpasteboard_error.h51 REMOTE_TASK_ERROR, enumerator
92 {PasteboardError::REMOTE_TASK_ERROR, "REMOTE_TASK_ERROR"},
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddistributed_module_config.cpp59 auto status = static_cast<int32_t>(PasteboardError::REMOTE_TASK_ERROR); in GetRetryTask()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp745 return static_cast<int32_t>(PasteboardError::REMOTE_TASK_ERROR); in GetRemoteData()
2053 pasteDateResult.errorCode = static_cast<int32_t>(PasteboardError::REMOTE_TASK_ERROR); in GetDistributedData()