Searched refs:isUriMatched (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/ability_runtime/test/fuzztest/deeplinkreserveconfig_fuzzer/ |
H A D | deeplinkreserveconfig_fuzzer.cpp | 76 deepLinkReserveConfig.isUriMatched(reservedUri, link); in DoSomethingInterestingWithMyAPI() 78 deepLinkReserveConfig.isUriMatched(reservedUri, link); in DoSomethingInterestingWithMyAPI() 80 deepLinkReserveConfig.isUriMatched(reservedUri, link); in DoSomethingInterestingWithMyAPI() 82 deepLinkReserveConfig.isUriMatched(reservedUri, link); in DoSomethingInterestingWithMyAPI() 84 deepLinkReserveConfig.isUriMatched(reservedUri, link); in DoSomethingInterestingWithMyAPI() 86 deepLinkReserveConfig.isUriMatched(reservedUri, link); in DoSomethingInterestingWithMyAPI() 88 deepLinkReserveConfig.isUriMatched(reservedUri, link); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/deeplink_reserve/ |
H A D | deeplink_reserve_config.h | 54 bool isUriMatched(const ReserveUri &reservedUri, const std::string &link);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/ |
H A D | deeplink_reserve_config.cpp | 79 if (isUriMatched(itemUri, linkString)) { in isLinkReserved() 106 bool DeepLinkReserveConfig::isUriMatched(const ReserveUri &reservedUri, const std::string &link) in isUriMatched() function in OHOS::AAFwk::DeepLinkReserveConfig
|
Completed in 2 milliseconds