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:DisableBt
(Results
1 - 23
of
23
) sorted by relevance
/foundation/communication/bluetooth/frameworks/cj/access/src/
H
A
D
bluetooth_access_impl.cpp
37
*errCode = host->
DisableBt
();
in DisableBluetooth()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H
A
D
ohos_bt_gap.h
115
bool
DisableBt
(void);
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H
A
D
a2dp_snk_test.cpp
78
host_->
DisableBt
();
in TearDown()
H
A
D
a2dp_src_test.cpp
79
host_->
DisableBt
();
in TearDown()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H
A
D
ohos_bt_gap.cpp
337
bool
DisableBt
(void)
in DisableBt()
function
352
int ret = g_BluetoothHost->
DisableBt
();
in DisableBt()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_host.h
347
int
DisableBt
();
/foundation/communication/bluetooth_service/test/unittest/pbap/
H
A
D
pbap_server_test.cpp
71
host_->
DisableBt
();
in TearDown()
H
A
D
pbap_client_test.cpp
73
host_->
DisableBt
();
in TearDown()
/foundation/communication/bluetooth_service/test/unittest/map/
H
A
D
map_mse_test.cpp
69
host_->
DisableBt
();
in TearDown()
H
A
D
map_mce_test.cpp
85
host_->
DisableBt
();
in TearDown()
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H
A
D
napi_bluetooth_access.cpp
86
int ret = host->
DisableBt
();
in DisableBluetooth()
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H
A
D
avrcp_tg_test.cpp
70
host_->
DisableBt
();
in TearDown()
H
A
D
avrcp_ct_test.cpp
69
host_->
DisableBt
();
in TearDown()
/foundation/communication/bluetooth_service/test/unittest/hfp/
H
A
D
hfp_hf_test.cpp
83
host_->
DisableBt
();
in TearDown()
H
A
D
hfp_ag_test.cpp
79
host_->
DisableBt
();
in TearDown()
/foundation/communication/bluetooth_service/test/unittest/gatt/
H
A
D
gatt_server_test.cpp
89
host_->
DisableBt
();
in TearDown()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H
A
D
i_bluetooth_host.h
62
virtual int32_t
DisableBt
() = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H
A
D
bluetooth_host_server.h
48
int32_t
DisableBt
() override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H
A
D
bluetooth_host_proxy.h
37
int32_t
DisableBt
() override;
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_host.cpp
443
return proxy->
DisableBt
();
615
int BluetoothHost::
DisableBt
()
in DisableBt()
function in OHOS::Bluetooth::BluetoothHost
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H
A
D
bluetooth_host_proxy.cpp
85
int32_t BluetoothHostProxy::
DisableBt
()
in DisableBt()
function in OHOS::Bluetooth::BluetoothHostProxy
87
HILOGI("BluetoothHostProxy::
DisableBt
starts");
in DisableBt()
90
HILOGE("BluetoothHostProxy::
DisableBt
WriteInterfaceToken error");
in DisableBt()
98
HILOGE("BluetoothHostProxy::
DisableBt
done fail, error: %{public}d", error);
in DisableBt()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H
A
D
bluetooth_host_stub.cpp
313
int32_t result =
DisableBt
();
in DisableBtInner()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_host_server.cpp
794
int32_t BluetoothHostServer::
DisableBt
()
in DisableBt()
function in OHOS::Bluetooth::BluetoothHostServer
Completed in 21 milliseconds