Searched refs:ReserveUri (Results 1 – 2 of 2) sorted by relevance
28 struct ReserveUri { struct54 bool isUriMatched(const ReserveUri &reservedUri, const std::string &link); argument55 … void LoadReservedUrilItem(const nlohmann::json &jsonUriObject, std::vector<ReserveUri> &uriList);60 std::map<std::string, std::vector<ReserveUri>> deepLinkReserveUris_;
106 bool DeepLinkReserveConfig::isUriMatched(const ReserveUri &reservedUri, const std::string &link) in isUriMatched()177 …Config::LoadReservedUrilItem(const nlohmann::json &jsonUriObject, std::vector<ReserveUri> &uriList) in LoadReservedUrilItem()179 ReserveUri reserveUri; in LoadReservedUrilItem()242 std::vector<ReserveUri> uriList; in LoadReservedUriList()