Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/uri/test/
H A Dtest_napi.cpp41 ASSERT_STREQ(uri.GetSsp().c_str(), "//username:password@www.baidu.com:99/path/path?query");
69 ASSERT_STREQ(uri.GetSsp().c_str(), "//username:password@[::]:88/path/path66?foooo");
197 ASSERT_STREQ(uri.GetSsp().c_str(), "//16.9.5.4:99/path/path?query");
211 ASSERT_STREQ(uri.GetSsp().c_str(), "//[::168:169:333]:99/path/path?query");
225 ASSERT_STREQ(uri.GetSsp().c_str(), "//user@49.10hh8.54.12:80/path/path?query");
239 ASSERT_STREQ(uri.GetSsp().c_str(), "//user@www.baidu.com/path/path?query");
253 ASSERT_STREQ(uri.GetSsp().c_str(), "//user@www.1hw.1com:77/path/path?query");
267 ASSERT_STREQ(uri.GetSsp().c_str(), "//user@hosthost/path/path?query");
281 ASSERT_STREQ(uri.GetSsp().c_str(), "//user@[::]/path/path?query");
295 ASSERT_STREQ(uri.GetSsp().c_str(), "//[::192:0:5]/path/path?query");
[all …]
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/
H A Dfile_uri_n_exporter.h42 static napi_value GetSsp(napi_env env, napi_callback_info info);
H A Dfile_uri_n_exporter.cpp358 napi_value FileUriNExporter::GetSsp(napi_env env, napi_callback_info info) in GetSsp() function in OHOS::AppFileService::ModuleFileUri::FileUriNExporter
480 NVal::DeclareNapiGetter("ssp", GetSsp), in Export()
/ohos5.0/commonlibrary/ets_utils/js_api_module/uri/
H A Djs_uri.h125 std::string GetSsp() const;
H A Dnative_module_uri.cpp272 static napi_value GetSsp(napi_env env, napi_callback_info info) in GetSsp() function
279 std::string temp = muri->GetSsp(); in GetSsp()
418 DECLARE_NAPI_GETTER("ssp", GetSsp), in UriInit()
H A Djs_uri.cpp588 std::string Uri::GetSsp() const in GetSsp() function in OHOS::Uri::Uri