Home
last modified time | relevance | path

Searched refs:isLinkReserved (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/deeplink_reserve_config_test/
H A Ddeeplink_reserve_config_test.cpp99 auto ans = deepLinkReserveConfig.isLinkReserved(linkString, bundleName);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/deeplink_reserve/
H A Ddeeplink_reserve_config.h48 bool isLinkReserved(const std::string &linkString, std::string &bundleName);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp74 bool DeepLinkReserveConfig::isLinkReserved(const std::string &linkString, std::string &bundleName) in isLinkReserved() function in OHOS::AAFwk::DeepLinkReserveConfig
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp882 if (DeepLinkReserveConfig::GetInstance().isLinkReserved(linkString, reservedBundleName)) { in SetReserveInfo()