Home
last modified time | relevance | path

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

/foundation/ability/ability_lite/frameworks/want_lite/src/
H A Dwant.cpp51 constexpr static char URI_SEPARATOR = ';';
373 char *endIndex = strchr(beginIndex, URI_SEPARATOR);
418 uriString += URI_SEPARATOR;
425 uriString += URI_SEPARATOR;
432 uriString += URI_SEPARATOR;
439 uriString += URI_SEPARATOR;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_provider_config.cpp125 std::string 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()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Duri_utils.h52 static constexpr const char *URI_SEPARATOR = "/"; member in OHOS::DataShare::URIUtils
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h103 constexpr const char* URI_SEPARATOR = "://"; member
/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()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp111 constexpr const char* URI_SEPARATOR = "://"; member
6019 convertUri.replace(schemePos, PARAM_URI_SEPARATOR_LEN, URI_SEPARATOR); in QueryExtensionAbilityInfoByUri()

Completed in 16 milliseconds