Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 943) sorted by relevance

12345678910>>...38

/ohos5.0/base/security/device_security_level/baselib/utils/include/
H A Dutils_dslm_list.h26 static inline void AddListNode(ListNode *item, ListNode *where) in AddListNode() argument
28 item->next = where->next; in AddListNode()
29 item->prev = where; in AddListNode()
30 where->next = item; in AddListNode()
34 static inline void AddListNodeBefore(ListNode *item, ListNode *where) in AddListNodeBefore() argument
36 AddListNode(item, where->prev); in AddListNodeBefore()
/ohos5.0/base/startup/hvb/test/
H A Dhvb_main.c40 off_t where; in hvb_read_partition() local
61 where = lseek(fd, offset, SEEK_SET); in hvb_read_partition()
62 if (where == -1) { in hvb_read_partition()
66 } else if (where != offset) { in hvb_read_partition()
100 off_t where; in hvb_write_partition() local
111 where = lseek(fd, offset, SEEK_SET); in hvb_write_partition()
112 if (where == -1) { in hvb_write_partition()
116 } else if (where != offset) { in hvb_write_partition()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__node__napi_8h.md29 …, int32_t \*writeLength) | Obtains the ID of the **Navigation** component where the specified node…
30 …int32_t \*writeLength) | Obtains the name of the **Navigation** component where the specified node…
31 …dle) node, int32_t \*length) | Obtains the length of the navigation stack where the specified node…
33 …t32_t \*writeLength) | Obtains the ID of the **NavDestination** component where the specified node…
35 … int32_t \*index) | Obtains the index of the **NavDestination** component where the specified node…
36 …andle) node) | Obtains the parameters of the **NavDestination** component where the specified node…
37 …#arkui_nodehandle) node, int32_t \*index) | Obtains the index of the page where the specified node…
38 …int32_t bufferSize, int32_t \*writeLength) | Obtains the name of the page where the specified node…
39 …int32_t bufferSize, int32_t \*writeLength) | Obtains the path to the page where the specified node…
40 …module.md#arkui_routerpagestate) \*state) | Obtains the state of the page where the specified node…
[all …]
H A Djs-apis-arkui-uiExtension.md22 Obtains the area where this window cannot be displayed, for example, the system bar area, notch, ge…
36 |[window.AvoidArea](./js-apis-window.md#avoidarea7) | Area where the window cannot be displayed.|
56 // Obtain the information about the area where the window cannot be displayed.
67 Subscribes to the event indicating changes to the area where the window cannot be displayed.
75 …xed at **'avoidAreaChange'**, indicating the event of changes to the area where the window cannot …
96 // Subscribe to the event indicating changes to the area where the window cannot be displayed.
108 Unsubscribes from the event indicating changes to the area where the window cannot be displayed.
136 …// Cancel all subscriptions to the event indicating changes to the area where the window cannot be…
306 Describes the information about the area where the window cannot be displayed.
314 | type | [window.AvoidAreaType](js-apis-window.md#avoidareatype7) | Yes| Type of the area where t…
[all …]
H A D_o_h___native_x_component___touch_point.md24 …e touch point relative to the upper left corner of the application window where the XComponent is …
25 …e touch point relative to the upper left corner of the application window where the XComponent is …
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/
H A Dmultistages_video_capture_manager.cpp109 string where = MEDIA_DATA_DB_ID + " = ? "; in AddVideo() local
111 cmd.GetAbsRdbPredicates()->SetWhereClause(where); in AddVideo()
139 string where = MEDIA_DATA_DB_PHOTO_ID + " is not null and " + in SyncWithDeferredVideoProcSessionInternal() local
142 cmd.GetAbsRdbPredicates()->SetWhereClause(where); in SyncWithDeferredVideoProcSessionInternal()
203 string where = PhotoColumn::PHOTO_ID + " = ? "; in RemoveVideo() local
205 cmd.GetAbsRdbPredicates()->SetWhereClause(where); in RemoveVideo()
H A Dmultistages_capture_manager.cpp44 string where = predicates.GetWhereClause() + " AND " + PhotoColumn::PHOTO_QUALITY + "=" + in RemovePhotos() local
47 predicatesNew.SetWhereClause(where); in RemovePhotos()
89 string where = predicates.GetWhereClause() + " AND " + PhotoColumn::PHOTO_QUALITY + "=" + in RestorePhotos() local
91 predicatesNew.SetWhereClause(where); in RestorePhotos()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/
H A Dmultistages_capture_deferred_photo_proc_session_callback.cpp116 string where = PhotoColumn::PHOTO_ID + " = ? "; in QuerySubType() local
118 cmd.GetAbsRdbPredicates()->SetWhereClause(where); in QuerySubType()
157 string where = PhotoColumn::PHOTO_ID + " = ? "; in QueryPhotoData() local
159 cmd.GetAbsRdbPredicates()->SetWhereClause(where); in QueryPhotoData()
227 string where = ""; in GetCommandByImageId() local
231 where = PhotoColumn::MEDIA_ID + " = ? "; in GetCommandByImageId()
234 cmd.GetAbsRdbPredicates()->SetWhereClause(where); in GetCommandByImageId()
293 string where = PhotoColumn::PHOTO_ID + " = ? "; in OnProcessImageDone() local
295 cmd.GetAbsRdbPredicates()->SetWhereClause(where); in OnProcessImageDone()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dextension_session_manager.cpp183 const char* const where = __func__; in RequestExtensionSessionDestructionDone() local
184 auto task = [this, where, weakExtSession = wptr<ExtensionSession>(extensionSession)] { in RequestExtensionSessionDestructionDone()
187 TLOGNE(WmsLogTag::WMS_UIEXT, "%{public}s session is nullptr", where); in RequestExtensionSessionDestructionDone()
192 HITRACE_METER_FMT(HITRACE_TAG_WINDOW_MANAGER, "esm:%{public}s", where); in RequestExtensionSessionDestructionDone()
195 where, persistentId); in RequestExtensionSessionDestructionDone()
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/
H A Djs_window_stage.cpp586 const char* const where = __func__; in OnSetWindowModal() local
590 TLOGNE(WmsLogTag::WMS_MAIN, "%{public}s failed, window is null", where); in OnSetWindowModal()
756 const char* const where = __func__; in OnCreateSubWindowWithOptions() local
758 [where, windowScene, windowName = std::move(windowName), option] in OnCreateSubWindowWithOptions()
772 where, windowName.c_str()); in OnCreateSubWindowWithOptions()
790 const char* const where = __func__; in OnRemoveStartingWindow() local
792 [where, windowScene](napi_env env, NapiAsyncTask& task, int32_t status) { in OnRemoveStartingWindow()
844 const char* const where = __func__; in OnSetWindowRectAutoSave() local
850 TLOGNE(WmsLogTag::WMS_MAIN, "%{public}s window is nullptr", where); in OnSetWindowRectAutoSave()
881 const char* const where = __func__; in OnIsWindowRectAutoSave() local
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A D_rdb___change_info.md23 | [inserted](_r_d_b.md#inserted) | Location where data is inserted. If the primary key of the table…
24 | [updated](_r_d_b.md#updated) | Location where data is updated. If the primary key of the table is…
25 | [deleted](_r_d_b.md#deleted) | Location where data is deleted. If the primary key of the table is…
/ohos5.0/docs/en/design/ux-design/
H A Ddesign-resources.md6 …n V1.0.xlsm](figures/OpenHarmony_System_Resource_Layer_Design_V1.0.xlsm), where you can get the sc…
8 …(figures/OpenHarmony_Weather_Application_UX_Design_Deliverable_V1.0.zip), where you can get a samp…
10 - [OpenHarmony_Icons.zip](figures/OpenHarmony_Icons.zip), where you can get OpenHarmony [icons](vis…
12 … Icon Templates.zip](figures/OpenHarmony-application-icon-templates.zip), where you can get OpenHa…
H A Dapp-navigation-structure-design.md4 …se content. A good navigation allows users to know where they are now, where they are going, and w…
13 …with simple logical relationships so that users can easily know where they are and where they will…
19 - **Complex navigation**: Do not use bottom tabs on a screen where a sidebar is used. This practice…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-gridcol.md112 | xs | number | No | Number of grid columns on the device where the grid size is xs. |
113 | sm | number | No | Number of grid columns on the device where the grid size is sm. |
114 | md | number | No | Number of grid columns on the device where the grid size is md. |
115 | lg | number | No | Number of grid columns on the device where the grid size is lg. |
116 | xl | number | No | Number of grid columns on the device where the grid size is xl. |
117 | xxl | number | No | Number of grid columns on the device where the grid size is xxl. |
/ohos5.0/base/useriam/user_auth_framework/user_auth_icon/library/src/main/ets/components/mainpage/
H A DUserAuthIcon.ets100 …// Handle the situation where the authTypes parameter contains face type but not contains fingerpr…
106 …// Handle the situation where the authTypes parameter contains fingerprint type but not contains f…
113 …// Handle the situation where the authTypes parameter contains face, fingerprint, and PIN types at…
119 …// Handle the situation where the authTypes parameter contains face, fingerprint, but not contains…
127 …// Default processing, includes the situation where the authTypes parameter only contains face and…
128 // types or the situation where the authTypes parameter only contains PIN type.
/ohos5.0/docs/en/application-dev/quick-start/
H A Dapplication-package-structure-fa.md7where the internal files of a HAP file are stored. In the FA model, all the resource files, librar…
10 - **config.json** is an application configuration file, where the template code is automatically cr…
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session.cpp447 const char* const where = __func__; in ProcessPendingSceneSessionActivationRegister() local
1159 const char* const where = __func__; in ProcessTerminateSessionRegister() local
1179 const char* const where = __func__; in ProcessTerminateSessionRegisterNew() local
1200 const char* const where = __func__; in ProcessTerminateSessionRegisterTotal() local
1221 const char* const where = __func__; in ProcessPendingSessionToForegroundRegister() local
1241 const char* const where = __func__; in ProcessPendingSessionToBackgroundForDelegatorRegister() local
3024 where, persistentId); in OnMainWindowTopmostChange()
3045 where, persistentId); in OnSubModalTypeChange()
3068 where, persistentId); in OnMainModalTypeChange()
4999 where, persistentId); in OnSetWindowRectAutoSave()
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A D_camera___photo_capture_setting.md22 | [Camera_Location](_camera___location.md) \* [location](#location) | Pointer to the location where
36 Pointer to the location where the photo is taken.
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dmain_session.cpp287 const char* const where = __func__; in NotifyMainModalTypeChange() local
288 PostTask([weakThis = wptr(this), isModal, where] { in NotifyMainModalTypeChange()
291 TLOGNE(WmsLogTag::WMS_LIFE, "%{public}s session is null", where); in NotifyMainModalTypeChange()
294 … TLOGNI(WmsLogTag::WMS_HIERARCHY, "%{public}s main window isModal:%{public}d", where, isModal); in NotifyMainModalTypeChange()
H A Dsession.cpp1438 const char* const where = __func__; in SetPendingSessionActivationEventListener() local
1447 PostTask(task, where); in SetPendingSessionActivationEventListener()
1452 const char* const where = __func__; in SetBackPressedListenser() local
1461 PostTask(task, where); in SetBackPressedListenser()
1466 const char* const where = __func__; in SetTerminateSessionListener() local
1475 PostTask(task, where); in SetTerminateSessionListener()
1585 PostTask(task, where); in SetTerminateSessionListenerNew()
1626 PostTask(task, where); in SetTerminateSessionListenerTotal()
1697 PostTask(task, where); in SetSessionExceptionListener()
1720 PostTask(task, where); in SetPendingSessionToForegroundListener()
[all …]
/ohos5.0/docs/en/release-notes/changelogs/v4.0-beta1/
H A Dchangelogs-arkui.md10 In the scenario where the scrollbar status is not set in the **\<List>** and **\<Gird>** components:
28 In scenarios where the scrollbar is not required, set the **scrollBar** attribute of the **\<List>*…
58 Fixed the issue where child components in the [\<Stack>](../../../application-dev/reference/arkui-t…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.2.3/
H A Dchangelogs-multimedia.md10 The scenario where these APIs are incorrectly used is affected.
46 The scenario where these APIs are incorrectly used is affected.
74 The scenario where these APIs are incorrectly used is affected.
107 The scenario where the API is incorrectly used is affected.
134 The scenario where the API is incorrectly used is affected.
162 The scenario where these APIs are incorrectly used is affected.
/ohos5.0/docs/en/device-dev/quick-start/
H A Dquickstart-ide-3861-helloworld.md18 …For example, to add the **my_first_app** service to the **app** directory, where the **hello_world…
72 …he following code snippet is a snippet of the **applications.json** file, where the configuration …
76 …> In this example, the OpenHarmony-v3.1-Release version is used, where the component configuration…
139 …wing code snippet is the configuration of the **applications** subsystem, where the configuration …
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-animation-smoothing.md4 …ther than finishing the startup animation before exiting. In the scenario where the animation trig…
60 In scenarios where gestures are used, a property change is generally triggered when the user places…
64where smoothing between [tap gestures](../reference/apis-arkui/arkui-ts/ts-basic-gestures-tapgestu…
93 … // Subtract the radius so that the center of the ball moves to where the finger is placed.
/ohos5.0/docs/en/application-dev/device/sensor/
H A Dsensorservice-kit-intro.md15 - To use sensor functions, ensure that the device where your application runs has the required sens…
24 - To use vibrator functions, ensure that the device where your application runs has the required mi…

12345678910>>...38