Searched refs:ConvertFromMostAndLeastBit (Results 1 – 4 of 4) sorted by relevance
52 return bluetooth::Uuid::ConvertFromMostAndLeastBit(mostSigBits, leastSigBits); in ReadFromParcel()
52 …BluetoothUuid *uuid = new BluetoothUuid(bluetooth::Uuid::ConvertFromMostAndLeastBit(mostSigBits, l… in Unmarshalling()
154 static Uuid ConvertFromMostAndLeastBit(uint64_t mostSigBits, uint64_t leastSigBits);
136 Uuid Uuid::ConvertFromMostAndLeastBit(uint64_t mostSigBits, uint64_t leastSigBits) in ConvertFromMostAndLeastBit() function in OHOS::bluetooth::Uuid