Home
last modified time | relevance | path

Searched refs:retain (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/ohos5.0/base/security/asset/services/crypto_manager/src/
H A Dcrypto_manager.rs70 …self.cryptos.retain(|crypto| crypto.calling_info() != calling_info || !crypto.challenge().eq(chall… in remove()
75 self.cryptos.retain(|crypto| crypto.calling_info() != calling_info); in remove_by_calling_info()
80 self.cryptos.retain(|crypto| !crypto.key().need_device_unlock()); in remove_need_device_unlocked()
94 …self.cryptos.retain(|crypto| crypto.start_time().elapsed().as_secs() <= crypto.valid_time() as u64… in remove_expired_crypto()
/ohos5.0/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() argument
30 …_callback_->GeolocationCallbackInvoke(ArkWebStringStructToClass(origin), allow, retain, incognito); in GeoLocationCallbackInvoke()
H A Dark_web_geo_location_callback_impl.h42 …void GeoLocationCallbackInvoke(const ArkWebString& origin, bool allow, bool retain, bool incognito…
/ohos5.0/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() argument
32 ark_web_geo_location_callback_->GeoLocationCallbackInvoke(stOrigin, allow, retain, incognito); in GeolocationCallbackInvoke()
H A Dark_web_geo_location_callback_wrapper.h39 …void GeolocationCallbackInvoke(const std::string& origin, bool allow, bool retain, bool incognito)…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.1/
H A Dchangelogs-testfwk_arkxtest.md13 …I version 9. The APIs of the **On** class support exception handling and retain their original nam…
15 …rsion 9. The APIs of the **Driver** class support exception handling and retain their original nam…
16 …on 9. The APIs of the **Component** class support exception handling and retain their original nam…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_geo_location_callback.h38 …virtual void GeoLocationCallbackInvoke(const ArkWebString& origin, bool allow, bool retain, bool i…
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_geolocation_callback_interface.h38 …virtual void GeolocationCallbackInvoke(const std::string& origin, bool allow, bool retain, bool in…
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/model/
H A DBUILD.gn6 # 1. Redistributions of source code must retain the above copyright notice, this list of
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/test/
H A DBUILD.gn7 # 1. Redistributions of source code must retain the above copyright notice, this list of
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/
H A DBUILD.gn6 # 1. Redistributions of source code must retain the above copyright notice, this list of
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/network/
H A DKconfig6 # 1. Redistributions of source code must retain the above copyright notice, this list of
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/test/
H A DKconfig6 # 1. Redistributions of source code must retain the above copyright notice, this list of
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/model/storage/
H A DKconfig6 # 1. Redistributions of source code must retain the above copyright notice, this list of
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/test/sample_driver/
H A DBUILD.gn7 # 1. Redistributions of source code must retain the above copyright notice, this list of
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/manager/
H A DBUILD.gn6 # 1. Redistributions of source code must retain the above copyright notice, this list of
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/bus/usb/
H A DBUILD.gn6 # 1. Redistributions of source code must retain the above copyright notice, this list of
H A DKconfig6 # 1. Redistributions of source code must retain the above copyright notice, this list of
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/misc/light/
H A DBUILD.gn6 # 1. Redistributions of source code must retain the above copyright notice, this list of
H A DKconfig6 # 1. Redistributions of source code must retain the above copyright notice, this list of
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/network/ethernet/
H A DKconfig6 # 1. Redistributions of source code must retain the above copyright notice, this list of
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/network/wifi/
H A DKconfig6 # 1. Redistributions of source code must retain the above copyright notice, this list of
/ohos5.0/drivers/liteos/
H A DBUILD.gn7 # 1. Redistributions of source code must retain the above copyright notice, this list of
H A DLICENSE7 1. Redistributions of source code must retain the above copyright notice, this list of
/ohos5.0/base/request/request/services/src/service/run_count/
H A Dmanager.rs139 .retain(|_, remote| remote.notify_run_count(self.count as i64).is_ok()); in change_run_count()

12345678910>>...15