Home
last modified time | relevance | path

Searched refs:LoadReservedUriList (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/deeplinkreserveconfig_fuzzer/
H A Ddeeplinkreserveconfig_fuzzer.cpp117 deepLinkReserveConfig1.LoadReservedUriList(object); in DoSomethingInterestingWithMyAPIOne()
119 deepLinkReserveConfig1.LoadReservedUriList(object); in DoSomethingInterestingWithMyAPIOne()
122 deepLinkReserveConfig1.LoadReservedUriList(object); in DoSomethingInterestingWithMyAPIOne()
124 deepLinkReserveConfig1.LoadReservedUriList(object); in DoSomethingInterestingWithMyAPIOne()
127 deepLinkReserveConfig1.LoadReservedUriList(object); in DoSomethingInterestingWithMyAPIOne()
129 deepLinkReserveConfig1.LoadReservedUriList(object); in DoSomethingInterestingWithMyAPIOne()
/foundation/ability/ability_runtime/services/abilitymgr/include/deeplink_reserve/
H A Ddeeplink_reserve_config.h53 bool LoadReservedUriList(const nlohmann::json &object);
/foundation/ability/ability_runtime/test/unittest/deeplink_reserve_config_test/
H A Ddeeplink_reserve_config_test.cpp96 deepLinkReserveConfig.LoadReservedUriList(DEFAULT_CONFIG); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp66 if (!LoadReservedUriList(jsonBuf)) { in LoadConfiguration()
224 bool DeepLinkReserveConfig::LoadReservedUriList(const nlohmann::json &object) in LoadReservedUriList() function in OHOS::AAFwk::DeepLinkReserveConfig

Completed in 2 milliseconds