Home
last modified time | relevance | path

Searched defs:urlPath (Results 1 – 7 of 7) sorted by relevance

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
Dnet_monitor_test.cpp114 std::string urlPath; variable
185 std::string urlPath; variable
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
Dcard_frontend.cpp90 std::string urlPath; in RunPage() local
153 void CardFrontend::LoadPage(const std::string& urlPath, const std::string& params) in LoadPage()
Dform_frontend_declarative.cpp52 std::string urlPath = GetFormSrcPath(url, FILE_TYPE_BIN); in RunPage() local
Dcard_frontend_declarative.cpp89 std::string urlPath; in RunPage() local
/foundation/communication/netmanager_base/services/netconnmanager/src/
Dnet_monitor.cpp153 std::string urlPath; in SendParallelHttpProbes() local
521 int32_t NetMonitor::ParseUrl(const std::string &url, std::string &domain, std::string &urlPath) in ParseUrl()
/foundation/multimedia/player_framework/frameworks/js/recorder/
Dvideo_recorder_napi.cpp212 std::string urlPath = CommonNapi::GetPropertyString(env, args[0], "url"); in Prepare() local
733 int32_t VideoRecorderNapi::SetUrl(const std::string &urlPath) in SetUrl()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
Dfrontend_delegate_impl.cpp130 auto routerBackCallback = [weak = WeakClaim(this)](const std::string& urlPath) { in RunPage()