Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Duri_utils.h40 static bool GetInfoFromURI(const std::string &uri, UriInfo &uriInfo);
H A Duri_utils.cpp27 bool URIUtils::GetInfoFromURI(const std::string &uri, UriInfo &uriInfo) in GetInfoFromURI() function in OHOS::DataShare::URIUtils
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/data_share/
H A Dload_config_from_data_share_bundle_info_strategy.cpp109 if (!URIUtils::GetInfoFromURI(context->uri, uriInfo)) { in LoadConfigFromUri()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_impl.cpp937 if (!URIUtils::GetInfoFromURI(uri, uriInfo)) { in GetSilentProxyStatus()