Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_uuid.cpp93 for (std::size_t i = 0; (i + 1) < tmp.length(); i += SIZE_STRING_TO_INT) { in ConvertFromString()
94 ret.uuid_[i / SIZE_STRING_TO_INT] = std::stoi(tmp.substr(i, SIZE_STRING_TO_INT), nullptr, UUID128_BYTES_TYPE); in ConvertFromString()
139 int division = UUID128_BYTES_TYPE / SIZE_STRING_TO_INT; in ConvertFromMostAndLeastBit()
H A Dbt_uuid.h71 const static int SIZE_STRING_TO_INT = 2; member in OHOS::bluetooth::Uuid

Completed in 2 milliseconds