Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp37 const std::string PATH_START_WITH_NAME = "pathStartWith"; member
200 if (jsonUriObject.contains(PATH_START_WITH_NAME) && jsonUriObject.at(PATH_START_WITH_NAME).is_string()) { in LoadReservedUrilItem()
201 std::string pathStartWithName = jsonUriObject.at(PATH_START_WITH_NAME).get<std::string>(); in LoadReservedUrilItem()
/foundation/ability/ability_runtime/test/fuzztest/deeplinkreserveconfig_fuzzer/
H A Ddeeplinkreserveconfig_fuzzer.cpp50 const std::string PATH_START_WITH_NAME = "pathStartWith"; member
99 jsonUriObject["PATH_START_WITH_NAME"] = PATH_START_WITH_NAME; in DoSomethingInterestingWithMyAPI()

Completed in 2 milliseconds