Home
last modified time | relevance | path

Searched refs:URIS_NAME (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp32 const std::string URIS_NAME = "uris"; member
237 if (!jsonObject.contains(URIS_NAME) || !jsonObject.at(URIS_NAME).is_array()) { in LoadReservedUriList()
243 for (auto &uriItem : jsonObject.at(URIS_NAME).items()) { in LoadReservedUriList()
/foundation/ability/ability_runtime/test/fuzztest/deeplinkreserveconfig_fuzzer/
H A Ddeeplinkreserveconfig_fuzzer.cpp45 const std::string URIS_NAME = "uris"; member
126 object["URIS_NAME"] = uriArray; in DoSomethingInterestingWithMyAPIOne()
128 object["URIS_NAME"] = URIS_NAME; in DoSomethingInterestingWithMyAPIOne()

Completed in 2 milliseconds