Searched refs:entropyCache (Results 1 - 2 of 2) sorted by relevance
/commonlibrary/ets_utils/js_util_module/util/ |
H A D | js_uuid.cpp | 148 bool GetUUID(napi_env env, bool entropyCache, UUID &uuid)
in GetUUID() argument 150 return entropyCache ? GetBufferedUUID(env, uuid) : GetUnBufferedUUID(env, uuid);
in GetUUID() 153 std::string GetStringUUID(napi_env env, bool entropyCache)
in GetStringUUID() argument 157 if (!GetUUID(env, entropyCache, uuid)) {
in GetStringUUID() 184 napi_value GetBinaryUUID(napi_env env, bool entropyCache)
in GetBinaryUUID() argument 187 if (!GetUUID(env, entropyCache, uuid)) {
in GetBinaryUUID()
|
H A D | js_uuid.h | 62 napi_value GetBinaryUUID(napi_env env, bool entropyCache);
63 std::string GetStringUUID(napi_env env, bool entropyCache);
68 bool GetUUID(napi_env env, bool entropyCache, UUID &uuid);
|
Completed in 2 milliseconds