Searched refs:LoadReservedUrilItem (Results 1 - 3 of 3) sorted by relevance
/foundation/ability/ability_runtime/test/fuzztest/deeplinkreserveconfig_fuzzer/ |
H A D | deeplinkreserveconfig_fuzzer.cpp | 92 deepLinkReserveConfig.LoadReservedUrilItem(jsonUriObject, uriList); in DoSomethingInterestingWithMyAPI() 94 deepLinkReserveConfig.LoadReservedUrilItem(jsonUriObject, uriList); in DoSomethingInterestingWithMyAPI() 96 deepLinkReserveConfig.LoadReservedUrilItem(jsonUriObject, uriList); in DoSomethingInterestingWithMyAPI() 98 deepLinkReserveConfig.LoadReservedUrilItem(jsonUriObject, uriList); in DoSomethingInterestingWithMyAPI() 100 deepLinkReserveConfig.LoadReservedUrilItem(jsonUriObject, uriList); in DoSomethingInterestingWithMyAPI() 102 deepLinkReserveConfig.LoadReservedUrilItem(jsonUriObject, uriList); in DoSomethingInterestingWithMyAPI() 104 deepLinkReserveConfig.LoadReservedUrilItem(jsonUriObject, uriList); in DoSomethingInterestingWithMyAPI() 106 deepLinkReserveConfig.LoadReservedUrilItem(jsonUriObject, uriList); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/deeplink_reserve/ |
H A D | deeplink_reserve_config.h | 55 void LoadReservedUrilItem(const nlohmann::json &jsonUriObject, std::vector<ReserveUri> &uriList);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/ |
H A D | deeplink_reserve_config.cpp | 177 void DeepLinkReserveConfig::LoadReservedUrilItem(const nlohmann::json &jsonUriObject, std::vector<ReserveUri> &uriList) in LoadReservedUrilItem() function in OHOS::AAFwk::DeepLinkReserveConfig 245 LoadReservedUrilItem(jsonUriObject, uriList); in LoadReservedUriList()
|
Completed in 2 milliseconds