Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_opp.h38 virtual int32_t CancelTransfer(bool &result) = 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);
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_opp_proxy.h34 int32_t CancelTransfer(bool &result) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/opp/
H A Dnapi_bluetooth_opp.cpp46 DECLARE_NAPI_FUNCTION("cancelTransfer", CancelTransfer), in DefineOppJSClass()
192 napi_value NapiBluetoothOpp::CancelTransfer(napi_env env, napi_callback_info info) in CancelTransfer() function in OHOS::Bluetooth::NapiBluetoothOpp
203 profile->CancelTransfer(isOk); in CancelTransfer()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_opp.h341 int32_t CancelTransfer(bool& result);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_opp.cpp330 int32_t Opp::CancelTransfer(bool &result) in CancelTransfer() function in OHOS::Bluetooth::Opp
336 int ret = proxy->CancelTransfer(result); in CancelTransfer()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_opp_proxy.cpp89 int32_t BluetoothOppProxy::CancelTransfer(bool &result) in CancelTransfer() function in OHOS::Bluetooth::BluetoothOppProxy
/foundation/communication/bluetooth_service/test/unittest/opp/
H A Dopp_test.cpp216 * @tc.name: CancelTransfer
223 GTEST_LOG_(INFO) << "CancelTransfer function test"; in HWTEST_F()
226 EXPECT_FALSE(profile_->CancelTransfer()); in HWTEST_F()

Completed in 4 milliseconds