/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | fixed_string.h | 49 initialize({ a.data_, a.len_ }); in basic_fixed_string() 54 initialize({ a.data_, a.len_ }); in basic_fixed_string() 60 initialize({ a.data(), a.size() }); in basic_fixed_string() 66 initialize({ a, N - 1 }); in basic_fixed_string() 76 initialize({ &a, 1 }); in basic_fixed_string() 81 initialize(a); in basic_fixed_string() 121 initialize({ a.data_, a.len_ }); 127 initialize({ a.data_, a.len_ }); 134 initialize({ a.data(), a.size() }); 147 initialize(a); [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
H A D | driver.rs | 49 pub(crate) fn initialize() -> (Arc<Handle>, Arc<Mutex<Driver>>) { in initialize() method 51 let (io_handle, io_driver) = IoDriver::initialize(); in initialize() 53 let (time_handle, time_driver) = TimeDriver::initialize(); in initialize() 61 let signal_driver = SignalDriver::initialize(&handle); in initialize()
|
H A D | async_pool.rs | 414 let (handle, driver) = Driver::initialize(); in new() 662 let (arc_handle, _) = Driver::initialize(); in ut_executor_mng_info_new_001() 679 let (arc_handle, _) = Driver::initialize(); in ut_executor_mng_info_create_local_queues() 711 let (arc_handle, _) = Driver::initialize(); in ut_executor_mng_info_enqueue() 734 let (arc_handle, _) = Driver::initialize(); in ut_executor_mng_info_is_cancel() 748 let (arc_handle, _) = Driver::initialize(); in ut_executor_mng_info_set_cancel() 761 let (arc_handle, arc_driver) = Driver::initialize(); in ut_executor_mng_info_cancel() 790 let (arc_handle, arc_driver) = Driver::initialize(); in ut_executor_mng_info_wake_up_all() 821 let (arc_handle, arc_driver) = Driver::initialize(); in ut_executor_mng_info_wake_up_rand_one() 858 let (arc_handle, arc_driver) = Driver::initialize(); in ut_executor_mng_info_wake_up_if_one_task_left() [all …]
|
H A D | queue.rs | 655 let (arc_handle, _) = Driver::initialize(); in ut_inner_buffer_is_empty() 690 let (arc_handle, _) = Driver::initialize(); in ut_inner_buffer_len() 740 let (arc_handle, _) = Driver::initialize(); in ut_inner_buffer_push_back() 774 let (arc_handle, _) = Driver::initialize(); in ut_inner_buffer_push_back() 833 let (arc_handle, _) = Driver::initialize(); in ut_inner_buffer_pop_front() 871 let (arc_handle, _) = Driver::initialize(); in ut_inner_buffer_pop_front() 931 let (arc_handle, _) = Driver::initialize(); in ut_inner_buffer_steal_into_less_than_half() 964 let (arc_handle, _) = Driver::initialize(); in ut_inner_buffer_steal_into_multi_thread() 1018 let (arc_handle, _) = Driver::initialize(); in ut_inner_buffer_steal_into_multi_threaded_complex() 1076 let (arc_handle, _) = Driver::initialize(); in ut_inner_buffer_steal_into_more_than_half()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/unix/ |
H A D | driver.rs | 49 pub(crate) fn initialize(handle: &Handle) -> SignalDriver { in initialize() method 68 SignalDriver::initialize(); in get_mut_ref() 72 pub(crate) fn initialize() { in initialize() method
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-start-kernel.md | 23 …lization is architecture-independent. The board and subsequent modules initialize the pure softwar… 24 …e.<br>The initialization is architecture-dependent. Subsequent modules initialize the modules on w… 25 …lization depends on the board platform and drivers. Subsequent modules initialize the modules on w… 27 …ation after the basic memory is ready.<br>After memory initialization, initialize the modules that… 28 …is related to the architecture extension functions. Subsequent modules initialize the modules on w… 29 …lization depends on the board platform and drivers. Subsequent modules initialize the modules on w… 74 …s the initialization function of the registered module during the startup to initialize the module.
|
H A D | kernel-mini-basic-list.md | 19 …LL.<br>**LOS_ListDelInit**: deletes a node from this DLL and uses this node to initialize the DLL.| 30 1. Call **LOS_ListInit** or **LOS_DL_LIST_HEAD** to initialize a DLL. 40 6. Call **LOS_ListDelInit** to delete the specified node and initialize the DLL based on the node.
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | imperative_dynamic_layouts.md | 336 node.initialize($r(vm.content)); 354 carouselNodes[1].initialize($r('app.media.movie6')); 355 carouselNodes[2].initialize($r('app.media.movie7')); 356 carouselNodes[3].initialize($r('app.media.movie8')); 357 carouselNodes[4].initialize($r('app.media.movie9')); 358 carouselNodes[5].initialize($r('app.media.movie10')); 362 node.initialize(vm.content);
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-smallchip-kernel-a.md | 24 ….S** to jump to the **main** function of the C programming language to initialize the hardware clo… 25 7. Call the **DeviceManagerStart** function to initialize the HDF driver. This process is implemen… 55 - Implementing the **SystemInit** function to initialize services in the user space. Figure 2 shows… 75 …ture. The board and subsequent modules, such as the Trace module, will initialize the software-onl… 76 …e.<br/>This layer depends on the architecture. Subsequent modules will initialize the modules on w… 77 …yer depends on the board platform and drivers. Subsequent modules will initialize the modules on w… 80 …epends on the architecture extension function. Subsequent modules will initialize the modules on w… 81 …yer depends on the board platform and drivers. Subsequent modules will initialize the modules on w… 82 … Initialization of the kernel basic modules.<br/>This layer is used to initialize the basic module… 83 …itialization of the kernel extended modules.<br/>This layer is used to initialize the extended mod… [all …]
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | arkts-module-side-effects.md | 46 export function initialize() { 187 export function initialize() { 301 export function initialize() { 306 import lazy { data, initialize } from "./module" 307 initialize(); // 执行初始化函数,初始化someGlobalVar
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-commonEventManager-sys.md | 51 | 1500008 | Failed to initialize the common event service. | 109 | 1500008 | Failed to initialize the common event service. | 171 | 1500008 | Failed to initialize the common event service. | 222 | 1500008 | Failed to initialize the common event service. | 264 | 1500008 | Failed to initialize the common event service. | 313 | 1500008 | Failed to initialize the common event service. | 362 | 1500008 | Failed to initialize the common event service. |
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_hci_v1_0/foo/bluetooth/hci/v1_0/ |
H A D | IHciInterface.idl | 22 …* The Host can use the interface provided by the module to initialize the HCI(Host Controller Inte… 31 * @brief Defines the interfaces to initialize the HCI, send data to the Controller, 44 * @brief Defines the interfaces to initialize the HCI, send data to the Controller,
|
/ohos5.0/drivers/interface/bluetooth/hci/v1_0/ |
H A D | IHciInterface.idl | 22 …* The Host can use the interface provided by the module to initialize the HCI(Host Controller Inte… 31 * @brief Defines the interfaces to initialize the HCI, send data to the Controller, 44 * @brief Defines the interfaces to initialize the HCI, send data to the Controller,
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-frameNode.md | 1150 col.initialize({ space: 10 }) 1377 | initialize | C | 否 | 否 | 该接口用于创建对应组件的构造参数,用于设置/更新组件的初始值。 | 1401 …。<br/>**说明:**<br/> TextInterface用于[TypedFrameNode](#typedframenode12)的[initialize](#属性)接口的入参,入参为Te… 1486 …点。<br/>**说明:**<br/> RowInterface用于[TypedFrameNode](#typedframenode12)的[initialize](#属性)接口的入参,入参为Ro… 2198 …initialize](#属性)接口的入参,入参为Button组件的构造函数类型。 <br/> ButtonAttribute用于TypedFrameNode的[attribute](#属性)接口… 3138 col.initialize({ space: 5 }) 3142 text.initialize("Hello").fontColor(Color.Blue).fontSize(14); 4287 textNode?.initialize(this.data[index]).fontSize(20); 4294 textNode.initialize(this.data[index]).fontSize(20); 4315 textNode?.initialize(this.data[index]).fontSize(20); [all …]
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.29/ |
H A D | changelogs-arkui.md | 155 Property 'regular_value' in the custom component 'testChild' cannot initialize here (forbidden to s… 156 Property 'local_value' in the custom component 'testChild' cannot initialize here (forbidden to spe… 157 Property 'provider_value' in the custom component 'testChild' cannot initialize here (forbidden to … 158 Property 'consumer_value' in the custom component 'testChild' cannot initialize here (forbidden to …
|
/ohos5.0/docs/en/application-dev/reference/apis-distributedservice-kit/ |
H A D | js-apis-distributedDeviceManager.md | 169 For details about how to initialize **dmInstance** in the example, see [distributedDeviceManager.cr… 209 For details about how to initialize **dmInstance** in the example, see [distributedDeviceManager.cr… 255 For details about how to initialize **dmInstance** in the example, see [distributedDeviceManager.cr… 294 For details about how to initialize **dmInstance** in the example, see [distributedDeviceManager.cr… 334 For details about how to initialize **dmInstance** in the example, see [distributedDeviceManager.cr… 374 For details about how to initialize **dmInstance** in the example, see [distributedDeviceManager.cr… 414 For details about how to initialize **dmInstance** in the example, see [distributedDeviceManager.cr… 461 For details about how to initialize **dmInstance** in the example, see [distributedDeviceManager.cr… 510 For details about how to initialize **dmInstance** in the example, see [distributedDeviceManager.cr… 555 For details about how to initialize **dmInstance** in the example, see [distributedDeviceManager.cr… [all …]
|
H A D | js-apis-device-manager-sys.md | 290 For details about how to initialize **dmInstance** in the example, see [deviceManager.createDeviceM… 332 For details about how to initialize **dmInstance** in the example, see [deviceManager.createDeviceM… 382 For details about how to initialize **dmInstance** in the example, see [deviceManager.createDeviceM… 424 For details about how to initialize **dmInstance** in the example, see [deviceManager.createDeviceM… 471 For details about how to initialize **dmInstance** in the example, see [deviceManager.createDeviceM… 513 For details about how to initialize **dmInstance** in the example, see [deviceManager.createDeviceM… 555 For details about how to initialize **dmInstance** in the example, see [deviceManager.createDeviceM… 603 For details about how to initialize **dmInstance** in the example, see [deviceManager.createDeviceM… 645 For details about how to initialize **dmInstance** in the example, see [deviceManager.createDeviceM… 701 For details about how to initialize **dmInstance** in the example, see [deviceManager.createDeviceM… [all …]
|
H A D | js-apis-distributedDeviceManager-sys.md | 57 For details about how to initialize **dmInstance** in the example, see [distributedDeviceManager.cr… 109 For details about how to initialize **dmInstance** in the example, see [distributedDeviceManager.cr… 165 For details about how to initialize **dmInstance** in the example, see [distributedDeviceManager.cr…
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/ |
H A D | driver.rs | 95 IoDriver::initialize(); in get_ref() 196 pub(crate) fn initialize() -> (IoHandle, IoDriver) { in initialize() method 296 fn initialize() { in initialize() method 317 IoDriver::initialize(); in get_mut_ref()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.8.2/ |
H A D | changelogs-arkui.md | 67 initialize here (forbidden to specify). */ 70 initialize here (forbidden to specify). */
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-commonEventManager-sys.md | 51 | 1500008 | Failed to initialize the common event service. | 109 | 1500008 | Failed to initialize the common event service. | 171 | 1500008 | Failed to initialize the common event service. | 222 | 1500008 | Failed to initialize the common event service. | 264 | 1500008 | Failed to initialize the common event service. | 313 | 1500008 | Failed to initialize the common event service. | 362 | 1500008 | Failed to initialize the common event service. |
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-module-side-effects.md | 46 export function initialize() { 187 export function initialize() { 301 export function initialize() { 306 import lazy { data, initialize } from "./module" 307 initialize (); // Execute the initialization function to initialize someGlobalVar.
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_modifier/src/ |
H A D | symbol_glyph_modifier.ts | 22 this.initialize([src]);
|
H A D | symbol_span_modifier.ts | 22 this.initialize([src]);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkFlowItem.ts | 21 initialize(value: Object[]): this {
|