Home
last modified time | relevance | path

Searched refs:GetCurrentTransferInformation (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_opp.h37 virtual int32_t GetCurrentTransferInformation(BluetoothIOppTransferInformation &transferInformation) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_opp.h35 static napi_value GetCurrentTransferInformation(napi_env env, napi_callback_info info);
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_opp_proxy.h33 int32_t GetCurrentTransferInformation(BluetoothIOppTransferInformation &transferInformation) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/opp/
H A Dnapi_bluetooth_opp.cpp45 DECLARE_NAPI_FUNCTION("getCurrentTransferInformation", GetCurrentTransferInformation), in DefineOppJSClass()
172 napi_value NapiBluetoothOpp::GetCurrentTransferInformation(napi_env env, napi_callback_info info) in GetCurrentTransferInformation() function in OHOS::Bluetooth::NapiBluetoothOpp
183 int32_t errorCode = profile->GetCurrentTransferInformation(information); in GetCurrentTransferInformation()
184 HILOGI("GetCurrentTransferInformation errorCode is %{public}d", errorCode); in GetCurrentTransferInformation()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_opp.h334 int32_t GetCurrentTransferInformation(BluetoothOppTransferInformation &transferInformation);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_opp.cpp315 int32_t Opp::GetCurrentTransferInformation(BluetoothOppTransferInformation &transferInformation) in GetCurrentTransferInformation() function in OHOS::Bluetooth::Opp
322 int ret = proxy->GetCurrentTransferInformation(oppInformation); in GetCurrentTransferInformation()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_opp_proxy.cpp71 int32_t BluetoothOppProxy::GetCurrentTransferInformation(BluetoothIOppTransferInformation &oppInformation) in GetCurrentTransferInformation() function in OHOS::Bluetooth::BluetoothOppProxy
/foundation/communication/bluetooth_service/test/unittest/opp/
H A Dopp_test.cpp197 * @tc.name: GetCurrentTransferInformation
204 GTEST_LOG_(INFO) << "GetCurrentTransferInformation function test"; in HWTEST_F()
208 BluetoothOppTransferInformation transferInfermation = profile_->GetCurrentTransferInformation(); in HWTEST_F()

Completed in 4 milliseconds