Home
last modified time | relevance | path

Searched refs:created (Results 1 – 25 of 952) sorted by relevance

12345678910>>...39

/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-new-getTarget.md77 …stance. When this class instance is created, a proxy is added to the instance. However, objects th…
107 @State nonObservedObject: NonObservedClass = nonObservedClass; // A proxy is created.
108 @State numberList: number[] = [1, 2, 3]; // A proxy is created for the Array type.
111 @State sampleDate: Date = new Date(); // A proxy is created for the Date type.
143 @State nonObservedObject: NonObservedClass = nonObservedClass; // A proxy is created.
144 @State numberList: number[] = globalNumberList; // A proxy is created for the Array type.
146 @State sampleSet: Set<number> = globalSampleSet; // A proxy is created for the Set type.
147 @State sampleDate: Date = globalSampleDate; // A proxy is created for the Date type.
188 @Local sampleSet: Set<number> = globalSampleSet; // A proxy is created for the Set type.
189 @Local sampleDate: Date = globalSampleDate; // A proxy is created for the Date type.
[all …]
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-file-mkdir.md29 For the files created on the FAT file system, the file permission attributes are the same as those …
31 …ir** command, only **777** and **555** permissions are available for the created directory, and th…
74 mkdir: created directory 'testpath01'
75 mkdir: created directory 'testpath01/testpath02'
76 mkdir: created directory 'testpath01/testpath02/testpath03'
H A Dkernel-small-basic-process-process.md18 - The user-mode root process **init** is created by the kernel. Other user-mode processes are creat…
22 - Init: The process is being created.
39 …When a process is created or forked, the process enters the Init state after obtaining the process…
56 …1. After a process with a higher priority is created or restored, processes will be scheduled. The…
67 A user-mode process is created by forking a parent process. During forking, the virtual memory spac…
126 Kernel-mode processes cannot be created. Therefore, kernel-mode process development is not involved.
131 >- Except KProcess and KIdle, other kernel-mode processes cannot be created.
132 > - If a thread is created after a user-mode process enters the kernel mode by a system call, the t…
H A Dkernel-mini-extend-cpup.md73 - If the task has been created, disable interrupt, obtain the CPUP, and then enable interrupt.
74 - If the task is not created, return an error code.
77 …- If the task has been created, disable interrupt, obtain the CPUP in different modes, and then en…
78 - If the task is not created, return an error code.
98 4. Obtain the CPUP of the created task.
100 5. Obtain the CPUP of the created task in different modes.
H A Dkernel-small-debug-process-cpu.md70 …- If the process has been created, disable interrupt, obtain the CPUP in different modes, and then…
71 - If the process is not created, return an error code.
78 …- If the task has been created, disable interrupt, obtain the CPUP in different modes, and then en…
79 - If the task is not created, return an error code.
96 4. Obtain the CPUP of the created test task.
98 5. Obtain the CPUP of the created test task in different modes.
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-dataSharePredicates-sys.md49 | [DataSharePredicates](#datasharepredicates) | **DataSharePredicates** object created.|
168 | [DataSharePredicates](#datasharepredicates) | **DataSharePredicates** object created.|
200 | [DataSharePredicates](#datasharepredicates) | **DataSharePredicates** object created.|
232 | [DataSharePredicates](#datasharepredicates) | **DataSharePredicates** object created.|
263 | [DataSharePredicates](#datasharepredicates) | **DataSharePredicates** object created.|
294 | [DataSharePredicates](#datasharepredicates) | **DataSharePredicates** object created.|
326 | [DataSharePredicates](#datasharepredicates) | **DataSharePredicates** object created.|
358 | [DataSharePredicates](#datasharepredicates) | **DataSharePredicates** object created.|
390 | [DataSharePredicates](#datasharepredicates) | **DataSharePredicates** object created.|
423 | [DataSharePredicates](#datasharepredicates) | **DataSharePredicates** object created.|
[all …]
H A Djs-apis-data-dataSharePredicates.md45 | [DataSharePredicates](#datasharepredicates) | **DataSharePredicates** object created.|
100 | [DataSharePredicates](#datasharepredicates) | **DataSharePredicates** object created.|
129 | [DataSharePredicates](#datasharepredicates) | **DataSharePredicates** object created.|
159 | [DataSharePredicates](#datasharepredicates) | **DataSharePredicates** object created.|
189 | [DataSharePredicates](#datasharepredicates) | **DataSharePredicates** object created.|
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-shell-file-mkdir.md74 mkdir: created directory 'testpath01'
75 mkdir: created directory 'testpath01/testpath02'
76 mkdir: created directory 'testpath01/testpath02/testpath03'
/ohos5.0/docs/en/application-dev/calendarmanager/
H A Dcalendarmanager-calendar-developer.md17 …es a promise to return the result.<br>The default **Calendar** object is created when the data sto…
18 | getAllCalendars(): Promise\<Calendar[]> | Obtains the created and default **…
57 // Main window is created, set main page for this ability
96 …ting that the calendar does not exist is thrown. Otherwise, the calendar may be created repeatedly.
111 …// Display name of the calendar. If this field is left blank, the created calendar is displayed as…
118 // Ensure that the calendar account is created before performing subsequent operations.
125 5. After a calendar is created, it is displayed in black. You need to call the **setConfig()** API …
155 7. Query a default calendar. The default **Calendar** object is created when the data storage runs …
166 8. Obtain the created and default **Calendar** objects of the current application.
168 …plications with restricted permissions cannot obtain account information created by other applicat…
/ohos5.0/drivers/interface/camera/v1_1/
H A DIStreamOperator.idl32 * @brief Checks whether a specific stream can be dynamically created.
39 …* This function is used to check whether a stream or streams can be dynamically created based on t…
41 …* If the streams can be created without stopping the existing streams or making the upper-layer se…
45 …* If the streams can be created only after the upper-layer service or application stops capturing …
54 * @param type Indicates the support type of the dynamically created stream.
74 * obtain the latest stream attributes after the stream is created.
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/foo/camera/v1_1/
H A DIStreamOperator.idl32 * @brief Checks whether a specific stream can be dynamically created.
39 …* This function is used to check whether a stream or streams can be dynamically created based on t…
41 …* If the streams can be created without stopping the existing streams or making the upper-layer se…
45 …* If the streams can be created only after the upper-layer service or application stops capturing …
54 * @param type Indicates the support type of the dynamically created stream.
74 * obtain the latest stream attributes after the stream is created.
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_1/
H A DIStreamOperator.idl32 * @brief Checks whether a specific stream can be dynamically created.
39 …* This function is used to check whether a stream or streams can be dynamically created based on t…
41 …* If the streams can be created without stopping the existing streams or making the upper-layer se…
45 …* If the streams can be created only after the upper-layer service or application stops capturing …
54 * @param type Indicates the support type of the dynamically created stream.
74 * obtain the latest stream attributes after the stream is created.
/ohos5.0/docs/en/application-dev/application-models/
H A Dapplication-models.md17 …The process model defines how application processes are created, destroyed, and communicate with e…
21 …how a thread in an application process is created and destroyed, how the main thread and UI thread…
25created and destroyed, and the relationship between missions and application components. A mission…
53created on an independent thread (non-main thread). The main thread does not have an ArkTS engine …
54created for each PageAbility component instance.<br>- Missions are stored persistently until they …
H A Duiserviceextension-sys.md15 - Only one window is created during the start or connection of the UIServiceExtensionAbility.
16 - If the window fails to be created or is destroyed, the UIServiceExtensionAbility is automatically…
32 …This callback is invoked when a UIServiceExtensionAbility is created for the first time. You can p…
36 …> If the UIServiceExtensionAbility has been created, starting it again does not trigger the **onCr…
44created. Through this callback, you can pass window parameters to the system. If **config.windowAt…
46created for the UIServiceExtensionAbility started by [UIAbilityContext](../reference/apis-ability-…
50 …This callback is invoked when a window is created. You can operate the window through a [Window](.…
135 // Callback invoked when a window is created.
174 …mains alive. However, the service is destroyed if the window fails to be created or is destroyed. …
373 // Callback invoked when a UIServiceExtensionAbility is created.
/ohos5.0/foundation/filemanagement/app_file_service/tests/utils/src/
H A Dtest_manager.cpp28 if (bool created = ForceCreateDirectory(rootDirCurTest_); !created) { in TestManager() local
/ohos5.0/docs/en/application-dev/reference/apis-audio-kit/
H A D_o_h_audio.md1068 | AUDIOSTREAM_STATE_NEW | Newly created. |
1322 Obtains the number of frames that have been read since the stream was created.
2190 Obtains the number of frames that have been written since the stream was created.
3393 | builder | Double pointer to the audio stream builder created. |
3421 | builder | Pointer to an audio stream builder instance, which is created by calling **OH_AudioStre…
3453 | audioCapturer | Double pointer to the audio capturer instance created. |
3469 3. The **OHAudioCapturer** instance fails to be created.
3491 | audioRenderer | Double pointer to the audio renderer instance created. |
3503 3. The **OHAudioRenderer** instance fails to be created.
3654 | builder | Pointer to an audio stream builder instance, which is created by calling **OH_AudioStre…
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.37/
H A Dchangelogs-ability.md11 The context created using this API cannot obtain resources correctly.
29 |createModuleContext(moduleName: string): Context|The context created using this API cannot obtain …
83 The context created using this API cannot obtain resources correctly.
101 |createModuleContext(bundleName: string, moduleName: string): Context|The context created using thi…
156 The context created using this API cannot obtain resources correctly.
174 |createBundleContext(bundleName: string): Context|The context created using this API cannot obtain …
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-inner-application-abilityStateData.md35 | 0 | ABILITY_STATE_CREATE | The ability is being created. |
36 | 1 | ABILITY_STATE_READY | The ability has been created. |
47 | 0 | EXTENSION_STATE_CREATE | The ExtensionAbility is being created. |
48 | 1 | EXTENSION_STATE_READY | The ExtensionAbility has been created. |
H A Djs-apis-app-ability-contextConstant.md27 … is locked, a file can be created and then opened and written but not read. When the screen is unl…
28 …>- When the screen is locked, a file cannot be created. When the screen is unlocked, a file can be…
29 …unlocked, such a file can be opened, read, and written.<br>A file can be created and then opened, …
42 | NEW_PROCESS_ATTACH_TO_PARENT | 1 | A new process is created, the ability is started on the proces…
43 | NEW_PROCESS_ATTACH_TO_STATUS_BAR_ITEM | 2 | A new process is created, the ability is started on t…
H A Djs-apis-app-ability-abilityStage.md23 Called when the application is created.
62 … started, no new instance is created and the ability is placed at the top of the stack. Otherwise,…
95 …process with this identifier has been created, the ability runs in the process. Otherwise, a new p…
/ohos5.0/docs/en/application-dev/form/
H A Darkts-ui-widget-creation.md5 - When creating a project, select **Application**. The project created this way does not have a wid…
20 …tatic widget from the **Service Widget** menu. After a service widget is created, you can change i…
30 …After an ArkTS widget is created, the following widget-related files are automatically added to th…
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-security-selinux-sample-file.md43 | The directory or file is created by **mkdir** in the .cfg file after the process is started by **…
44 …| The directory or file is created by **mkdir** in the .cfg file during the startup process.| The …
45 …directory or file is created by a process in running.| Use **Restorecon** to update the label afte…
/ohos5.0/docs/en/application-dev/performance/
H A Ddevelop-Native-modules-using-NAPI-safely-and-efficiently.md31 …may be created, consuming substantial resources. To handle this case, N-API provides the function …
35 …in the reverse order from which they are opened. In addition, all scopes created within a native m…
63 …ref** reference to a **napi_value** object. All **napi_ref** references, created by calling **napi…
117 …: napi_wrap does not need to receive the created napi_ref reference. The last parameter is nullptr…
120 …sage 2: napi_wrap needs to receive the created napi_ref reference. The last parameter is not nullp…
147 …_create_promise** to create a promise. When a promise is created, a "deferred" object is created a…
149 * Call **napi_resolve_deferred** or **napi_reject_deferred** to resolve or reject the created promi…
168 // 3. Call napi_resolve_deferred or napi_reject_deferred to resolve or reject the created promise a…
185 // 1. Call napi_create_promise to create a promise. When a promise is created,
186 // a "deferred" object is created and returned alongside the promise.
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-component3d.md25 …TE**<br> The 3D scene configuration cannot be dynamically modified after the component is created.|
74 …files are supported. Model resources cannot be dynamically modified after the component is created.
90 …ne. **uri** and **selfRenderUpdate** cannot be dynamically modified after the component is created.
107 …or custom rendering. The shader file cannot be dynamically modified after the component is created.
123 … call sequence. The texture resource cannot be dynamically modified after the component is created.
159 The rendering resolution cannot be dynamically changed after the component is created.
179 The rendering resolution cannot be dynamically changed after the component is created.
/ohos5.0/docs/en/application-dev/napi/
H A Dc-cpp-overview.md31 - Default ns: default namespace created for locating the .so files in **/system/lib{abi}** and **/v…
33 - NDK ns: default namespace created for exposing the NDK interfaces in .so files in **/system/lib{a…
35 - App ns: namespace created when an application is started. It directs to the application installat…
47 … multiple loading paths need to be created to facilitate management. However, the native library i…
49 …allation directory **lib/arm64** depends on **libworld.so** in the newly created directory **lib/a…

12345678910>>...39