Home
last modified time | relevance | path

Searched refs:ConvertFromMostAndLeastBit (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dparcel_bt_uuid.cpp52 return bluetooth::Uuid::ConvertFromMostAndLeastBit(mostSigBits, leastSigBits); in ReadFromParcel()
H A Dbluetooth_bt_uuid.cpp52 …BluetoothUuid *uuid = new BluetoothUuid(bluetooth::Uuid::ConvertFromMostAndLeastBit(mostSigBits, l… in Unmarshalling()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_uuid.h154 static Uuid ConvertFromMostAndLeastBit(uint64_t mostSigBits, uint64_t leastSigBits);
H A Dbt_uuid.cpp136 Uuid Uuid::ConvertFromMostAndLeastBit(uint64_t mostSigBits, uint64_t leastSigBits) in ConvertFromMostAndLeastBit() function in OHOS::bluetooth::Uuid