Home
last modified time | relevance | path

Searched refs:URI_SEPARATOR (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_lite/frameworks/want_lite/src/
H A Dwant.cpp51 constexpr static char URI_SEPARATOR = ';'; variable
373 char *endIndex = strchr(beginIndex, URI_SEPARATOR); in WantParseUri()
418 uriString += URI_SEPARATOR; in WantToUri()
425 uriString += URI_SEPARATOR; in WantToUri()
432 uriString += URI_SEPARATOR; in WantToUri()
439 uriString += URI_SEPARATOR; in WantToUri()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_provider_config.cpp125 …tring storeUri = URIUtils::DATA_SHARE_SCHEMA + providerInfo_.bundleName + URIUtils::URI_SEPARATOR + in GetFromExtensionProperties()
126 moduleName + URIUtils::URI_SEPARATOR + providerInfo_.storeName; in GetFromExtensionProperties()
127 std::string tableUri = storeUri + URIUtils::URI_SEPARATOR + providerInfo_.tableName; in GetFromExtensionProperties()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Duri_utils.h53 static constexpr const char *URI_SEPARATOR = "/"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h111 constexpr const char* URI_SEPARATOR = "://"; variable
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/permission/src/
H A Ddata_share_called_config.cpp69 … uriWithoutQuery.replace(schemePos, Constants::PARAM_URI_SEPARATOR_LEN, Constants::URI_SEPARATOR); in GetFromProxyData()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp115 constexpr const char* URI_SEPARATOR = "://"; variable
6019 convertUri.replace(schemePos, PARAM_URI_SEPARATOR_LEN, URI_SEPARATOR); in QueryExtensionAbilityInfoByUri()