Searched refs:CancelTransfer (Results 1 – 8 of 8) sorted by relevance
49 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::NapiBluetoothOpp206 profile->CancelTransfer(isOk); in CancelTransfer()
38 virtual int32_t CancelTransfer(bool &result) = 0;
36 static napi_value CancelTransfer(napi_env env, napi_callback_info info);
34 int32_t CancelTransfer(bool &result) override;
333 int32_t Opp::CancelTransfer(bool &result) in CancelTransfer() function in OHOS::Bluetooth::Opp339 int ret = proxy->CancelTransfer(result); in CancelTransfer()
341 int32_t CancelTransfer(bool& result);
226 EXPECT_FALSE(profile_->CancelTransfer());
93 int32_t BluetoothOppProxy::CancelTransfer(bool &result) in CancelTransfer() function in OHOS::Bluetooth::BluetoothOppProxy