Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpaste_data.h144 static const std::string DISTRIBUTEDFILES_TAG; variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data.cpp58 const std::string PasteData::DISTRIBUTEDFILES_TAG = "distributedfiles"; member in OHOS::MiscServices::PasteData
H A Dpasteboard_client.cpp314 if (realUri.find(PasteData::DISTRIBUTEDFILES_TAG) != std::string::npos) { in RefreshUri()