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:IsBrEnabled
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_host_dumper.cpp
63
std::string btState = hostServer->
IsBrEnabled
() ? "enabled\n" : "disabled\n";
in BtCommStateDump()
H
A
D
bluetooth_host_server.cpp
895
bool BluetoothHostServer::
IsBrEnabled
()
in IsBrEnabled()
function in OHOS::Bluetooth::BluetoothHostServer
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_host.h
407
bool
IsBrEnabled
() const;
H
A
D
bluetooth_def.h
1540
#define IS_BT_ENABLED() (BluetoothHost::GetDefaultHost().
IsBrEnabled
())
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H
A
D
i_bluetooth_host.h
71
virtual bool
IsBrEnabled
() = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H
A
D
bluetooth_host_server.h
67
bool
IsBrEnabled
() override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H
A
D
bluetooth_host_proxy.h
46
bool
IsBrEnabled
() override;
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_host.cpp
801
bool BluetoothHost::
IsBrEnabled
() const
in IsBrEnabled()
function in OHOS::Bluetooth::BluetoothHost
809
return proxy->
IsBrEnabled
();
in IsBrEnabled()
/foundation/communication/nfc/services/src/tag/
H
A
D
bt_connection_manager.cpp
237
bool isEnabled = Bluetooth::BluetoothHost::GetDefaultHost().
IsBrEnabled
();
in IsBtEnabled()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H
A
D
bluetooth_host_proxy.cpp
257
bool BluetoothHostProxy::
IsBrEnabled
()
in IsBrEnabled()
function in OHOS::Bluetooth::BluetoothHostProxy
261
HILOGE("BluetoothHostProxy::
IsBrEnabled
WriteInterfaceToken error");
in IsBrEnabled()
268
HILOGE("BluetoothHostProxy::
IsBrEnabled
done fail, error: %{public}d", error);
in IsBrEnabled()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H
A
D
bluetooth_host_stub.cpp
410
bool result =
IsBrEnabled
();
in IsBrEnabledInner()
Completed in 18 milliseconds