Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.h153 void SetScheme(const std::string& input);
H A Dnative_module_url.cpp398 murl->SetScheme(input); in SetUrlScheme()
H A Djs_url.cpp1644 void URL::SetScheme(const std::string& input) in SetScheme() function in OHOS::Url::URL
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/test/
H A Dtest_napi.cpp446 url.SetScheme("ftp:");
458 url.SetScheme("666");
470 url.SetScheme("-/+");
482 url.SetScheme("file");