Home
last modified time | relevance | path

Searched refs:NO_TRUST_DEVICE_ERROR (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/utils/native/include/
H A Dpasteboard_error.h61 NO_TRUST_DEVICE_ERROR, enumerator
102 {PasteboardError::NO_TRUST_DEVICE_ERROR, "NO_TRUST_DEVICE_ERROR"},
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Ddm_adapter_test.cpp109 ASSERT_TRUE(ret == static_cast<int32_t>(PasteboardError::NO_TRUST_DEVICE_ERROR));
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddistributed_module_config.cpp109 return static_cast<int32_t>(PasteboardError::NO_TRUST_DEVICE_ERROR); in GetEnabledStatus()
H A Ddm_adapter.cpp204 return static_cast<int32_t>(PasteboardError::NO_TRUST_DEVICE_ERROR); in GetRemoteDeviceInfo()
H A Ddev_profile.cpp200 return std::make_pair(static_cast<int32_t>(PasteboardError::NO_TRUST_DEVICE_ERROR), ""); in GetEnabledStatus()