/ohos5.0/docs/zh-cn/application-dev/application-models/ |
H A D | app-uri-config.md | 9 > - path、pathStartWith、pathRegex的取值前后均不需要加斜杠`/`。例如对于应用链接`https://developer.huawei.com/consumer/cn/s… 17 - pathStartWith:路径前缀,该字段在scheme存在时才有意义,表示域名服务器上的目录或文件路径的前缀,用于前缀匹配。 28 - 当配置了path、pathStartWith或pathRegex字段时,组成的表达式如下。 31 - **路径前缀表达式**:`scheme://host:port/pathStartWith`
|
H A D | explicit-implicit-want-mappings.md | 139 - 如果s_uri的path、pathStartWith和pathRegex都为空,当w_uri和s_uri中的scheme,host和port相同时匹配成功,否则匹配失败。 141 - 如果s_uri的path不为空,当w_uri和s_uri**全路径表达式**相同时匹配成功,否则继续进行pathStartWith的匹配。 143 - 如果s_uri的pathStartWith不为空,当w_uri包含s_uri**前缀表达式**时匹配成功,否则继续进行pathRegex的匹配。 149 > 待匹配应用组件的skills配置的uris中scheme、host、port、path、pathStartWith和pathRegex属性拼接,如果依次声明了path、pathStartWith… 156 > - **前缀表达式**:`scheme://host:port/pathStartWith`
|
H A D | canopenlink.md | 58 "pathStartWith": "home"
|
H A D | start-express-apps.md | 62 2. 设置scheme、host、port、path/pathStartWith属性,与Want中URI相匹配,以便区分不同功能。
|
H A D | start-finance-apps.md | 58 2. 设置scheme、host、port、path/pathStartWith属性,与Want中URI相匹配,以便区分不同功能。
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/ |
H A D | README.md | 87 | path| std::string | URI的路径部分,path、pathStartWith和pathRegex配置时三选一。 | 88 | pathStartWith| std::string | URI的路径部分,path、pathStartWith和pathRegex配置时三选一。 | 89 | pathRegex| std::string | URI的路径部分,path、pathStartWith和pathRegex配置时三选一。 |
|
H A D | README.en.md | 87 | path| std::string | Path of the URI. Set **path**, **pathStartWith**, or **pathRegex** as needed.… 88 | pathStartWith| std::string | Path of the URI. Set **path**, **pathStartWith**, or **pathRegex** … 89 | pathRegex| std::string | Path of the URI. Set **path**, **pathStartWith**, or **pathRegex** as n…
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/src/ |
H A D | skill_uri.cpp | 28 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, pathStartWith); in Marshalling() 39 pathStartWith = parcel.ReadString(); in ReadFromParcel()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/ |
H A D | deeplink_reserve_config.cpp | 126 …if (reservedUri.path.empty() && reservedUri.pathStartWith.empty() && reservedUri.pathRegex.empty()… in isUriMatched() 153 if (!reservedUri.pathStartWith.empty()) { in isUriMatched() 156 pathStartWithUri.append(reservedUri.pathStartWith); in isUriMatched() 202 reserveUri.pathStartWith = pathStartWithName; in LoadReservedUrilItem() 203 … TAG_LOGD(AAFwkTag::ABILITYMGR, "pathStartWith is: %{public}s", reserveUri.pathStartWith.c_str()); in LoadReservedUrilItem()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/deeplink_reserve_config_test/ |
H A D | deeplink_reserve_config_test.cpp | 86 "pathStartWith": "pathStartWith",
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | app-uri-config.md | 9 > - Do not add slashes (/) before and after the values of **path**, **pathStartWith**, and **pathRe… 15 - **pathStartWith**: prefix of the directory or file path on the DNS. It is used for prefix matchin… 26 - When **path**, **pathStartWith**, or **pathRegex** is configured, the formats are as follows. 29 - **Prefix expression**: scheme://host:port/pathStartWith
|
H A D | explicit-implicit-want-mappings.md | 139 - If **path**, **pathStartWith**, and **pathRegex** of **s_uri** are null and the combination of **… 141 …* are the same, the matching is successful. Otherwise, the matching of **pathStartWith** continues. 143 - If **pathStartWith** of **s_uri** is not null and **w_uri** contains the prefix expression of **s… 149 …**pathStartWith**, and **pathRegex** attributes of **uris** under **skills** of an application com… 156 > - **Prefix expression**: `scheme://host:port/pathStartWith`
|
H A D | canopenlink.md | 63 "pathStartWith": "home"
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | skill.cpp | 379 if (skillUri.path.empty() && skillUri.pathStartWith.empty() && skillUri.pathRegex.empty()) { in MatchUri() 406 if (!skillUri.pathStartWith.empty()) { in MatchUri() 409 pathStartWithUri.append(skillUri.pathStartWith); in MatchUri() 611 uri.pathStartWith = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 659 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(uri.pathStartWith)); in Marshalling() 714 uri.pathStartWith, JsonType::STRING, false, parseResult, ArrayType::NOT_ARRAY); in from_json() 782 {JSON_KEY_PATHSTARTWITH, uri.pathStartWith}, in to_json()
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/include/ |
H A D | skill_uri.h | 32 std::string pathStartWith; member
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/deeplink_reserve/ |
H A D | deeplink_reserve_config.h | 33 std::string pathStartWith; member
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/common/bean_test/ |
H A D | bean_test.cpp | 66 skillUri.pathStartWith = "pathStartWith"; 76 ASSERT_TRUE(unmarshalling->pathStartWith == "pathStartWith");
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-skill.md | 37 | pathStartWith | string | 是 | 否 | 标识 URI 路径部分,用于前缀匹配,仅当 scheme 和 host 同时存在时有意义。 |
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | extension_ability_info.h | 80 std::string pathStartWith; member
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/common/bean_parcel_test/ |
H A D | bean_parcel_test.cpp | 72 skillUri.pathStartWith = "pathStartWith"; 121 skillUri.pathStartWith = "pathStartWith";
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | skill.h | 33 std::string pathStartWith; member
|
H A D | extension_ability_info.h | 134 std::string pathStartWith; member
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | module-structure.md | 372 …分的单独属性指定:<scheme>://<host>:<port>[<path>\|<pathStartWith>\|<pathR… 383 | pathStartWith | 标识uri的pathStartWith值。 | 字符串 | 可缺省,缺省值为空。 |
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/client/app_domain_verify_agent_client_test/ |
H A D | app_domain_verify_agent_client_test.cpp | 145 skillUri.pathStartWith = "pathStartWith";
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-skill.md | 38 | pathStartWith | string | Yes | No | Prefix of the path of the URI. This parameter is valid on…
|