Home
last modified time | relevance | path

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

12

/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
Dprint_range_test.cpp114 std::vector<uint32_t> pages = {1, 2, 3}; variable
115 range.SetPages(pages);
128 std::vector<uint32_t> pages = {1, 2, 3}; variable
129 range.SetPages(pages);
144 std::vector<uint32_t> pages = {1, 2, 3}; variable
145 range.SetPages(pages);
161 std::vector<uint32_t> pages = {1, 2, 3}; variable
162 range.SetPages(pages);
178 std::vector<uint32_t> pages = {1, 2, 3}; variable
179 range.SetPages(pages);
[all …]
/base/print/print_fwk/frameworks/innerkitsimpl/src/
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()
/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest002/
Dtrace.txt3 at aboutToAppear00 (/ets/pages/notifica4tionManagenment.ets:191:5)
4 at aboutToAppear2 (/ets/pages/notificationManagenment3.ets:191:5)
5 at aboutToAppear3 (/ets/pages/not6ificationManagenment2.ets:1222:15)
Djscrash-com.example.jsinject-20010041-1970042418312324 page: pages/index/index.js
32 at aboutToAppear00 (/ets/pages/notifica4tionManagenment.ets:191:5)
33 at aboutToAppear2 (/ets/pages/notificationManagenment3.ets:191:5)
34 at aboutToAppear3 (/ets/pages/not6ificationManagenment2.ets:1222:15)
/base/print/print_fwk/frameworks/helper/src/
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()
85 std::vector<uint32_t> pages; in BuildFromJs() local
99 pages.emplace_back(pageNo); in BuildFromJs()
101 nativeObj->SetPages(pages); in BuildFromJs()
/base/request/request/test/unittest/js_test/requestSystemQueryTest/entry/src/main/resources/base/profile/
Dform_config1.txt1 {"src": ["MainAbility/pages/index/index","MainAbility/pages/second/second"]}
Dinvalid.txt3 "MainAbility/pages/index/index",
4 "MainAbility/pages/second/second"
/base/request/request/test/unittest/js_test/requestQueryTaskTest/entry/src/main/resources/base/profile/
Dinvalid.txt3 "MainAbility/pages/index/index",
4 "MainAbility/pages/second/second"
Dform_config1.txt1 {"src": ["MainAbility/pages/index/index","MainAbility/pages/second/second"]}
/base/request/request/test/unittest/js_test/requestAgentTaskTest/entry/src/main/resources/base/profile/
Dform_config1.txt1 {"src": ["MainAbility/pages/index/index","MainAbility/pages/second/second"]}
Dinvalid.txt3 "MainAbility/pages/index/index",
4 "MainAbility/pages/second/second"
/base/print/print_fwk/frameworks/innerkitsimpl/include/
Dprint_range.h45 void GetPages(std::vector<uint32_t> &pages) const;
51 void SetPages(const std::vector<uint32_t> &pages);
/base/update/updater/
Dupdater_ux_guide.md85 进入到update_updater/resources/rk3568/pages目录。当前目录新建rk3568.json, 添加到config.json中。
88 "config" : "/resources/pages/rk3568.json"
99 | dir | /resources/pages | 页面资源在单板的存放路径 | 使用默认 |
100 | pages | ["menu.json","confirm.json","upd.json"] | 所有页面的列表 | 使用默认 |
107 因为pages字段中配置了3个页面,所以需要分别初始化这3个页面。
115 | id | menu | 主菜单页面,**值必须与上一小节中pages字段值保持一致** | 使用默认 |
180 | id | confirm | 确认页面,**值必须与上一小节中pages字段值保持一致** | 使用默认 |
246 | id | upd | 进度条升级页面,**值必须与上一小节中pages字段值保持一致** | 使用默认 |
/base/update/updater/resources/
DBUILD.gn139 "${product_name}/pages/config.json",
140 "${product_name}/pages/rk3568.json",
141 "${product_name}/pages/confirm.json",
142 "${product_name}/pages/menu.json",
143 "${product_name}/pages/upd.json",
/base/telephony/sms_mms/test/fuzztest/smsrecvitem_fuzzer/
Dsmsrecvitem_fuzzer.cpp80 int32_t pages = 0; in DoRecvItemsTest() local
82 reliabilityHandler->GetWapPushUserDataMultipage(pages, dbIndexers, size, userDataRaws); in DoRecvItemsTest()
84 reliabilityHandler->GetSmsUserDataMultipage(pages, dbIndexers, size, userDataRaws); in DoRecvItemsTest()
/base/update/updater/services/ui/
Dupdater_ui_config.cpp39 for (auto &file : pagePath.pages) { in CanonicalPagePath()
162 if (!LayoutParser::GetInstance().LoadLayout(pagePath.pages, pageInfos)) { in LoadPages()
Dupdater_ui_traits.h107 (std::vector<std::string>, pages)
/base/update/update_app/product/oh/base/src/main/
Dmodule.json514 "pages": "$profile:main_pages",
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_sms_parcel.h169 int32_t pages = 0; member
Dhril_vendor_sms_defs.h147 int32_t pages; member
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/pages/
DenrollIntro.ets90 router.push({ uri: 'pages/enrollDeclare' })
117 router.replace({ uri: 'pages/enrolling' })
/base/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/entry/src/main/ets/pages/
DnotificationDialog.ets19 import { NotificationDialogBody } from '../pages/notifybody'
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/
Dmodule.json529 "pages": "$profile:main_pages",
/base/usb/usb_manager/frameworks/dialog/functionswitch_ui/usb_function_dialog/src/main/ets/MainAbility/
DMainAbility.ets32 windowStage.loadContent('pages/Index', (err, data) => {
/base/print/print_fwk/interfaces/kits/jskits/
D@ohos.print.d.ts87 pages?: Array<number>; // discrete page of sequence property

12