Home
last modified time | relevance | path

Searched refs:pages (Results 1 - 20 of 20) sorted by relevance

/foundation/ability/form_fwk/test/unittest/fms_form_info_mgr_test/
H A Dfms_form_info_mgr_test.cpp37 "src": "./js/pages/card/index",
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dhap_module_info.h108 std::string pages; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dinner_bundle_info.h67 std::string pages; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dhap_module_info.h154 std::string pages; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dinner_bundle_info.cpp83 const std::string MODULE_PAGES = "pages";
224 {MODULE_PAGES, info.pages}, in to_json()
523 info.pages, in from_json()
924 hapInfo.pages = it->second.pages; in FindHapModuleInfo()
H A Dhap_module_info.cpp45 const std::string HAP_MODULE_INFO_PAGES = "pages";
174 {HAP_MODULE_INFO_MAIN_ELEMENTNAME, hapModuleInfo.mainElementName}, {HAP_MODULE_INFO_PAGES, hapModuleInfo.pages}, in to_json()
379 hapModuleInfo.pages, in from_json()
H A Dmodule_profile.cpp266 std::string pages; member
1186 module.pages, in from_json()
1694 innerModuleInfo.pages = moduleJson.module.pages; in ToInnerModuleInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dhap_module_info.cpp46 const char* HAP_MODULE_INFO_PAGES = "pages";
533 pages = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
711 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(pages)); in Marshalling()
801 {HAP_MODULE_INFO_PAGES, hapModuleInfo.pages}, in to_json()
989 hapModuleInfo.pages, in from_json()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp287 std::string pages; member
1277 module.pages, in from_json()
2271 innerModuleInfo.pages = moduleJson.module.pages; in ToInnerModuleInfo()
H A Dinner_bundle_info.cpp85 constexpr const char* MODULE_PAGES = "pages";
407 {MODULE_PAGES, info.pages}, in to_json()
725 info.pages, in from_json()
1473 hapInfo.pages = it->second.pages; in FindHapModuleInfo()
H A Dbundle_profile.cpp293 std::vector<std::string> pages; member
1378 js.pages, in from_json()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp685 LOGE("the router stack has reached its max size, you can't push any more pages."); in Push()
1535 std::unordered_map<int32_t, RefPtr<JsAcePage>> pages; in RebuildAllPages() local
1538 pages.insert(pageMap_.begin(), pageMap_.end()); in RebuildAllPages()
1540 for (const auto& [pageId, page] : pages) { in RebuildAllPages()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp609 LOGE("the router stack has reached its max size, you can't push any more pages."); in Push()
612 errorCallback("The pages are pushed too much.", ERROR_CODE_PAGE_STACK_FULL); in Push()
1611 // Execute invisible pages' OnJsEngineDestroy to release JsValue in ClearInvisiblePages()
1745 std::unordered_map<int32_t, RefPtr<JsAcePage>> pages; in RebuildAllPages() local
1748 pages.insert(pageMap_.begin(), pageMap_.end()); in RebuildAllPages()
1750 for (const auto& [pageId, page] : pages) { in RebuildAllPages()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp704 "pages":"$profile:main_pages",
1316 "pages": "",
1425 "pages": "",
1484 "pages": "",
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp232 int pages = (entries.size() - 1) / pageSize + 1; in GetGroupEntries() local
233 for (int pageIndex = 0; pageIndex < pages; ++pageIndex) { in GetGroupEntries()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dsimulator.cpp293 options_.pageProfile = moduleInfo_->pages; in ParseBundleAndModuleInfo()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp1240 LOGE("the router stack has reached its max size, you can't push any more pages."); in StartPush()
1243 errorCallback("The pages are pushed too much.", ERROR_CODE_PAGE_STACK_FULL); in StartPush()
2992 std::unordered_map<int32_t, RefPtr<JsAcePage>> pages; in RebuildAllPages() local
2995 pages.insert(pageMap_.begin(), pageMap_.end()); in RebuildAllPages()
2997 for (const auto& [pageId, page] : pages) { in RebuildAllPages()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h105 std::string pages; member
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp1141 pageProfile = hapModuleInfo->pages; in CommonInitializeForm()
1688 pageProfile = hapModuleInfo->pages; in CommonInitialize()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp709 EXPECT_EQ(hapModuleInfo.pages, "$profile:page_config"); in HWTEST_F()

Completed in 60 milliseconds