Home
last modified time | relevance | path

Searched defs:init (Results 1 – 25 of 141) sorted by relevance

123456

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_properties.cpp40 auto init = AceType::MakeRefPtr<AnimatableData<Dimension>>( in UpdatePropAnimation() local
57 auto init = AceType::MakeRefPtr<AnimatableData<Dimension>>( in UpdatePropAnimation() local
74 auto init = in UpdatePropAnimation() local
91 auto init = in UpdatePropAnimation() local
198 auto init = AceType::MakeRefPtr<AnimatableData<float>>( in UpdatePropAnimation() local
216 auto init = AceType::MakeRefPtr<AnimatableData<float>>( in UpdatePropAnimation() local
234 auto init = AceType::MakeRefPtr<AnimatableData<float>>( in UpdatePropAnimation() local
251 auto init = in UpdatePropAnimation() local
279 auto init = AceType::MakeRefPtr<AnimatableData<float>>( in UpdatePropAnimation() local
307 auto init = AceType::MakeRefPtr<AnimatableData<Color>>( in UpdatePropAnimation() local
[all …]
H A Dproperty_animation.h51 void SetInit(const RefPtr<Animatable>& init) in SetInit()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_semaphore.h39 GraphicSemaphore(int32_t init) : GraphicSemaphore(init, MAX_SEM_COUNT) {} in GraphicSemaphore()
41 GraphicSemaphore(int32_t init, int32_t max) in GraphicSemaphore()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_mac_address.cpp21 static MacAddress init; in GetInstance() local
H A Dmock_wifi_chip_hal_interface.cpp21 static WifiChipHalInterface init; in GetInstance() local
/ohos5.0/base/msdp/device_status/rust/ipc/server/src/
H A Dfusion_ipc_server.rs70 extern fn init() { in init() function
/ohos5.0/docs/en/application-dev/reference/apis-crypto-architecture-kit/
H A Djs-apis-cryptoFramework.md2908 ### init subsection
2941 ### init subsection
3551 ### init subsection
3582 ### init subsection
4114 ### init subsection
4143 ### init subsection
5326 ### init subsection
5357 ### init subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-crypto-architecture-kit/
H A Djs-apis-cryptoFramework.md2906 ### init subsection
2939 ### init subsection
3549 ### init subsection
3580 ### init subsection
4112 ### init subsection
4141 ### init subsection
5324 ### init subsection
5355 ### init subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H A Dmedia_query_info.h48 void SetIsInit(bool init) in SetIsInit()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file_reader_mem.cpp25 bool ZipFileReaderMem::init() in init() function in OHOS::AbilityBase::ZipFileReaderMem
H A Dzip_file_reader.cpp76 bool ZipFileReader::init() in init() function in OHOS::AbilityBase::ZipFileReader
/ohos5.0/base/security/device_auth/services/cred_manager/inc/
H A Dcred_plugin_def.h23 int32_t (*init)(void); member
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/tests/
H A Dbasic.rs21 fn init() { in init() function
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/
H A Dbasic.rs17 fn init() { in init() function
/ohos5.0/drivers/peripheral/connected_nfc_tag/vendor_adapter/
H A Dconnected_nfc_tag_vendor_adapter.h28 int32_t (*init)(); member
/ohos5.0/base/request/request/services/src/manage/config/
H A Dmod.rs28 pub(crate) fn init() -> Self { in init() method
H A Dsystem_proxy.rs20 pub(crate) fn init() -> Self { in init() method
/ohos5.0/base/request/request/services/src/
H A Dability.rs67 fn init(&self, handler: Handler) { in init() method
172 extern "C" fn init() { in init() function
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/crypto_operation/
H A Dmac.h30 HcfResult (*init)(HcfMac *self, const HcfSymKey *key); member
H A Dsignature.h39 HcfResult (*init)(HcfSign *self, HcfParamsSpec *params, HcfPriKey *privateKey); member
61 HcfResult (*init)(HcfVerify *self, HcfParamsSpec *params, HcfPubKey *publicKey); member
/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dwifi_module.h64 int32_t (*init)(struct WifiFeature *feature); member
179 int32_t (*init)(struct HdfChipDriver *chipDriver, NetDevice *netDev); member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhyper_graphic_manager_test.cpp87 bool init = instance.IsInit(); variable
113 bool init = instance.IsInit(); variable
238 bool init = instance7.IsInit(); variable
340 bool init = instance.IsInit(); variable
557 bool init = instance.IsInit(); variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_single_ver_kv_syncer.h44 void Init(ISyncEngine *engine, ISyncInterface *storage, bool init) in Init()
/ohos5.0/base/security/crypto_framework/frameworks/spi/
H A Dcipher_factory_spi.h32 HcfResult (*init)(HcfCipherGeneratorSpi *self, enum HcfCryptoMode opMode, member
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/
H A DShape.js169 init(gl, camera) { method in Shape

123456