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:BTSystemState
(Results
1 - 15
of
15
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H
A
D
interface_adapter_manager.h
69
enum class
BTSystemState
: int {
class
95
virtual void OnSystemStateChange(const
BTSystemState
state) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_a2dp_sink_server.cpp
68
void OnSystemStateChange(const
BTSystemState
state) override
77
case
BTSystemState
::ON:
86
case
BTSystemState
::OFF:
H
A
D
bluetooth_pan_server.cpp
79
void OnSystemStateChange(const
BTSystemState
state) override
82
case
BTSystemState
::ON:
88
case
BTSystemState
::OFF:
H
A
D
bluetooth_hid_host_server.cpp
80
void OnSystemStateChange(const
BTSystemState
state) override
82
HILOGI("start,
BTSystemState
:%{public}d", state);
84
case
BTSystemState
::ON:
90
case
BTSystemState
::OFF:
H
A
D
bluetooth_avrcp_tg_server.cpp
39
void OnSystemStateChange(const
BTSystemState
state) override
102
void OnSystemStateChange(const
BTSystemState
state)
in OnSystemStateChange()
109
case
BTSystemState
::ON: {
in OnSystemStateChange()
118
case
BTSystemState
::OFF:
in OnSystemStateChange()
H
A
D
bluetooth_hfp_ag_server.cpp
102
void OnSystemStateChange(const
BTSystemState
state) override
107
case
BTSystemState
::ON:
115
case
BTSystemState
::OFF:
H
A
D
bluetooth_hfp_hf_server.cpp
133
void OnSystemStateChange(const
BTSystemState
state) override
138
case
BTSystemState
::ON:
146
case
BTSystemState
::OFF:
H
A
D
bluetooth_a2dp_source_server.cpp
110
void OnSystemStateChange(const
BTSystemState
state) override
119
case
BTSystemState
::ON:
128
case
BTSystemState
::OFF:
H
A
D
bluetooth_ble_advertiser_server.cpp
113
void OnSystemStateChange(const
BTSystemState
state) override
117
case
BTSystemState
::ON:
H
A
D
bluetooth_gatt_client_server.cpp
66
void OnSystemStateChange(const
BTSystemState
state) override
70
case
BTSystemState
::ON:
73
case
BTSystemState
::OFF:
H
A
D
bluetooth_gatt_server_server.cpp
65
void OnSystemStateChange(const bluetooth::
BTSystemState
state) override
69
case bluetooth::
BTSystemState
::ON:
72
case bluetooth::
BTSystemState
::OFF:
H
A
D
bluetooth_ble_central_manager_server.cpp
260
void OnSystemStateChange(const
BTSystemState
state) override
264
case
BTSystemState
::ON:
H
A
D
bluetooth_avrcp_ct_server.cpp
41
void OnSystemStateChange(const
BTSystemState
state) override
281
void OnSystemStateChange(const
BTSystemState
state)
in OnSystemStateChange()
288
case
BTSystemState
::ON: {
in OnSystemStateChange()
297
case
BTSystemState
::OFF:
in OnSystemStateChange()
H
A
D
bluetooth_host_server.cpp
124
void OnSystemStateChange(const
BTSystemState
state) override
133
case
BTSystemState
::ON:
149
case
BTSystemState
::OFF:
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H
A
D
adapter_manager.cpp
560
BTSystemState
notifySysState = (newSysState == SYS_STATE_STARTED) ?
BTSystemState
::ON :
BTSystemState
::OFF;
in OnSysStateChange()
Completed in 16 milliseconds