Home
last modified time | relevance | path

Searched refs:UUID (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_util_module/util/
H A Djs_uuid.h36 struct UUID { struct
66 bool GetBufferedUUID(napi_env env, UUID &uuid);
67 bool GetUnBufferedUUID(napi_env env, UUID &uuid);
68 bool GetUUID(napi_env env, bool entropyCache, UUID &uuid);
69 std::string GetFormatUUID(const UUID &uuid);
H A Djs_uuid.cpp121 bool GetBufferedUUID(napi_env env, UUID &uuid) in GetBufferedUUID()
138 bool GetUnBufferedUUID(napi_env env, UUID &uuid) in GetUnBufferedUUID()
148 bool GetUUID(napi_env env, bool entropyCache, UUID &uuid) in GetUUID()
155 UUID uuid; in GetStringUUID()
165 std::string GetFormatUUID(const UUID &uuid) in GetFormatUUID()
186 UUID uuid; in GetBinaryUUID()
205 size_t outLen = 16; // 16: the length of UUID in DoParseUUID()

Completed in 1 milliseconds