Home
last modified time | relevance | path

Searched defs:ReserveUri (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/deeplink_reserve/
H A Ddeeplink_reserve_config.h28 struct ReserveUri { struct
29 std::string scheme;
30 std::string host;
54 bool isUriMatched(const ReserveUri &reservedUri, const std::string &link); argument