Home
last modified time | relevance | path

Searched refs:entropyCache (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-Release/
H A Dchangelogs-util.md8 function randomUUID(entropyCache?: boolean): string 改为 function generateRandomUUID(entropyCache?: b…
20 | @ohos.util | function randomUUID(entropyCache?: boolean): string | 删除 |
21 | @ohos.util | function generateRandomUUID(entropyCache?: boolean): string| 变更 |
40 function randomBinaryUUID(entropyCache?: boolean): Uint8Array 改为 function generateRandomBinaryUUID(
52 | @ohos.util | function randomBinaryUUID(entropyCache?: boolean): Uint8Array; | 删除 |
53 | @ohos.util | function generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array| 变更 |
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.7/
H A Dchangelogs-util.md8 function randomUUID(entropyCache?: boolean): string 改为 function generateRandomUUID(entropyCache?: b…
20 | @ohos.util | function randomUUID(entropyCache?: boolean): string | 删除 |
21 | @ohos.util | function generateRandomUUID(entropyCache?: boolean): string| 变更 |
40 function randomBinaryUUID(entropyCache?: boolean): Uint8Array 改为 function generateRandomBinaryUUID(
52 | @ohos.util | function randomBinaryUUID(entropyCache?: boolean): Uint8Array; | 删除 |
53 | @ohos.util | function generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array| 变更 |
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.7/
H A Dchangelogs-util.md8 …re change: function randomUUID(entropyCache?: boolean): string <br>After change: function generate…
20 | @ohos.util | function randomUUID(entropyCache?: boolean): string | Deleted |
21 | @ohos.util | function generateRandomUUID(entropyCache?: boolean): string| Added |
40 … function randomBinaryUUID(entropyCache?: boolean): Uint8Array<br>After change: function generateR…
52 | @ohos.util | function randomBinaryUUID(entropyCache?: boolean): Uint8Array; | Deleted |
53 | @ohos.util | function generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array| Added |
/ohos5.0/docs/en/release-notes/changelogs/v3.2-Release/
H A Dchangelogs-util.md8 …re change: function randomUUID(entropyCache?: boolean): string <br>After change: function generate…
20 | @ohos.util | function randomUUID(entropyCache?: boolean): string | Deleted |
21 | @ohos.util | function generateRandomUUID(entropyCache?: boolean): string| Added |
40 … function randomBinaryUUID(entropyCache?: boolean): Uint8Array<br>After change: function generateR…
52 | @ohos.util | function randomBinaryUUID(entropyCache?: boolean): Uint8Array; | Deleted |
53 | @ohos.util | function generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array| Added |
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-compiler-and-runtime.md3 |新增|NA|类名:util<br>方法or属性:function generateRandomUUID(entropyCache?: boolean): string;|@ohos.util.d.…
4 |新增|NA|类名:util<br>方法or属性:function generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array;|@oh…
5 |删除|模块名:ohos.util<br>类名:util<br>方法 or 属性:function randomUUID(entropyCache?: boolean): string;|NA|@o…
6 |删除|模块名:ohos.util<br>类名:util<br>方法 or 属性:function randomBinaryUUID(entropyCache?: boolean): Uint8Ar…
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/
H A Djs-apidiff-compiler-and-runtime.md3 |Added|NA|Class name: util<br>Method or attribute name: function generateRandomUUID(entropyCache?: …
4 …: util<br>Method or attribute name: function generateRandomBinaryUUID(entropyCache?: boolean): Uin…
5 …<br>Class name: util<br>Method or attribute name: function randomUUID(entropyCache?: boolean): str…
6 …ass name: util<br>Method or attribute name: function randomBinaryUUID(entropyCache?: boolean): Uin…
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_uuid.cpp120 bool GetUUID(napi_env env, bool entropyCache, UUID &uuid) in GetUUID() argument
123 if ((entropyCache == true) && (size != 0)) { in GetUUID()
147 std::string GetStringUUID(napi_env env, bool entropyCache) in GetStringUUID() argument
151 if (!GetUUID(env, entropyCache, uuid)) { in GetStringUUID()
178 napi_value GetBinaryUUID(napi_env env, bool entropyCache) in GetBinaryUUID() argument
181 if (!GetUUID(env, entropyCache, uuid)) { in GetBinaryUUID()
H A Djs_uuid.h62 napi_value GetBinaryUUID(napi_env env, bool entropyCache);
63 std::string GetStringUUID(napi_env env, bool entropyCache);
65 bool GetUUID(napi_env env, bool entropyCache, UUID &uuid);
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/src/
H A Dutil_js.ts29 randomUUID(entropyCache?: boolean): string;
30 randomBinaryUUID(entropyCache?: boolean): Uint8Array;
565 function randomUUID(entropyCache?: boolean): string {
566 if (entropyCache === undefined || entropyCache === null) {
567 entropyCache = true;
569 if (typeof entropyCache !== 'boolean') {
573 let uuidString: string = helpUtil.randomUUID(entropyCache);
577 function randomBinaryUUID(entropyCache?: boolean): Uint8Array {
578 if (entropyCache === undefined || entropyCache === null) {
579 entropyCache = true;
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-compiler-and-runtime.md91 | ohos.util | util | function randomBinaryUUID(entropyCache?: boolean): Uint8Array; …
92 | ohos.util | util | function randomUUID(entropyCache?: boolean): string; …
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/
H A Djs-apidiff-compiler-and-runtime.md91 | ohos.util | util | function randomBinaryUUID(entropyCache?: boolean): Uint8Array; …
92 | ohos.util | util | function randomUUID(entropyCache?: boolean): string; …
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-util.md277 generateRandomUUID(entropyCache?: boolean): string
289 | entropyCache | boolean | 否 | 是否使用已缓存的UUID, 默认true。 |
315 generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array
327 | entropyCache | boolean | 否 | 是否使用已缓存的UUID, 默认true。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-util.md277 generateRandomUUID(entropyCache?: boolean): string
279entropyCache** is set to **true**. A maximum of 128 random UUIDs can be cached. After all the 128 …
289 | entropyCache | boolean | No| Whether a cached UUID can be used. The default value is **true**.|
315 generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array
327 | entropyCache | boolean | No| Whether a cached UUID can be used. The default value is **true**.|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-compiler-and-runtime.md271 …ction generateRandomUUID(entropyCache?: boolean): string;<br>旧版本信息:|类名:util;<br>方法or属性:function ge…
272 …ateRandomBinaryUUID(entropyCache?: boolean): Uint8Array;<br>旧版本信息:|类名:util;<br>方法or属性:function gen…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-compiler-and-runtime.md177 |新增|NA|类名:util;<br>方法or属性:function generateRandomUUID(entropyCache?: boolean): string;|@ohos.util.d…
178 |新增|NA|类名:util;<br>方法or属性:function generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array;|@o…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-compiler-and-runtime.md271 …D(entropyCache?: boolean): string;<br>Old version information: |Class name: util;<br>Method or att…
272entropyCache?: boolean): Uint8Array;<br>Old version information: |Class name: util;<br>Method or a…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-compiler-and-runtime.md177 |Added|NA|Class name: util;<br>Method or attribute name: function generateRandomUUID(entropyCache?:…
178 … util;<br>Method or attribute name: function generateRandomBinaryUUID(entropyCache?: boolean): Uin…