Home
last modified time | relevance | path

Searched refs:allow (Results 1 - 25 of 77) sorted by relevance

1234

/base/hiviewdfx/hicollie/interfaces/rust/src/
H A Dlib.rs16 #![allow(missing_docs)]
23 #[allow(unused)]
32 #[allow(unused)]
39 #[allow(unused)]
50 #[allow(unused)]
/base/request/request/pre_download/native/src/
H A Dlib.rs17 #![allow(unused)]
18 #![allow(stable_features)]
/base/update/updater/services/rust/hash_signed_data/src/
H A Dffi.rs18 #[allow(unused)]
26 #[allow(unused)]
42 #[allow(unused)]
H A Devp.rs19 #[allow(unused)]
36 #[allow(unused)]
/base/request/request/pre_download/netstack_rs/src/
H A Dlib.rs24 #![allow(unused)]
25 #![allow(missing_docs)]
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_geo_location_callback_impl.cpp28 const ArkWebString& origin, bool allow, bool retain, bool incognito) in GeoLocationCallbackInvoke()
30 nweb_geo_location_callback_->GeolocationCallbackInvoke(ArkWebStringStructToClass(origin), allow, retain, incognito); in GeoLocationCallbackInvoke() local
27 GeoLocationCallbackInvoke( const ArkWebString& origin, bool allow, bool retain, bool incognito) GeoLocationCallbackInvoke() argument
H A Dark_web_geo_location_callback_impl.h37 * @param allow The geo location permission status.
38 * @param retain Whether to allow the geo location permission status to be
42 void GeoLocationCallbackInvoke(const ArkWebString& origin, bool allow, bool retain, bool incognito) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_geo_location_callback_wrapper.cpp28 const std::string& origin, bool allow, bool retain, bool incognito) in GeolocationCallbackInvoke()
32 ark_web_geo_location_callback_->GeoLocationCallbackInvoke(stOrigin, allow, retain, incognito); in GeolocationCallbackInvoke()
27 GeolocationCallbackInvoke( const std::string& origin, bool allow, bool retain, bool incognito) GeolocationCallbackInvoke() argument
H A Dark_web_geo_location_callback_wrapper.h34 * @param allow The geo location permission status.
35 * @param retain Whether to allow the geo location permission status to be
39 void GeolocationCallbackInvoke(const std::string& origin, bool allow, bool retain, bool incognito) override;
/base/msdp/device_status/rust/data/sys/src/ipc/
H A Ddefault.rs18 #![allow(dead_code)]
19 #![allow(unused_variables)]
/base/msdp/device_status/rust/services/sys/src/
H A Dservice.rs18 #![allow(dead_code)]
19 #![allow(unused_variables)]
H A Dbinding.rs18 #![allow(dead_code)]
19 #![allow(unused_variables)]
/base/msdp/device_status/rust/modules/basic/client/src/
H A Dlib.rs18 #![allow(dead_code)]
19 #![allow(unused_variables)]
/base/msdp/device_status/rust/utils/src/
H A Dmacros.rs18 #![allow(dead_code)]
29 #[allow(dead_code)]
/base/msdp/device_status/rust/modules/drag/client/src/
H A Dlib.rs18 #![allow(dead_code)]
19 #![allow(unused_variables)]
/base/security/asset/test/unittest/inner_kits_rust/src/
H A Dcommon.rs16 #![allow(dead_code)]
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Dlib.rs18 #![allow(dead_code)]
/base/msdp/device_status/rust/modules/drag/server/src/
H A Dlib.rs18 #![allow(dead_code)]
19 #![allow(unused_variables)]
21 #![allow(improper_ctypes_definitions)]
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_geo_location_callback.h32 * @param allow The geo location permission status.
33 * @param retain Whether to allow the geo location permission status to be
38 virtual void GeoLocationCallbackInvoke(const ArkWebString& origin, bool allow, bool retain, bool incognito) = 0;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_geolocation_callback_interface.h34 * @param allow The geolocation permission status.
35 * @param retain Whether to allow the geolocation permission status to be
38 virtual void GeolocationCallbackInvoke(const std::string& origin, bool allow, bool retain, bool incognito) = 0;
/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dlib.rs18 //! Current implementation of task scheduler allow posted tasks to run concurrently,
27 #![allow(dead_code)]
28 #![allow(unused_variables)]
/base/request/request/services/src/
H A Dlib.rs16 #![cfg_attr(test, allow(clippy::redundant_clone))]
17 #![allow(unreachable_pub, clippy::new_without_default)]
/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/
H A Dutils.rs37 #[allow(dead_code)]
/base/hiviewdfx/faultloggerd/interfaces/rust/stacktrace/
H A Dlib.rs39 #[allow(unused_variables)]
/base/request/request/pre_download/netstack_rs/tests/
H A Ddownload.rs14 #![allow(unused)]

Completed in 7 milliseconds

1234