Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:CancelTransfer
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H
A
D
i_bluetooth_opp.h
38
virtual int32_t
CancelTransfer
(bool &result) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H
A
D
napi_bluetooth_opp.h
36
static napi_value
CancelTransfer
(napi_env env, napi_callback_info info);
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H
A
D
bluetooth_opp_proxy.h
34
int32_t
CancelTransfer
(bool &result) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/opp/
H
A
D
napi_bluetooth_opp.cpp
46
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
D
bluetooth_opp.h
341
int32_t
CancelTransfer
(bool& result);
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_opp.cpp
330
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
D
bluetooth_opp_proxy.cpp
89
int32_t BluetoothOppProxy::
CancelTransfer
(bool &result)
in CancelTransfer()
function in OHOS::Bluetooth::BluetoothOppProxy
/foundation/communication/bluetooth_service/test/unittest/opp/
H
A
D
opp_test.cpp
216
* @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