Home
last modified time | relevance | path

Searched refs:Strtoul (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/general/
H A Dload_config_common_strategy.cpp61 auto [success, data] = URIUtils::Strtoul(queryParams[USER_PARAM]); in GetInfoFromProxyURI()
68 auto [success, data] = URIUtils::Strtoul(queryParams[TOKEN_ID_PARAM]); in GetInfoFromProxyURI()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Duri_utils.cpp69 auto [success, data] = URIUtils::Strtoul(queryParams[APP_INDEX]); in GetAppIndexFromProxyURI()
116 std::pair<bool, uint32_t> URIUtils::Strtoul(const std::string &str) in Strtoul() function in OHOS::DataShare::URIUtils
H A Duri_utils.h48 static std::pair<bool, uint32_t> Strtoul(const std::string &str);