Home
last modified time | relevance | path

Searched refs:CancelTransfer (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/opp/
H A Dnapi_bluetooth_opp.cpp49 DECLARE_NAPI_FUNCTION("cancelTransfer", CancelTransfer), in DefineOppJSClass()
195 napi_value NapiBluetoothOpp::CancelTransfer(napi_env env, napi_callback_info info) in CancelTransfer() function in OHOS::Bluetooth::NapiBluetoothOpp
206 profile->CancelTransfer(isOk); in CancelTransfer()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_opp.h38 virtual int32_t CancelTransfer(bool &result) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_opp.h36 static napi_value CancelTransfer(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_opp_proxy.h34 int32_t CancelTransfer(bool &result) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_opp.cpp333 int32_t Opp::CancelTransfer(bool &result) in CancelTransfer() function in OHOS::Bluetooth::Opp
339 int ret = proxy->CancelTransfer(result); in CancelTransfer()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_opp.h341 int32_t CancelTransfer(bool& result);
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/opp/
H A Dopp_test.cpp226 EXPECT_FALSE(profile_->CancelTransfer());
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_opp_proxy.cpp93 int32_t BluetoothOppProxy::CancelTransfer(bool &result) in CancelTransfer() function in OHOS::Bluetooth::BluetoothOppProxy