Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Duri_utils.h42 static bool GetAppIndexFromProxyURI(const std::string &uri, int32_t &appIndex);
H A Duri_utils.cpp65 bool URIUtils::GetAppIndexFromProxyURI(const std::string &uri, int32_t &appIndex) in GetAppIndexFromProxyURI() function in OHOS::DataShare::URIUtils
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/general/
H A Dload_config_common_strategy.cpp35 if (!URIUtils::GetAppIndexFromProxyURI(context->uri, context->appIndex)) { in operator ()()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_provider_config.cpp36 URIUtils::GetAppIndexFromProxyURI(providerInfo_.uri, providerInfo_.appIndex); in DataProviderConfig()
H A Ddata_share_service_impl.cpp942 if (!URIUtils::GetAppIndexFromProxyURI(uri, appIndex)) { in GetSilentProxyStatus()