Home
last modified time | relevance | path

Searched refs:Intercept (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dproxy.rs52 pub(crate) intercept: Intercept,
57 pub(crate) fn new(intercept: Intercept) -> Self { in new()
65 Ok(Proxy::new(Intercept::Http(ProxyInfo::new(uri)?))) in http()
69 Ok(Proxy::new(Intercept::Https(ProxyInfo::new(uri)?))) in https()
73 Ok(Proxy::new(Intercept::All(ProxyInfo::new(uri)?))) in all()
84 Intercept::All(info) => info.basic_auth = Some(auth), in basic_auth()
85 Intercept::Http(info) => info.basic_auth = Some(auth), in basic_auth()
86 Intercept::Https(info) => info.basic_auth = Some(auth), in basic_auth()
122 Intercept::All(_) => !no_proxy, in is_intercepted()
130 pub(crate) enum Intercept { enum
[all …]
/ohos5.0/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_test.cpp62 bool Intercept(std::shared_ptr<KeyEvent> keyEvent) override in Intercept() function in OHOS::MMI::MyKeyGesture
85 bool ret = keyGestureManager.Intercept(keyEvent);
168 bool ret = longPressSingleKey.Intercept(keyEvent);
172 bool ret2 = longPressSingleKey.Intercept(keyEvent);
192 bool ret = longPressSingleKey.Intercept(keyEvent);
212 bool ret = longPressSingleKey.Intercept(keyEvent);
232 bool ret = longPressSingleKey.Intercept(keyEvent);
255 bool ret = longPressSingleKey.Intercept(keyEvent);
259 bool ret2 = longPressSingleKey.Intercept(keyEvent);
520 bool ret = longPressCombinationKey.Intercept(keyEvent);
[all …]
/ohos5.0/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_gesture_manager.h86 virtual bool Intercept(std::shared_ptr<KeyEvent> KeyEvent) = 0;
114 bool Intercept(std::shared_ptr<KeyEvent> KeyEvent) override;
130 bool Intercept(std::shared_ptr<KeyEvent> keyEvent) override;
164 bool Intercept(std::shared_ptr<KeyEvent> KeyEvent);
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp187 bool KeyGestureManager::LongPressSingleKey::Intercept(std::shared_ptr<KeyEvent> keyEvent) in Intercept() function in OHOS::MMI::KeyGestureManager::LongPressSingleKey
240 bool KeyGestureManager::LongPressCombinationKey::Intercept(std::shared_ptr<KeyEvent> keyEvent) in Intercept() function in OHOS::MMI::KeyGestureManager::LongPressCombinationKey
405 bool KeyGestureManager::Intercept(std::shared_ptr<KeyEvent> keyEvent) in Intercept() function in OHOS::MMI::KeyGestureManager
410 if ((*iter)->Intercept(keyEvent)) { in Intercept()
H A Dkey_subscriber_handler.cpp425 if (keyGestureMgr_.Intercept(keyEvent)) { in OnSubscribeKeyEvent()
/ohos5.0/docs/en/application-dev/web/
H A Dweb-resource-interception-request-mgmt.md56 // Intercept the web page request.
145 // Intercept the web page request.
H A Dweb-scheme-handler.md22 …// Intercept the request whose scheme is https sent by the Web component whose webTag is scheme-ha…
38 …// Intercept the request whose scheme is custom sent by the Web component whose webTag is scheme-h…
676 <a href="https://www.example.com/video.html"> Intercept the video resource request and read the loc…
678 <a href="https://www.example.com/isolated.html">Intercept the third-party protocol with ISOLATED at…
679 <a href="https://www.example.com/local.html">Intercept the third-party protocol with LOCAL attribut…
680 <a href="https://www.example.com/service_worker.html"> Intercept the request triggered by the servi…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-search.md1373 console.log("Intercept id: custom2 start:" + textRange.start + "; end:" + textRange.end)
1377 console.log("Intercept COPY start:" + textRange.start + "; end:" + textRange.end)
H A Dts-basic-components-text.md1763 console.log("Intercept id: custom2 start:" + textRange.start + "; end:" + textRange.end)
1767 console.log("Intercept COPY start:" + textRange.start + "; end:" + textRange.end)
H A Dts-basic-components-textarea.md1771 … console.log("Intercept id: custom2 start:" + textRange.start + "; end:" + textRange.end)
1775 console.log("Intercept COPY start:" + textRange.start + "; end:" + textRange.end)
H A Dts-basic-components-textinput.md2212 console.log("Intercept id: custom2 start:" + textRange.start + "; end:" + textRange.end)
2216 console.log("Intercept COPY start:" + textRange.start + "; end:" + textRange.end)
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md2636 console.log ("Intercept ID: CUT")
2644 console.log ("Intercept ID: customItem1")
2648 console.log ("Intercept ID: app.string.customItem2")