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:CONNECT_ON
(Results
1 - 10
of
10
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H
A
D
power_spec.cpp
21
{RequestStatus::
CONNECT_ON
, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)},
29
{RequestStatus::
CONNECT_ON
, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)},
37
{RequestStatus::
CONNECT_ON
, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)},
45
{RequestStatus::
CONNECT_ON
, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_5000_MS)},
53
{RequestStatus::
CONNECT_ON
, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_5000_MS)},
61
{RequestStatus::
CONNECT_ON
, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)},
69
{RequestStatus::
CONNECT_ON
, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_5000_MS)},
77
{RequestStatus::
CONNECT_ON
, PowerInfo(PowerModeLevel::LEVEL_LOW, SNIFF_DELAYSET_TIMEOUT_7000_MS)},
85
{RequestStatus::
CONNECT_ON
, PowerInfo(PowerModeLevel::LEVEL_ACTIVE, SNIFF_DELAYSET_TIMEOUT_5000_MS)},
93
{RequestStatus::
CONNECT_ON
, PowerInf
[all...]
H
A
D
power_manager.h
30
enum class RequestStatus : int {
CONNECT_ON
, CONNECT_OFF, SCO_ON, SCO_OFF, BUSY, IDLE };
member in OHOS::bluetooth::RequestStatus
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_state_machine.cpp
376
IPowerManager::GetInstance().StatusUpdate(RequestStatus::
CONNECT_ON
,
in ProcessOpenInd()
516
IPowerManager::GetInstance().StatusUpdate(RequestStatus::
CONNECT_ON
,
in ProcessOpenCfm()
862
IPowerManager::GetInstance().StatusUpdate(RequestStatus::
CONNECT_ON
,
in ProcessSuspendCfm()
1071
IPowerManager::GetInstance().StatusUpdate(RequestStatus::
CONNECT_ON
,
in ProcessSuspendCfm()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H
A
D
hfp_hf_profile.cpp
164
IPowerManager::GetInstance().StatusUpdate(RequestStatus::
CONNECT_ON
, PROFILE_NAME_HFP_HF, RawAddress(address_));
in ProcessSlcEstablished()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H
A
D
avrcp_ct_profile.cpp
2043
IPowerManager::GetInstance().StatusUpdate(RequestStatus::
CONNECT_ON
, PROFILE_NAME_AVRCP_CT, rawAddr);
in ProcessChannelEventConnectIndEvt()
2070
IPowerManager::GetInstance().StatusUpdate(RequestStatus::
CONNECT_ON
, PROFILE_NAME_AVRCP_CT, rawAddr);
in ProcessChannelEventConnectCfmEvt()
2158
IPowerManager::GetInstance().StatusUpdate(RequestStatus::
CONNECT_ON
, PROFILE_NAME_AVRCP_CT, rawAddr);
in ProcessChannelEventBrConnectCfmEvt()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H
A
D
avrcp_tg_profile.cpp
1836
IPowerManager::GetInstance().StatusUpdate(RequestStatus::
CONNECT_ON
, PROFILE_NAME_AVRCP_TG, rawAddr);
in ProcessChannelEventConnectIndEvt()
1925
IPowerManager::GetInstance().StatusUpdate(RequestStatus::
CONNECT_ON
, PROFILE_NAME_AVRCP_TG, rawAddr);
in ProcessChannelEventBrConnectIndEvt()
1970
IPowerManager::GetInstance().StatusUpdate(RequestStatus::
CONNECT_ON
, PROFILE_NAME_AVRCP_TG, rawAddr);
in ProcessChannelEventConnectCfmEvt()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H
A
D
hfp_ag_profile.cpp
173
IPowerManager::GetInstance().StatusUpdate(RequestStatus::
CONNECT_ON
, PROFILE_NAME_HFP_AG, RawAddress(address_));
in ProcessSlcEstablished()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H
A
D
socket.cpp
163
RequestStatus::
CONNECT_ON
, PROFILE_NAME_SPP, RawAddress::ConvertToString(socket.remoteAddr_.addr));
in OnConnectedNative()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_client_service.cpp
1114
RequestStatus::
CONNECT_ON
, PROFILE_NAME_GATT_CLIENT, device.addr_);
in OnConnect()
H
A
D
gatt_server_service.cpp
1092
RequestStatus::
CONNECT_ON
, PROFILE_NAME_GATT_SERVER, device.addr_);
in OnConnect()
Completed in 18 milliseconds