Home
last modified time | relevance | path

Searched refs:ParseInfo (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_data_change_listener.cpp39 static unique_ptr<KeyInfo> ParseInfo(const std::string& strKey) in ParseInfo() function
67 unique_ptr<KeyInfo> keyInfo = KeyInfo::ParseInfo(entry.key.ToString()); in OnChange()
82 unique_ptr<KeyInfo> keyInfo = KeyInfo::ParseInfo(entry.key.ToString()); in OnChange()
93 unique_ptr<KeyInfo> keyInfo = KeyInfo::ParseInfo(entry.key.ToString()); in OnChange()
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/
H A Djs_xml.cpp511 auto object = new ParseInfo(); in ParseToken()
514 DECLARE_NAPI_FUNCTION("getDepth", XmlPullParser::ParseInfo::GetDepth), in ParseToken()
518 DECLARE_NAPI_FUNCTION("getName", XmlPullParser::ParseInfo::GetName), in ParseToken()
519 DECLARE_NAPI_FUNCTION("getNamespace", XmlPullParser::ParseInfo::GetNamespace), in ParseToken()
520 DECLARE_NAPI_FUNCTION("getPrefix", XmlPullParser::ParseInfo::GetPrefix), in ParseToken()
521 DECLARE_NAPI_FUNCTION("getText", XmlPullParser::ParseInfo::GetText), in ParseToken()
523 DECLARE_NAPI_FUNCTION("isWhitespace", XmlPullParser::ParseInfo::IsWhitespace) in ParseToken()
1807 napi_value XmlPullParser::ParseInfo::GetDepth(napi_env env, napi_callback_info info) in GetDepth()
1839 napi_value XmlPullParser::ParseInfo::GetName(napi_env env, napi_callback_info info) in GetName()
1871 napi_value XmlPullParser::ParseInfo::GetPrefix(napi_env env, napi_callback_info info) in GetPrefix()
[all …]
H A Djs_xml.h193 class ParseInfo {
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-xml.md518 function func(key: xml.EventType, value: xml.ParseInfo) {
607 ## ParseInfo section
638 function func(key: xml.EventType, value: xml.ParseInfo) {
682 function func(key: xml.EventType, value: xml.ParseInfo) {
718 function func(key: xml.EventType, value: xml.ParseInfo) {
754 function func(key: xml.EventType, value: xml.ParseInfo) {
793 function func(key: xml.EventType, value: xml.ParseInfo) {
832 function func(key: xml.EventType, value: xml.ParseInfo) {
868 function func(key: xml.EventType, value: xml.ParseInfo) {
907 function func(key: xml.EventType, value: xml.ParseInfo) {
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-compiler-and-runtime.md11 | ohos.xml | ParseOptions | tokenValueCallbackFunction?: (eventType: EventType, value: ParseInfo) =…
16 | ohos.xml | ParseInfo | getAttributeCount(): number; | 新增 |
17 | ohos.xml | ParseInfo | isWhitespace(): boolean; | 新增 |
18 | ohos.xml | ParseInfo | isEmptyElementTag(): boolean; | 新增 |
19 | ohos.xml | ParseInfo | getText(): string; | 新增 |
20 | ohos.xml | ParseInfo | getPrefix(): string; | 新增 |
21 | ohos.xml | ParseInfo | getNamespace(): string; | 新增 |
22 | ohos.xml | ParseInfo | getName(): string; | 新增 |
23 | ohos.xml | ParseInfo | getLineNumber(): number; | 新增 |
24 | ohos.xml | ParseInfo | getDepth(): number; | 新增 |
[all …]
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Dxml-parsing.md18 | tokenValueCallbackFunction | (eventType: EventType, value: ParseInfo) =&gt; boolean | 否 | 获取token…
169 function func(name: xml.EventType, value: xml.ParseInfo): boolean {
229 function tokenFunc(name: xml.EventType, value: xml.ParseInfo): boolean {
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-xml.md518 function func(key: xml.EventType, value: xml.ParseInfo) {
607 ## ParseInfo section
638 function func(key: xml.EventType, value: xml.ParseInfo) {
682 function func(key: xml.EventType, value: xml.ParseInfo) {
718 function func(key: xml.EventType, value: xml.ParseInfo) {
754 function func(key: xml.EventType, value: xml.ParseInfo) {
793 function func(key: xml.EventType, value: xml.ParseInfo) {
832 function func(key: xml.EventType, value: xml.ParseInfo) {
868 function func(key: xml.EventType, value: xml.ParseInfo) {
907 function func(key: xml.EventType, value: xml.ParseInfo) {
[all …]
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-compiler-and-runtime.md11 | ohos.xml | ParseOptions | tokenValueCallbackFunction?: (eventType: EventType, value: ParseInfo) =…
16 | ohos.xml | ParseInfo | getAttributeCount(): number; | Added|
17 | ohos.xml | ParseInfo | isWhitespace(): boolean; | Added|
18 | ohos.xml | ParseInfo | isEmptyElementTag(): boolean; | Added|
19 | ohos.xml | ParseInfo | getText(): string; | Added|
20 | ohos.xml | ParseInfo | getPrefix(): string; | Added|
21 | ohos.xml | ParseInfo | getNamespace(): string; | Added|
22 | ohos.xml | ParseInfo | getName(): string; | Added|
23 | ohos.xml | ParseInfo | getLineNumber(): number; | Added|
24 | ohos.xml | ParseInfo | getDepth(): number; | Added|
[all …]
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.38/
H A Dchangelogs-arkts.md45 function func(key: xml.EventType, value: xml.ParseInfo){
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dxml-parsing.md18 | tokenValueCallbackFunction | (eventType: EventType, value: ParseInfo) =&gt; boolean | No| Callbac…
163 function func(name: xml.EventType, value: xml.ParseInfo): boolean {
223 function tokenFunc(name: xml.EventType, value: xml.ParseInfo): boolean {
/ohos5.0/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/
H A Dbundle_manager_adapter_proxy.cpp141 bool BundleManagerAdapterProxy::ParseInfo(std::string &infoStr, T &info) in ParseInfo() function in OHOS::AccountSA::BundleManagerAdapterProxy
542 if (!ParseInfo(infoStr, parcelableInfo)) { in GetParcelableFromAshmem()
668 if (!ParseInfo(infoStr, info)) { in ParseAshmem()
/ohos5.0/base/account/os_account/services/accountmgr/include/bundle_manager_adapter/
H A Dbundle_manager_adapter_proxy.h106 bool ParseInfo(std::string &infoStr, T &info);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-compiler-and-runtime.md677 |跨平台能力有变化|类名:ParseInfo;<br>方法or属性:interface ParseInfo<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:interface P…
678 |跨平台能力有变化|类名:ParseInfo;<br>方法or属性:getColumnNumber(): number;<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:getC…
679 |跨平台能力有变化|类名:ParseInfo;<br>方法or属性:getDepth(): number;<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:getDepth():…
680 |跨平台能力有变化|类名:ParseInfo;<br>方法or属性:getLineNumber(): number;<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:getLin…
681 |跨平台能力有变化|类名:ParseInfo;<br>方法or属性:getName(): string;<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:getName(): s…
682 |跨平台能力有变化|类名:ParseInfo;<br>方法or属性:getNamespace(): string;<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:getName…
683 |跨平台能力有变化|类名:ParseInfo;<br>方法or属性:getPrefix(): string;<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:getPrefix(…
684 |跨平台能力有变化|类名:ParseInfo;<br>方法or属性:getText(): string;<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:getText(): s…
685 |跨平台能力有变化|类名:ParseInfo;<br>方法or属性:isEmptyElementTag(): boolean;<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:i…
686 |跨平台能力有变化|类名:ParseInfo;<br>方法or属性:isWhitespace(): boolean;<br>旧版本信息:|类名:ParseInfo;<br>方法or属性:isWhit…
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.38/
H A Dchangelogs-arkts.md45 function func(key: xml.EventType, value: xml.ParseInfo){
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-compiler-and-runtime.md677ParseInfo;<br>Method or attribute name: interface ParseInfo<br>Old version information: |Class nam…
678 …anged|Class name: ParseInfo;<br>Method or attribute name: getColumnNumber(): number;<br>Old versio…
679 … changed|Class name: ParseInfo;<br>Method or attribute name: getDepth(): number;<br>Old version in…
680 …hanged|Class name: ParseInfo;<br>Method or attribute name: getLineNumber(): number;<br>Old version…
681 …y changed|Class name: ParseInfo;<br>Method or attribute name: getName(): string;<br>Old version in…
682 …hanged|Class name: ParseInfo;<br>Method or attribute name: getNamespace(): string;<br>Old version …
683 … changed|Class name: ParseInfo;<br>Method or attribute name: getPrefix(): string;<br>Old version i…
684 …y changed|Class name: ParseInfo;<br>Method or attribute name: getText(): string;<br>Old version in…
685 …ged|Class name: ParseInfo;<br>Method or attribute name: isEmptyElementTag(): boolean;<br>Old versi…
686 …hanged|Class name: ParseInfo;<br>Method or attribute name: isWhitespace(): boolean;<br>Old version…
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-beta/
H A Djs-apidiff-v3.1-beta.md364 | 语言编译运行时-ParseOptions | tokenValueCallbackFunction?: (eventType: EventType, value: ParseInfo) => b…
/ohos5.0/docs/en/release-notes/api-diff/v3.1-beta/
H A Djs-apidiff-v3.1-beta.md364 …arseOptions| tokenValueCallbackFunction?: (eventType: EventType, value: ParseInfo) => boolean; | A…
/ohos5.0/commonlibrary/ets_utils/
H A DREADME.en.md144 … => boolean) tokenValueCallbackFunction?: (eventType: EventType, value: ParseInfo) => boolean }. F…
H A DREADME.md226 … => boolean) tokenValueCallbackFunction?: (eventType: EventType, value: ParseInfo) => boolean }。其中…