Searched refs:GetSsp (Results 1 - 4 of 4) sorted by relevance
/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"); in HWTEST_F() 55 ASSERT_STREQ(uri.GetSsp().c_str(), "//username:password@[1080::8:800:200C:417A]:99/path/66path1?query"); in HWTEST_F() 69 ASSERT_STREQ(uri.GetSsp().c_str(), "//username:password@[::]:88/path/path66?foooo"); in HWTEST_F() 83 ASSERT_STREQ(uri.GetSsp().c_str(), "//username:password@[1:0:0:1:2:1:2:1]:99/path/66path1?query"); in HWTEST_F() 97 ASSERT_STREQ(uri.GetSsp().c_str(), "//username:password@[::FFFF:129.144.52.38]:99/path/path?query"); in HWTEST_F() 111 ASSERT_STREQ(uri.GetSsp().c_str(), "//username:password@[::192.9.5.5]:99/path/path?query"); in HWTEST_F() 125 ASSERT_STREQ(uri.GetSsp().c_str(), "//username:password@[22::22:2:2%ss]:99/path/path?query"); in HWTEST_F() 140 ASSERT_STREQ(uri.GetSsp().c_str(), "//username:password@[fe80:0000:0001:0000:0440:44ff:1233:5678]" in HWTEST_F() 155 ASSERT_STREQ(uri.GetSsp().c_str(), "//username:password@[fe80::0001:0000]:99/path/path?query"); in HWTEST_F() 169 ASSERT_STREQ(uri.GetSsp() in HWTEST_F() [all...] |
/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 | 275 static napi_value GetSsp(napi_env env, napi_callback_info info)
in GetSsp() function 282 std::string temp = muri->GetSsp();
in GetSsp() 421 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
|
Completed in 4 milliseconds