Home
last modified time | relevance | path

Searched refs:global (Results 1 – 25 of 1119) sorted by relevance

12345678910>>...45

/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-compiler-and-runtime.md3 |新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static assert(value?: Object, ...arguments: Object[])…
4 |新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static count(label?: string): void;|global.d.ts|
5 |新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static countReset(label?: string): void;|global.d.ts|
6 |新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static dir(dir?: Object): void;|global.d.ts|
7 |新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static dirxml(...arguments: Object[]): void;|global.d…
8 |新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static group(...arguments: Object[]): void;|global.d.…
10 |新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static groupEnd(): void;|global.d.ts|
11 |新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static table(tableData?: Object): void;|global.d.ts|
12 |新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static time(label?: string): void;|global.d.ts|
13 |新增|NA|模块名: global<br>类名: console<br>方法 or 属性:static timeEnd(label?: string): void;|global.d.ts|
[all …]
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-compiler-and-runtime.md3 …Module name: global<br>Class name: console<br>Method or attribute name: static assert(value?: Obje…
4 |Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static count(labe…
5 |Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static countReset…
6 |Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static dir(dir?: …
7 …dded|NA|Module name: global<br>Class name: console<br>Method or attribute name: static dirxml(...a…
8 …Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static group(...a…
10 |Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static groupEnd()…
11 |Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static table(tabl…
12 |Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static time(label…
13 |Added|NA|Module name: global<br>Class name: console<br>Method or attribute name: static timeEnd(la…
[all …]
/ohos5.0/base/global/i18n/frameworks/intl/
H A DBUILD.gn60 subsystem_name = "global"
193 subsystem_name = "global"
201 subsystem_name = "global"
208 subsystem_name = "global"
216 subsystem_name = "global"
223 subsystem_name = "global"
230 subsystem_name = "global"
237 subsystem_name = "global"
244 subsystem_name = "global"
251 subsystem_name = "global"
[all …]
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi/src/
H A Dnapi_ipc_skeleton.cpp59 napi_value global = nullptr; in NAPI_IPCSkeleton_getCallingTokenId() local
60 napi_get_global(env, &global); in NAPI_IPCSkeleton_getCallingTokenId()
80 napi_value global = nullptr; in NAPI_IPCSkeleton_getCallingDeviceID() local
81 napi_get_global(env, &global); in NAPI_IPCSkeleton_getCallingDeviceID()
100 napi_value global = nullptr; in NAPI_IPCSkeleton_getLocalDeviceID() local
101 napi_get_global(env, &global); in NAPI_IPCSkeleton_getLocalDeviceID()
120 napi_value global = nullptr; in NAPI_IPCSkeleton_isLocalCalling() local
121 napi_get_global(env, &global); in NAPI_IPCSkeleton_isLocalCalling()
186 napi_value global = nullptr; in NAPI_IPCSkeleton_resetCallingIdentity() local
271 napi_value global = nullptr; in NAPI_IPCSkeleton_setCallingIdentity() local
[all …]
/ohos5.0/commonlibrary/ets_utils/js_util_module/collections/
H A Dnative_module_collections.cpp44 napi_get_property(env, global, collectionKey, &collectionFunction); in GetCollectionFunction()
53 static void GetBitVectorFunction(napi_env env, napi_value global, napi_value &bitVector) in GetBitVectorFunction() argument
59 napi_get_property(env, global, arkPrivateKey, &arkPrivateClass); in GetBitVectorFunction()
75 napi_value global; in InitArkTSCollections() local
90 napi_get_global(env, &global); in InitArkTSCollections()
91 if (!GetCollectionFunction(env, global, SENDABLE_ARRAY_NAME, sendableArrayValue)) { in InitArkTSCollections()
94 if (!GetCollectionFunction(env, global, SENDABLE_SET_NAME, sendableSetValue)) { in InitArkTSCollections()
97 if (!GetCollectionFunction(env, global, SENDABLE_MAP_NAME, sendableMapValue)) { in InitArkTSCollections()
103 if (!GetCollectionFunction(env, global, SENDABLE_INT8_ARRAY, sendableInt8Array)) { in InitArkTSCollections()
106 if (!GetCollectionFunction(env, global, SENDABLE_UINT8_ARRAY, sendableUint8Array)) { in InitArkTSCollections()
[all …]
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp250 napi_value global; variable
272 napi_value global; variable
298 napi_value global; variable
325 napi_value global; variable
356 napi_value global; variable
386 napi_value global; variable
412 napi_value global; variable
462 napi_value global; variable
513 napi_value global; variable
548 napi_value global; variable
[all …]
/ohos5.0/base/global/i18n/interfaces/js/kits/
H A DBUILD.gn14 import("//base/global/i18n/i18n.gni")
26 "//base/global/i18n/frameworks/intl/include",
27 "//base/global/i18n/interfaces/js/kits/include",
32 deps = [ "//base/global/i18n/frameworks/intl:intl_util" ]
40 subsystem_name = "global"
46 "//base/global/i18n/frameworks/intl/include",
47 "//base/global/i18n/interfaces/js/kits/include",
49 "//base/global/i18n/services/include",
68 "//base/global/i18n/frameworks/intl:intl_util",
70 "//base/global/i18n/services:i18n_sa_client",
[all …]
/ohos5.0/base/global/i18n/frameworks/intl/etc/
H A Di18n.para13 persist.global.language=zh-Hans
14 persist.global.locale=zh-Hans-CN
15 persist.global.is24Hour=
16 persist.global.preferredLanguages=
17 persist.global.tz_override=false
18 persist.global.upgrade_locale=
19 const.global.language=zh-Hans
20 const.global.locale=zh-Hans-CN
21 const.global.region=CN
H A Di18n.para.dac14 persist.global.language = i18n:i18n:0775
15 persist.global.locale = i18n:i18n:0775
16 persist.global.is24Hour = i18n:i18n:0775
17 persist.global.preferredLanguages = i18n:i18n:0775
18 persist.global.tz_override = i18n:i18n:0775
19 persist.global.upgrade_locale = i18n:i18n:0775
20 const.global.locale = i18n:i18n:0444
21 const.global.language = i18n:i18n:0444
22 const.global.region = i18n:i18n:0444
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-arkui.md180 |起始版本有变化|类名:console<br>起始版本:7|类名:console<br>起始版本:9|global.d.ts|
213 |起始版本有变化|类名:global<br>方法 or 属性:declare const Badge: BadgeInterface;<br>起始版本:N/A|类名:global<br>方法 or …
219 |起始版本有变化|类名:global<br>方法 or 属性:declare const Blank: BlankInterface;<br>起始版本:N/A|类名:global<br>方法 or …
839 |起始版本有变化|类名:global<br>方法 or 属性:declare const Flex: FlexInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性…
864 |起始版本有变化|类名:global<br>方法 or 属性:declare const Grid: GridInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性…
912 |起始版本有变化|类名:global<br>方法 or 属性:declare const Line: LineInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性…
933 |起始版本有变化|类名:global<br>方法 or 属性:declare const List: ListInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性…
982 |起始版本有变化|类名:global<br>方法 or 属性:declare const Path: PathInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性…
1062 |起始版本有变化|类名:global<br>方法 or 属性:declare const Rect: RectInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性…
1074 |起始版本有变化|类名:global<br>方法 or 属性:declare const Row: RowInterface;<br>起始版本:N/A|类名:global<br>方法 or 属性:d…
[all …]
/ohos5.0/base/global/i18n/frameworks/intl/test/
H A DBUILD.gn14 import("//base/global/i18n/i18n.gni")
33 "//base/global/i18n/frameworks/intl/entity_recognition/include",
34 "//base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include",
35 "//base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include",
36 "//base/global/i18n/frameworks/intl/include",
37 "//base/global/i18n/frameworks/intl/test/unittest/mock/include",
38 "//base/global/i18n/interfaces/native/inner_api/i18n/include",
39 "//base/global/i18n/interfaces/native/inner_api/preferred_language/include",
40 "//base/global/i18n/services/include",
62 "//base/global/i18n/frameworks/intl:build_module",
[all …]
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_process_skeleton.cpp23 napi_value global = nullptr; in NAPI_getCallingPid() local
24 napi_get_global(env, &global); in NAPI_getCallingPid()
26 napi_get_named_property(env, global, "activeStatus_", &napiActiveStatus); in NAPI_getCallingPid()
32 napi_get_named_property(env, global, "callingPid_", &callingPid); in NAPI_getCallingPid()
44 napi_value global = nullptr; in NAPI_getCallingUid() local
45 napi_get_global(env, &global); in NAPI_getCallingUid()
47 napi_get_named_property(env, global, "activeStatus_", &napiActiveStatus); in NAPI_getCallingUid()
53 napi_get_named_property(env, global, "callingUid_", &callingUid); in NAPI_getCallingUid()
/ohos5.0/docs/zh-cn/readme/
H A D全球化子系统.md30 全球化子系统源代码在/base/global目录下。
35 /base/global/
58 /base/global
79 [global\_i18n\_lite](https://gitee.com/openharmony/global_i18n_lite)
81 [global\_i18n](https://gitee.com/openharmony/global_i18n)
83 [global\_resmgr\_lite](https://gitee.com/openharmony/global_resmgr_lite)
85 [global\_resmgr\_standard](https://gitee.com/openharmony/global_resmgr_standard)
/ohos5.0/base/global/timezone/data/
H A DBUILD.gn17 source = "//base/global/timezone/data/prebuild/icu/metaZones.res"
20 subsystem_name = "global"
24 source = "//base/global/timezone/data/prebuild/icu/timezoneTypes.res"
27 subsystem_name = "global"
31 source = "//base/global/timezone/data/prebuild/icu/windowsZones.res"
34 subsystem_name = "global"
38 source = "//base/global/timezone/data/prebuild/icu/zoneinfo64.res"
41 subsystem_name = "global"
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.51/
H A Dchangelogs-i18n.md3 ## cl.global.1 国家、地区本地化名称变更
43 ## cl.global.2 国家、地区本地化名称变更
83 ## cl.global.3 时间日期格式“十一月”格式化结果错误问题修改
118 ## cl.global.4 日期时间段格式化在zh-Hant-HK下结果错误问题修改
153 ## cl.global.5 归属地获取接口对无效号码的归属计算错误问题修改
187 ## cl.global.6 系统支持国家地区列表变更
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_global.cpp82 auto global = P_CAST(handle, Global<JSValueRef>*); in AsyncDisposer() local
83 delete global; in AsyncDisposer()
124 ARKTS_Value ARKTS_GetGlobalValue(ARKTS_Global global) in ARKTS_GetGlobalValue() argument
126 ARKTS_ASSERT_P(global, "global is null"); in ARKTS_GetGlobalValue()
128 auto result = *P_CAST(global, Local<JSValueRef>*); in ARKTS_GetGlobalValue()
137 void ARKTS_DisposeGlobal(ARKTS_Env env, ARKTS_Global global) in ARKTS_DisposeGlobal() argument
140 ARKTS_ASSERT_V(global, "global is null"); in ARKTS_DisposeGlobal()
141 GlobalManager::Dispose(P_CAST(env, EcmaVM*), P_CAST(global, uintptr_t)); in ARKTS_DisposeGlobal()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Ddump_runtime_helper.cpp95 napi_value global = nullptr; in GetCheckList() local
96 napi_get_global(env, &global); in GetCheckList()
97 napi_value requireValue = GetJsLeakModule(env, global); in GetCheckList()
102 napi_value result = GetMethodCheck(env, requireValue, global); in GetCheckList()
114 napi_value DumpRuntimeHelper::GetJsLeakModule(napi_env env, napi_value global) in GetJsLeakModule() argument
117 napi_status status = napi_get_named_property(env, global, REQUIRE_NAPI, &napiFunc); in GetJsLeakModule()
126 status = napi_call_function(env, global, napiFunc, 1, &param[0], &requireValue); in GetJsLeakModule()
134 …i_value DumpRuntimeHelper::GetMethodCheck(napi_env env, napi_value requireValue, napi_value global) in GetMethodCheck() argument
149 status = napi_call_function(env, global, methodCheck, 0, nullptr, &result); in GetMethodCheck()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/bootstrap/src/
H A Dbootstrap.cpp38 auto *global = ConfigFactory::GetInstance().GetGlobalConfig(); in GetProcessLabel() local
39 if (global == nullptr || global->processLabel.empty()) { in GetProcessLabel()
42 return global->processLabel; in GetProcessLabel()
47 auto *global = ConfigFactory::GetInstance().GetGlobalConfig(); in GetMetaDBName() local
48 if (global == nullptr || global->metaData.empty()) { in GetMetaDBName()
51 return global->metaData; in GetMetaDBName()
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/breakiterator_fuzzer/
H A DBUILD.gn15 import("//base/global/i18n/i18n.gni")
19 module_output_path = "global/i18n"
26 "//base/global/i18n/frameworks/intl/test/fuzztest/breakiterator_fuzzer"
28 include_dirs = [ "//base/global/i18n/frameworks/intl/include" ]
38 deps = [ "//base/global/i18n/frameworks/intl:intl_util" ]
45 subsystem_name = "global"
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/character_fuzzer/
H A DBUILD.gn15 import("//base/global/i18n/i18n.gni")
19 module_output_path = "global/i18n"
26 "//base/global/i18n/frameworks/intl/test/fuzztest/character_fuzzer"
28 include_dirs = [ "//base/global/i18n/frameworks/intl/include" ]
38 deps = [ "//base/global/i18n/frameworks/intl:intl_util" ]
45 subsystem_name = "global"
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/collator_fuzzer/
H A DBUILD.gn15 import("//base/global/i18n/i18n.gni")
19 module_output_path = "global/i18n"
26 "//base/global/i18n/frameworks/intl/test/fuzztest/collator_fuzzer"
28 include_dirs = [ "//base/global/i18n/frameworks/intl/include" ]
40 deps = [ "//base/global/i18n/frameworks/intl:intl_util" ]
47 subsystem_name = "global"
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/localeconfigget_fuzzer/
H A DBUILD.gn15 import("//base/global/i18n/i18n.gni")
19 module_output_path = "global/i18n"
26 "//base/global/i18n/frameworks/intl/test/fuzztest/localeconfigget_fuzzer"
28 include_dirs = [ "//base/global/i18n/frameworks/intl/include" ]
38 deps = [ "//base/global/i18n/frameworks/intl:intl_util" ]
45 subsystem_name = "global"
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/localeinfo_fuzzer/
H A DBUILD.gn15 import("//base/global/i18n/i18n.gni")
19 module_output_path = "global/i18n"
26 "//base/global/i18n/frameworks/intl/test/fuzztest/localeinfo_fuzzer"
28 include_dirs = [ "//base/global/i18n/frameworks/intl/include" ]
38 deps = [ "//base/global/i18n/frameworks/intl:intl_util" ]
45 subsystem_name = "global"
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/measuredata_fuzzer/
H A DBUILD.gn15 import("//base/global/i18n/i18n.gni")
19 module_output_path = "global/i18n"
26 "//base/global/i18n/frameworks/intl/test/fuzztest/measuredata_fuzzer"
28 include_dirs = [ "//base/global/i18n/frameworks/intl/include" ]
38 deps = [ "//base/global/i18n/frameworks/intl:intl_util" ]
45 subsystem_name = "global"
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/numberformat_fuzzer/
H A DBUILD.gn15 import("//base/global/i18n/i18n.gni")
19 module_output_path = "global/i18n"
26 "//base/global/i18n/frameworks/intl/test/fuzztest/numberformat_fuzzer"
28 include_dirs = [ "//base/global/i18n/frameworks/intl/include" ]
38 deps = [ "//base/global/i18n/frameworks/intl:intl_util" ]
45 subsystem_name = "global"

12345678910>>...45