Home
last modified time | relevance | path

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

/foundation/communication/nfc/services/src/tag/
H A Dndef_bt_data_parser.cpp61 #define UUID_SEPARATOR "-" macro
147 res.insert(separatorPoz4, UUID_SEPARATOR); in FormatUuidTo128Bit()
148 res.insert(separatorPoz3, UUID_SEPARATOR); in FormatUuidTo128Bit()
149 res.insert(separatorPoz2, UUID_SEPARATOR); in FormatUuidTo128Bit()
150 res.insert(separatorPoz1, UUID_SEPARATOR); in FormatUuidTo128Bit()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp45 constexpr char UUID_SEPARATOR = '-'; member
926 uuid.insert(index, 1, UUID_SEPARATOR); in GenerateUuid()
950 uuid.insert(index, 1, UUID_SEPARATOR); in GenerateUuidByKey()

Completed in 3 milliseconds