Home
last modified time | relevance | path

Searched refs:pages (Results 1 – 25 of 893) sorted by relevance

12345678910>>...36

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/
H A Djs-lite-framework-js-tag.md10 | pages | Array | - | 是 | 路由信息,详见“[pages](#pages)”。 |
15 > name、pages标签配置需在配置文件中的“js”标签中完成设置。
18 ## pages section
26 "pages": [
27 "pages/index/index",
28 "pages/detail/detail"
38 > - 应用首页固定为"pages/index/index"。
61 "pages": [
62 "pages/index/index",
63 "pages/detail/detail"
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Djs-framework-js-tag.md9 | pages | Array | - | 是 | 路由信息,详见“**[pages](#pages)**”。 |
14 > name、pages和window等标签配置需在配置文件(config.json)中的“js”标签中完成设置。
17 ## pages section
24 "pages": [
25 "pages/index/index",
26 "pages/detail/detail"
34 > - pages列表中第一个页面是应用的首页,即entry入口。
87 "pages": [
88 "pages/index/index",
89 "pages/detail/detail"
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/
H A Djs-lite-framework-js-tag.md10 | pages | Array | - | Yes | Route information. For details, see ["pages"](#pages).|
15 > The "name" and "pages" tags are configured in the "js" tag of the **config.json** file.
18 ## pages section
20 The **"pages"** defines the route information of each page. Each page consists of the page path and…
26 "pages": [
27 "pages/index/index",
28 "pages/detail/detail"
38 > - The application home page is fixed to **pages/index/index**.
61 "pages": [
62 "pages/index/index",
[all …]
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-pmm.md6 This command is used to check the usage of the physical pages of the system memory and the page cac…
31 Usage of physical pages:
51 pmm pages: total = 30032, used = 7688, free = 22344
65 | free_pages | Number of free physical pages.|
66 | active anon | Number of active anonymous pages in the page cache.|
67 | inactive anon | Number of inactive anonymous pages in the page cache.|
68 | active file | Number of active file pages in the page cache.|
69 | inactive file | Number of inactive file pages in the page cache.|
70pages | **total** indicates the total number of physical pages. <br/>**used** indicates the number…
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_range_test.cpp104 std::vector<uint32_t> pages = {1, 2, 3}; variable
105 range.SetPages(pages);
118 std::vector<uint32_t> pages = {1, 2, 3}; variable
119 range.SetPages(pages);
134 std::vector<uint32_t> pages = {1, 2, 3}; variable
135 range.SetPages(pages);
151 std::vector<uint32_t> pages = {1, 2, 3}; variable
152 range.SetPages(pages);
169 range.SetPages(pages);
185 range.SetPages(pages);
[all …]
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/camera/src/
H A Dsg_dma.c17 struct page **pages; member
46 __free_page(buf->pages[i]); in SgMmapFree()
48 kvfree(buf->pages); in SgMmapFree()
63 struct page *pages = NULL; in SgAllocCompacted() local
73 while (pages == NULL) { in SgAllocCompacted()
75 if (pages != NULL) { in SgAllocCompacted()
88 split_page(pages, order); in SgAllocCompacted()
90 buf->pages[lastPage++] = &pages[i]; in SgAllocCompacted()
129 if (buf->pages == NULL) { in SgMmapAlloc()
160 kvfree(buf->pages); in SgMmapAlloc()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A DtestDataModels.ets1079 'url' : 'pages/subManualApiTest/BrInterfaceTest' ,
1086 'url' : 'pages/subManualApiTest/bleTest' ,
1093 'url' : 'pages/subManualApiTest/gattTest' ,
1100 'url' : 'pages/subManualApiTest/sppTest' ,
1137 'url' : 'pages/subAutoTest/brAutoTest' ,
1144 'url' : 'pages/subAutoTest/bleAutoTest' ,
1151 'url' : 'pages/subAutoTest/gattAutoTest' ,
1158 'url' : 'pages/subAutoTest/sppAutoTest' ,
1165 'url' : 'pages/subAutoTest/profileAutoTest' ,
1338 'url' : 'pages/subProfileTest/oppProfileTest' ,
[all …]
/ohos5.0/docs/zh-cn/third-party-cases/
H A Dapp_quality_improvement_cases_about_jserror.md33 page: pages/softwareUpdate.js
36 at get (\\MainAbility\\pages\\softwareUpdate.ets:512:25)
37 at loading (./pages/softwareUpdate.js:2127:16)
38 at anonymous (./pages/softwareUpdate.js:2141:13)
75 page: pages/noticeApp/notificationManage.js
78 at initNotificationEnableInit (/pages/noticeApp/notificationManage.js:8479:16)
79 at initNotificationEnableInit (\pages\noticeApp\notificationManage.ets:31:5)
80 at anonymous (\pages\noticeApp\notificationManage.ets:20:7)
115 page: pages/softwareUDiskUpdate.js
118 at anonymous (\\MainAbility\\pages\\softwareUDiskUpdate.ets:69:15)
[all …]
H A Dtransition-animation.md70 // entry/src/main/ets/pages/Index.ets
104 // entry/src/main/ets/pages/Index.ets
157 // entry/src/main/ets/pages/BottomTransition.ets
195 // entry/src/main/ets/pages/CustomTransition.ets
513 // entry/src/main/ets/pages/ShareItem.ets
617 应用首页: /entry/src/main/ets/pages/Index.ets。
620 // entry/src/main/ets/pages/Index.ets
669 // entry/src/main/ets/pages/BottomTransition.ets
700 // entry/src/main/ets/pages/CustomTransition.ets
850 共享元素转场部件:/entry/src/main/ets/pages/ShareItem.ets。
[all …]
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_range.cpp89 void PrintRange::GetPages(std::vector<uint32_t> &pages) const in GetPages()
91 pages.assign(pages_.begin(), pages_.end()); in GetPages()
106 void PrintRange::SetPages(const std::vector<uint32_t> &pages) in SetPages() argument
109 pages_.assign(pages.begin(), pages.end()); in SetPages()
126 std::vector<uint32_t> pages; in ReadFromParcel() local
127 parcel.ReadUInt32Vector(&pages); in ReadFromParcel()
128 if (pages.size() > 0) { in ReadFromParcel()
129 SetPages(pages); in ReadFromParcel()
/ohos5.0/docs/en/application-dev/ui/
H A Djs-framework-js-tag.md10 | pages | Array | - | Yes | Route information. For details, see ["pages"](#pages). |
16 > The "name", "window", and "pages" tags are configured in the "js" tag of the **config.json** file.
19 ## "pages"
21 The "pages" defines the route information of each page. Each page consists of the page path and pag…
26 "pages": [
27 "pages/index/index",
28 "pages/detail/detail"
37 > - The first page in the pages list is the home page, also referred to as the entry, of the applic…
94 "pages": [
95 "pages/index/index",
[all …]
H A Dui-js-building-ui-routes.md3 …y come with a music list page and a playback page. You need to link these pages through the page r…
6 …page based on the page URI. The following describes how to implement redirection between two pages:
9 …, choose **src** > **main** > **js** > **MainAbility**. Right-click the **pages** folder and choos…
18 …* pages each contains a **Text** component that specifies the current page, and a **Button** compo…
39 … **detail** pages. Center the **Text** and **Button** components and space the two components with…
69 url: 'pages/detail/detail',
/ohos5.0/docs/en/design/ux-design/
H A Dmultimodal-swiper.md4 …ow the number of pages in a series and tell user which page is currently displayed. They also allo…
12 - Use page indicators to display multiple equally important pages or content scenarios in sequence.
16 …Use page indicators when the number of pages is small. The number of page indicators indicates the…
18 - Users can swipe the page indicators to switch between pages.
20 - Users can swipe left or right in the content area to easily switch between pages.
H A Dapp-navigation-structure-design.md4 Navigation enables users to move between pages of an application to browse content. A good navigati…
28 In flat navigation, pages are placed at the same level of hierarchy.
44 …ierarchical navigation consists of parent pages and child pages. A parent page can have one or mor…
48 This type of navigation can be used in applications with hierarchical pages.
56 During multi-device design, you may display the upper-level and lower-level pages on the same scree…
62 …vigation relationships of different pages. For pages with the same position or level, use flat nav…
64 …ion that consists of several modules at the same level, with each module having hierarchical pages.
/ohos5.0/foundation/arkui/advanced_ui_component/doc/
H A Dts-composite-components-arkdialog.md44 | imageRes | [Resource](https://docs.openharmony.cn/pages/v4.0/zh-cn/application-dev/reference/arku…
45 | imageSize | [SizeOptions](https://docs.openharmony.cn/pages/v4.0/en/application-dev/reference/ark…
46 | title | [ResourceStr](https://docs.openharmony.cn/pages/v4.0/zh-cn/application-dev/reference/arku…
47 | content | [ResourceStr](https://docs.openharmony.cn/pages/v4.0/zh-cn/application-dev/reference/ar…
69 | title | [ResourceStr](https://docs.openharmony.cn/pages/v4.0/zh-cn/application-dev/reference/arku…
70 | content | [ResourceStr](https://docs.openharmony.cn/pages/v4.0/zh-cn/application-dev/reference/ar…
91 | title | [ResourceStr](https://docs.openharmony.cn/pages/v4.0/zh-cn/application-dev/reference/arku…
114 | content | [ResourceStr](https://docs.openharmony.cn/pages/v4.0/zh-cn/application-dev/reference/ar…
128 | content | [ResourceStr](https://docs.openharmony.cn/pages/v4.0/zh-cn/application-dev/reference/ar…
137 | value | [ResourceStr](https://docs.openharmony.cn/pages/v4.0/zh-cn/application-dev/reference/arku…
[all …]
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_range_helper.cpp38 std::vector<uint32_t> pages; in MakeJsObject() local
39 range.GetPages(pages); in MakeJsObject()
40 if (range.GetStartPage() == 0 && range.GetEndPage() == 0 && pages.size() > 0) { in MakeJsObject()
43 uint32_t arrPagesLength = pages.size(); in MakeJsObject()
46 PRINT_CALL(env, napi_create_uint32(env, pages[i], &value)); in MakeJsObject()
81 std::vector<uint32_t> pages; in BuildFromJs() local
95 pages.emplace_back(pageNo); in BuildFromJs()
97 nativeObj->SetPages(pages); in BuildFromJs()
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Dhar-to-hsp.md5 1. 修改HAR模块下的module.json5文件,修改type字段为shared,新增deliveryWithInstall和pages字段。
12 "pages": "$profile:main_pages"
36 "pages/PageIndex"
41 4. 在ets目录下新增pages目录,并在pages目录下新增PageIndex.ets文件,并配置如下内容。
43 // MyApplication\library\src\main\ets\pages\PageIndex.ets
H A Dapplication-package-structure-stage.md75 | 支持在配置文件中声明[pages](./module-configuration-file.md#pages标签)页面| √ |× |√ |
83 … - 如果HAR支持声明pages页面,那么当HAR被打包到HAP或HSP中时,其内部声明的pages页面可能会与HAP/HSP中的pages页面存在相对路径上的重复,这将导致无法根据相对路径识别…
H A Din-app-hsp.md32 │ │ │ └── pages
123 // library/src/main/ets/pages/Index.ets
164 介绍如何引用HSP中的接口,以及如何通过页面路由实现HSP的pages页面跳转与返回。
179 // entry/src/main/ets/pages/index.ets
301 …y模块中的menu页面(路径为:`library/src/main/ets/pages/menu.ets`),那么可以在使用方的代码(entry模块下的Index.ets,路径为:`entry/s…
352 '@bundle:com.samples.hspsample/library/ets/pages/Menu'
365 struct Index3 { // 路径为:`library/src/main/ets/pages/Back.ets
393 url: 'pages/Index' // 路径为:`entry/src/main/ets/pages/Index.ets`
411 …url: '@bundle:com.samples.hspsample/library/ets/pages/Menu' //路径为:`library/src/main/ets/pages/Menu…
428 'pages/Index'
[all …]
/ohos5.0/docs/zh-cn/application-dev/form/
H A Darkts-ui-widget-event-router.md21 //src/main/ets/widgeteventroutercard/pages/WidgetEventRouterCard.ets
130 targetPage = 'pages/FunA'; //与实际的UIAbility页面路径保持一致
133 targetPage = 'pages/FunB'; //与实际的UIAbility页面路径保持一致
136 targetPage = 'pages/Index'; //与实际的UIAbility页面路径保持一致
153pages文件夹下新建FunA.ets和FunB.ets,构建页面布局。
156 //src/main/ets/pages/FunA.ets
186 "pages/Index",
187 "pages/FunA",
188 "pages/FunB"
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dslab.rs132 pages: [Arc<Page<T>>; NUM_PAGES], field
145 pages: Default::default(), in new()
155 for page in &mut slab.pages { in new()
171 pages: self.pages.clone(), in handle()
187 for page in &self.pages[..] { in allocate()
198 for page_idx in 0..self.pages.len() { in for_each()
215 let slot_idx = self.pages[page_idx].slot(addr); in get()
217 if !self.pages[page_idx].allocated.load(SeqCst) { in get()
223 let slot = self.pages[page_idx] in get()
256 for page in (self.pages[1..]).iter() { in compact()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/entryability/model/
H A DtestDataModels.ets1451 'url' : 'pages/subAppTest/wifiScanTest' ,
1458 'url' : 'pages/subAppTest/wifiCandidateTest' ,
1465 'url' : 'pages/subAppTest/p2pDiscoveryTest' ,
1543 'url' : 'pages/subStabilityTest/webLatencyTest' ,
1550 'url' : 'pages/subAutoTest/wifiAutoTest' ,
1557 'url' : 'pages/subAutoTest/wifiManagerAutoTest' ,
1564 'url' : 'pages/subAutoTest/hotspotAutoTest' ,
1578 'url' : 'pages/subAutoTest/p2pAutoTest' ,
1585 'url' : 'pages/subAutoTest/p2pManagerAutoTest' ,
1676 'url' : 'pages/subStressTest/wifiStressTest' ,
[all …]
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_c_b_config_report_info_v10.md24 | int [pages](#pages) | 小区广播总页数 |
98 ### pages subsection
101 int CBConfigReportInfo::pages
H A D_c_b_config_report_info_v11.md24 | int [pages](#pages) | 小区广播总页数 |
98 ### pages subsection
101 int CBConfigReportInfo::pages
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dpageability-switch.md33 例如,开发者希望Ability启动后加载"pages/Index"页面,在FA模型中,开发者需要在config.json中加入如下代码:
37 "pages" : [
38 "pages/Index"
54 windowStage.loadContent('testability/pages/Index', (err, data) => {
67 2. 在resources/base/profile/main_pages.json中配置页面,以"pages/Index"为例:
71 "pages/Index"

12345678910>>...36