Home
last modified time | relevance | path

Searched refs:SCHEME_NAME (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp33 const std::string SCHEME_NAME = "scheme"; variable
180 if (jsonUriObject.contains(SCHEME_NAME) && jsonUriObject.at(SCHEME_NAME).is_string()) { in LoadReservedUrilItem()
181 std::string schemeName = jsonUriObject.at(SCHEME_NAME).get<std::string>(); in LoadReservedUrilItem()