Home
last modified time | relevance | path

Searched refs:GetCurrentBytes (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_opp_transfer_information.cpp32 SetCurrentBytes(other.GetCurrentBytes()); in BluetoothIOppTransferInformation()
67 if (!parcel.WriteInt64(GetCurrentBytes())) { in WriteToParcel()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dopp_transfer_information.h50 uint64_t GetCurrentBytes() const;
H A Dopp_transfer_information.cpp121 uint64_t IOppTransferInformation::GetCurrentBytes() const in GetCurrentBytes() function in OHOS::bluetooth::IOppTransferInformation
/foundation/communication/bluetooth_service/test/unittest/opp/
H A Dopp_test.cpp106 (information.GetCurrentBytes() != transferInformation.GetCurrentBytes()) || in CompareTransferInformation()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_opp.h150 uint64_t GetCurrentBytes() const;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_opp.cpp44 oppTransferinformation.SetCurrentBytes(other.GetCurrentBytes()); in TransferInformation()
175 uint64_t BluetoothOppTransferInformation::GetCurrentBytes() const in GetCurrentBytes() function in OHOS::Bluetooth::BluetoothOppTransferInformation
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp181 napi_create_int64(env, transferInformation.GetCurrentBytes(), &currentBytes); in ConvertOppTransferInformationToJS()

Completed in 4 milliseconds