Home
last modified time | relevance | path

Searched refs:PARAM_URI_SEPARATOR_LEN (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Duri_utils.h54 static constexpr uint32_t PARAM_URI_SEPARATOR_LEN = 4; member in OHOS::DataShare::URIUtils
H A Duri_utils.cpp86 convertUri.replace(schemePos, PARAM_URI_SEPARATOR_LEN, SCHEME_SEPARATOR); in GetUriConfig()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h102 constexpr uint8_t PARAM_URI_SEPARATOR_LEN = 4; 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.cpp112 constexpr uint8_t PARAM_URI_SEPARATOR_LEN = 4; member
6014 size_t cutPos = uri.find(ServiceConstants::PATH_SEPARATOR, schemePos + PARAM_URI_SEPARATOR_LEN); in QueryExtensionAbilityInfoByUri()
6019 convertUri.replace(schemePos, PARAM_URI_SEPARATOR_LEN, URI_SEPARATOR); in QueryExtensionAbilityInfoByUri()

Completed in 16 milliseconds