Home
last modified time | relevance | path

Searched refs:GetSegment (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_api_module/uri/
H A Djs_uri.h105 std::vector<std::string> GetSegment() const;
H A Dnative_module_uri.cpp219 static napi_value GetSegment(napi_env env, napi_callback_info info) in GetSegment() function
226 std::vector<std::string> temp = muri->GetSegment(); in GetSegment()
416 DECLARE_NAPI_FUNCTION("getSegment", GetSegment), in UriInit()
H A Djs_uri.cpp476 std::vector<std::string> Uri::GetSegment() const in GetSegment() function in OHOS::Uri::Uri
/commonlibrary/ets_utils/js_api_module/uri/test/
H A Dtest_napi.cpp708 std::vector<std::string> temp = uri.GetSegment(); in HWTEST_F()

Completed in 4 milliseconds