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:GetBtState
(Results
1 - 16
of
16
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H
A
D
ohos_bt_gap.cpp
322
g_BluetoothHost->
GetBtState
(state);
in EnableBt()
345
g_BluetoothHost->
GetBtState
(state);
in DisableBt()
360
int
GetBtState
()
in GetBtState()
function
368
g_BluetoothHost->
GetBtState
(state);
in GetBtState()
/foundation/communication/bluetooth/frameworks/c_api/src/
H
A
D
oh_bluetooth.cpp
36
host->
GetBtState
(btState);
in OH_Bluetooth_GetBluetoothSwitchState()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_host.h
359
int
GetBtState
() const;
371
int
GetBtState
(int &state) const;
/foundation/communication/bluetooth/frameworks/cj/access/src/
H
A
D
bluetooth_access_impl.cpp
45
*errCode = host->
GetBtState
(state);
in GetState()
/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H
A
D
bluetooth_mock.cpp
98
ON_CALL(*this,
GetBtState
).WillByDefault(BluetoothMock::ActionGetBtState);
in BluetoothMock()
396
int32_t
GetBtState
()
in GetBtState()
function
398
return BluetoothMock::GetMock()->
GetBtState
();
in GetBtState()
H
A
D
bluetooth_mock.h
39
virtual int32_t
GetBtState
() = 0;
83
MOCK_METHOD(int32_t,
GetBtState
, (), (override));
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H
A
D
ohos_bt_gap.h
122
int
GetBtState
();
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H
A
D
napi_bluetooth_access.cpp
96
int32_t err = host->
GetBtState
(state);
in GetState()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H
A
D
softbus_adapter_bt_common.c
251
if (
GetBtState
() == OHOS_GAP_STATE_TURN_ON) {
in SoftBusGetBrState()
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_host.cpp
680
int BluetoothHost::
GetBtState
() const
in GetBtState()
function in OHOS::Bluetooth::BluetoothHost
691
proxy->
GetBtState
(state);
in GetBtState()
696
int BluetoothHost::
GetBtState
(int &state) const
in GetBtState()
function in OHOS::Bluetooth::BluetoothHost
705
int ret = proxy->
GetBtState
(state);
in GetBtState()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H
A
D
i_bluetooth_host.h
67
virtual int32_t
GetBtState
(int &state) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H
A
D
bluetooth_host_server.h
49
int32_t
GetBtState
(int32_t &state) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H
A
D
bluetooth_host_proxy.h
42
int32_t
GetBtState
(int &state) override;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_host_server.cpp
802
int32_t BluetoothHostServer::
GetBtState
(int32_t &state)
in GetBtState()
function in OHOS::Bluetooth::BluetoothHostServer
1690
GetBtState
(state);
in IsBtEnabled()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H
A
D
bluetooth_host_proxy.cpp
181
int32_t BluetoothHostProxy::
GetBtState
(int &state)
in GetBtState()
function in OHOS::Bluetooth::BluetoothHostProxy
183
HILOGD("BluetoothHostProxy::
GetBtState
starts");
in GetBtState()
186
HILOGE("BluetoothHostProxy::
GetBtState
WriteInterfaceToken error");
in GetBtState()
193
HILOGE("BluetoothHostProxy::
GetBtState
done fail, error: %{public}d", error);
in GetBtState()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H
A
D
bluetooth_host_stub.cpp
368
result =
GetBtState
(state);
in GetBtStateInner()
Completed in 17 milliseconds