Searched refs:ParsePort (Results 1 – 4 of 4) sorted by relevance
179 static std::optional<uint16_t> ParsePort(const std::string &portStr) in ParsePort() function220 auto port = ParsePort(std::string(begin, portEnd)); in GetPort()
179 int ParsePort();
242 port_ = ParsePort(); in GetPort()247 int Uri::ParsePort() in ParsePort() function in OHOS::Uri
475 auto result3 = uri_->ParsePort();