/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/ |
H A D | router_map_helper.cpp | 65 …std::map<RouterItem, std::string, RouterItemCompare> routerMap((RouterItemCompare(moduleNameSet))); in MergeRouter() local 68 routerMap.emplace(item, item.name); in MergeRouter() 73 routerArraySorted.reserve(routerMap.size()); in MergeRouter() 74 for (const auto& pair : routerMap) { in MergeRouter()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.20/ |
H A D | changelogs-bundlemanager.md | 11 在路由表整体方案设计里,路由表配置文件routerMap.json中不再需要pageModule字段,故删除该字段。 27 路由表配置文件routerMap.json中删除pageModule字段,定义在HapModuleInfo.d.ts文件中的RouterItem结构体中删除pageModule字段。
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.20/ |
H A D | changelogs-bundlemanager.md | 11 …odule** field is not required in the routing table configuration file **routerMap.json**. Therefor… 27 The **pageModule** field is deleted from the route table configuration file **routerMap.json**, and…
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | module-configuration-file.md | 87 "routerMap": "$profile:router_map", 143 | [routerMap](#routermap标签) | 标识当前模块配置的路由表路径。取值为长度不超过255字节的字符串。 | 字符串 | 该标签可缺省,缺省值为空。 | 906 ## routerMap标签 910 routerMap配置文件描述模块的路由表信息,routerMap标签值为数组类型。 912 **表22** routerMap标签说明 928 "routerMap": [ 960 2. 在module.json5配置文件的module标签中定义`routerMap`字段,指向定义的路由表配置文件,例如:`"routerMap": "$profile:router_map"`。 970 "routerMap": [ 993 "routerMap": [
|
H A D | arkts-new-appstoragev2.md | 195 …profile/route_map.json,并替换pageSourceFile为Page2页面的路径,并且在module.json5中添加:"routerMap": "$profile:rout… 198 "routerMap": [
|
H A D | arkts-new-persistencev2.md | 258 …profile/route_map.json,并替换pageSourceFile为Page2页面的路径,并且在module.json5中添加:"routerMap": "$profile:rout… 261 "routerMap": [
|
H A D | arkts-localstorage.md | 557 …/profile/route_map.json,并替换pageSourceFile为Page页面的路径,并且在module.json5中添加:"routerMap": "$profile:rout… 560 "routerMap": [
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-bundleInfo.md | 27 …routerMap<sup>12+</sup> | Array\<[RouterItem](js-apis-bundleManager-hapModuleInfo.md#rou…
|
H A D | js-apis-bundleManager-hapModuleInfo.md | 32 | routerMap<sup>12+</sup> | Array\<[RouterItem](#routeritem12)> …
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-navigation-transition.md | 254 1.工程配置文件module.json5中配置 {"routerMap": "$profile:route_map"}。 259 "routerMap" : [
|
H A D | arkts-router-to-navigation.md | 154 // 工程配置文件module.json5中配置 {"routerMap": "$profile:route_map"} 157 "routerMap": [
|
H A D | arkts-navigation-navigation.md | 713 "routerMap": "$profile:route_map" 721 "routerMap": [
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-atomicservice-NavPushPathHelper.md | 661 // 工程配置文件module.json5中配置 {"routerMap": "$profile:route_map"} 664 "routerMap": [ 720 // 工程配置文件module.json5中配置 {"routerMap": "$profile:route_map"} 723 "routerMap": [
|
H A D | ts-basic-components-navigation.md | 1967 // 工程配置文件module.json5中配置 {"routerMap": "$profile:route_map"} 1970 "routerMap": [ 2446 // 工程配置文件module.json5中配置 {"routerMap": "$profile:route_map"} 2449 "routerMap": [ 2735 // 工程配置文件module.json5中配置 {"routerMap": "$profile:route_map"} 2738 "routerMap": [ 2965 // 工程配置文件module.json5中配置 {"routerMap": "$profile:route_map"} 2968 "routerMap": [ 3079 "routerMap": [ 3198 "routerMap": [ [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-bundleInfo.md | 28 …routerMap<sup>12+</sup> | Array\<[RouterItem](js-apis-bundleManager-hapModuleInfo.md#rou…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-navigation-transition.md | 254 1. In the project configuration file **module.json5**, add the configuration **{"routerMap": "$prof… 259 "routerMap" : [
|
H A D | arkts-router-to-navigation.md | 154 // Configure {"routerMap": "$profile:route_map"} in the project configuration file module.json5. 157 "routerMap": [
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | hap_module_info.h | 177 std::string routerMap; member
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | module-configuration-file.md | 87 "routerMap": "$profile:router_map", 143 | [routerMap](#routermap) | Path of the routing table for the current module. The value is a string… 906 ## routerMap section 908 The **routerMap** tag represents the path to the routing table for the module. 910 The **routerMap** configuration file provides the routing table information of the module. The valu… 912 **Table 22** routerMap 928 "routerMap": [ 960 …routerMap** tag under **module** of the **module.json5** file, set it to point to the defined rout… 970 "routerMap": [ 993 "routerMap": [
|
H A D | arkts-new-persistencev2.md | 258 … the value of **pageSourceFile** with the path of **Page2**, and add **"routerMap": "$profile: rou… 261 "routerMap": [
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | hap_module_info.cpp | 652 routerMap = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 792 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(routerMap)); in Marshalling() 860 {HAP_MODULE_INFO_ROUTER_MAP, hapModuleInfo.routerMap}, in to_json() 1291 hapModuleInfo.routerMap, in from_json()
|
/ohos5.0/docs/zh-cn/application-dev/key-features/multi-device-app-dev/ |
H A D | typical-layout-scenario.md | 484 // 工程配置文件module.json5中配置 {"routerMap": "$profile:route_map"} 487 "routerMap": [ 630 // 工程配置文件module.json5中配置 {"routerMap": "$profile:route_map"} 633 "routerMap": [
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-atomicservice-NavPushPathHelper.md | 661 // Configure {"routerMap": "$profile:route_map"} in the project configuration file module.json5. 664 "routerMap": [ 720 // Configure {"routerMap": "$profile:route_map"} in the project configuration file module.json5. 723 "routerMap": [
|
H A D | ts-basic-components-navigation.md | 1969 // Configure {"routerMap": "$profile:route_map"} in the project configuration file module.json5. 1972 "routerMap": [ 2448 // Configure {"routerMap": "$profile:route_map"} in the project configuration file module.json5. 2451 "routerMap": [ 2737 // Configure {"routerMap": "$profile:route_map"} in the project configuration file module.json5. 2740 "routerMap": [ 2967 // Configure {"routerMap": "$profile:route_map"} in the project configuration file module.json5. 2970 "routerMap": [ 3081 "routerMap": [ 3200 "routerMap": [ [all …]
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | source-obfuscation.md | 580 "routerMap": [ 919 …2. 若应用中有描述路由表信息的[routerMap配置](https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/mod…
|