/foundation/ability/form_fwk/test/unittest/fms_form_info_mgr_test/ |
H A D | fms_form_info_mgr_test.cpp | 37 "src": "./js/pages/card/index",
|
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | hap_module_info.h | 108 std::string pages; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | inner_bundle_info.h | 67 std::string pages; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | hap_module_info.h | 154 std::string pages; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | inner_bundle_info.cpp | 83 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 D | hap_module_info.cpp | 45 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 D | module_profile.cpp | 266 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 D | hap_module_info.cpp | 46 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 D | module_profile.cpp | 287 std::string pages; member 1277 module.pages, in from_json() 2271 innerModuleInfo.pages = moduleJson.module.pages; in ToInnerModuleInfo()
|
H A D | inner_bundle_info.cpp | 85 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 D | bundle_profile.cpp | 293 std::vector<std::string> pages; member 1378 js.pages, in from_json()
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.cpp | 685 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 D | frontend_delegate_impl.cpp | 609 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 D | bms_bundle_data_storage_database_test.cpp | 704 "pages":"$profile:main_pages", 1316 "pages": "", 1425 "pages": "", 1484 "pages": "",
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributed_test_tools.cpp | 232 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 D | simulator.cpp | 293 options_.pageProfile = moduleInfo_->pages; in ParseBundleAndModuleInfo()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.cpp | 1240 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 D | inner_bundle_info.h | 105 std::string pages; member
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.cpp | 1141 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 D | bms_bundle_installer_test.cpp | 709 EXPECT_EQ(hapModuleInfo.pages, "$profile:page_config"); in HWTEST_F()
|