Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/utils/native/include/
H A Dpasteboard_error.h59 INVALID_OPERATION_ERROR, enumerator
100 {PasteboardError::INVALID_OPERATION_ERROR, "INVALID_OPERATION_ERROR"},
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpaste_service_test.cpp1362 EXPECT_TRUE(ret == static_cast<int32_t>(PasteboardError::INVALID_OPERATION_ERROR));
1374 EXPECT_TRUE(ret == static_cast<int32_t>(PasteboardError::INVALID_OPERATION_ERROR));
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_systempasteboard.cpp695 …if (!CheckExpression(env, result != static_cast<int32_t>(PasteboardError::INVALID_OPERATION_ERROR), in SetAppShareOptions()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp1762 return static_cast<int32_t>(PasteboardError::INVALID_OPERATION_ERROR); in SetAppShareOptions()