Home
last modified time | relevance | path

Searched refs:EXT_URI_SCHEMA (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_impl.h147 static constexpr const char *EXT_URI_SCHEMA = "datashare://"; variable
H A Ddata_share_service_impl.cpp670 if (uri.find(EXT_URI_SCHEMA) == std::string::npos) { in SaveLaunchInfo()
674 extUri.insert(strlen(EXT_URI_SCHEMA), "/"); in SaveLaunchInfo()