Home
last modified time | relevance | path

Searched refs:UUID_SIZE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/tee/tee_client/frameworks/include/
H A Dtc_ns_client.h23 #define UUID_SIZE 16 macro
63 unsigned char uuid[UUID_SIZE];
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_uuid.h35 constexpr const int UUID_SIZE = 16; variable
H A Djs_uuid.cpp106 unsigned char buf[UUID_SIZE] = { 0 }; // 0: initialization in GenerateUuid()