Home
last modified time | relevance | path

Searched refs:currentBytes (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dopp_transfer_information.cpp126 void IOppTransferInformation::SetCurrentBytes(uint64_t currentBytes) in SetCurrentBytes() argument
128 currentBytes_ = currentBytes; in SetCurrentBytes()
H A Dopp_transfer_information.h51 void SetCurrentBytes(uint64_t currentBytes);
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_opp.h246 void SetCurrentBytes(uint64_t currentBytes);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_opp.cpp235 void BluetoothOppTransferInformation::SetCurrentBytes(uint64_t currentBytes) in SetCurrentBytes() argument
237 currentBytes_ = currentBytes; in SetCurrentBytes()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp180 napi_value currentBytes; in ConvertOppTransferInformationToJS() local
181 napi_create_int64(env, transferInformation.GetCurrentBytes(), &currentBytes); in ConvertOppTransferInformationToJS()
182 napi_set_named_property(env, result, "currentBytes", currentBytes); in ConvertOppTransferInformationToJS()

Completed in 4 milliseconds