Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/utils/native/include/
H A Dpasteboard_error.h57 DP_LOAD_SERVICE_ERROR, enumerator
98 {PasteboardError::DP_LOAD_SERVICE_ERROR, "DP_LOAD_SERVICE_ERROR"},
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddistributed_module_config.cpp39 if (status == static_cast<int32_t>(PasteboardError::DP_LOAD_SERVICE_ERROR)) { in Notify()
63 if (status == static_cast<int32_t>(PasteboardError::DP_LOAD_SERVICE_ERROR)) { in GetRetryTask()
H A Ddev_profile.cpp195 return std::make_pair(static_cast<int32_t>(PasteboardError::DP_LOAD_SERVICE_ERROR), ""); in GetEnabledStatus()