Searched refs:GetSsp (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_api_module/uri/test/ |
H A D | test_napi.cpp | 41 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 D | file_uri_n_exporter.h | 42 static napi_value GetSsp(napi_env env, napi_callback_info info);
|
H A D | file_uri_n_exporter.cpp | 358 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 D | js_uri.h | 125 std::string GetSsp() const;
|
H A D | native_module_uri.cpp | 272 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 D | js_uri.cpp | 588 std::string Uri::GetSsp() const in GetSsp() function in OHOS::Uri::Uri
|