Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp212 return static_cast<int32_t>(PasteboardError::OBTAIN_SERVER_SA_ERROR); in GetRecordValueByType()
246 static_cast<int32_t>(PasteboardError::OBTAIN_SERVER_SA_ERROR)); in GetPasteData()
247 return static_cast<int32_t>(PasteboardError::OBTAIN_SERVER_SA_ERROR); in GetPasteData()
402 static_cast<int32_t>(PasteboardError::OBTAIN_SERVER_SA_ERROR)); in SetPasteData()
403 return static_cast<int32_t>(PasteboardError::OBTAIN_SERVER_SA_ERROR); in SetPasteData()
535 return static_cast<int32_t>(PasteboardError::OBTAIN_SERVER_SA_ERROR); in SetGlobalShareOption()
544 return static_cast<int32_t>(PasteboardError::OBTAIN_SERVER_SA_ERROR); in RemoveGlobalShareOption()
562 return static_cast<int32_t>(PasteboardError::OBTAIN_SERVER_SA_ERROR); in SetAppShareOptions()
571 return static_cast<int32_t>(PasteboardError::OBTAIN_SERVER_SA_ERROR); in RemoveAppShareOptions()
593 return static_cast<int32_t>(PasteboardError::OBTAIN_SERVER_SA_ERROR); in GetDataSource()
/ohos5.0/foundation/distributeddatamgr/pasteboard/utils/native/include/
H A Dpasteboard_error.h35 OBTAIN_SERVER_SA_ERROR, enumerator
76 {PasteboardError::OBTAIN_SERVER_SA_ERROR, "OBTAIN_SERVER_SA_ERROR"},
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpasteboard_dialog_abnormal_branch_test.cpp64 EXPECT_TRUE(ret == static_cast<int32_t>(PasteboardError::OBTAIN_SERVER_SA_ERROR));
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_dialog.cpp72 return static_cast<int32_t>(PasteboardError::OBTAIN_SERVER_SA_ERROR); in ShowToast()