Home
last modified time | relevance | path

Searched defs:schemeName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp181 std::string schemeName = jsonUriObject.at(SCHEME_NAME).get<std::string>(); in LoadReservedUrilItem() local
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp4122 bool CheckSchemeName(const std::string& schemeName) in CheckSchemeName()