Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp40 const std::string UTD_NAME = "utd"; member
215 if (jsonUriObject.contains(UTD_NAME) && jsonUriObject.at(UTD_NAME).is_string()) { in LoadReservedUrilItem()
216 std::string utdName = jsonUriObject.at(UTD_NAME).get<std::string>(); in LoadReservedUrilItem()
/foundation/ability/ability_runtime/test/fuzztest/deeplinkreserveconfig_fuzzer/
H A Ddeeplinkreserveconfig_fuzzer.cpp53 const std::string UTD_NAME = "utd"; member
105 jsonUriObject["UTD_NAME"] = UTD_NAME; in DoSomethingInterestingWithMyAPI()

Completed in 2 milliseconds