Home
last modified time | relevance | path

Searched refs:GetUserAgent (Results 1 - 12 of 12) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_request.h73 std::string GetUserAgent() const { return userAgent_; } in GetUserAgent() function in OHOS::Sharing::RtspRequest
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_object_event.h125 virtual std::string GetUserAgent(void* object) = 0;
H A Dweb_pattern.cpp872 if (GetUserAgent()) { in OnModifyDone()
873 delegate_->UpdateUserAgent(GetUserAgent().value()); in OnModifyDone()
H A Dweb_delegate_cross.cpp476 std::string WebDownloadResponseImpl::GetUserAgent() const in GetUserAgent() function in OHOS::Ace::WebDownloadResponseImpl
483 return obj->GetUserAgent(object_); in GetUserAgent()
1304 auto userAgent = webDownloadResponse->GetUserAgent(); in OnDownloadStart()
H A Dweb_delegate_cross.h296 std::string GetUserAgent() const;
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.cpp468 std::string GetUserAgent() in GetUserAgent() function
482 currentRequest_->httpHeader_[USER_AGENT] = GetUserAgent(); in BeginDownload()
483 httpHeader[USER_AGENT] = GetUserAgent(); in BeginDownload()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h400 std::string GetUserAgent() const in GetUserAgent() function in OHOS::Ace::WebComponent
H A Drender_web.cpp156 auto userAgent = web->GetUserAgent(); in Update()
H A Dweb_event.h1103 const std::string& GetUserAgent() const in GetUserAgent() function in OHOS::Ace::NativeEmbedStatus::DownloadStartEvent
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H A Drtsp_unit_test.cpp271 auto ret = request->GetUserAgent(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3055 if (GetUserAgent()) { in OnModifyDone()
3056 delegate_->UpdateUserAgent(GetUserAgent().value()); in OnModifyDone()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp2151 obj->SetProperty("userAgent", eventInfo.GetUserAgent()); in DownloadStartEventToJSValue()

Completed in 40 milliseconds