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:connectionState_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H
A
D
audio_bluetooth_manager.h
74
connectionState_
= state;
in SetConnectionState()
78
return
connectionState_
;
in GetConnectionState()
88
static int
connectionState_
;
member in OHOS::Bluetooth::AudioA2dpManager
H
A
D
audio_bluetooth_manager.cpp
34
int AudioA2dpManager::
connectionState_
= static_cast<int>(BTConnectState::DISCONNECTED);
member in OHOS::Bluetooth::AudioA2dpManager
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_gatt_client.cpp
100
int
connectionState_
;
member
154
clientSptr->pimpl->
connectionState_
= newState;
362
connectionState_
(static_cast<int>(BTConnectState::DISCONNECTED)),
in impl()
606
if (pimpl->
connectionState_
== static_cast<int>(BTConnectState::CONNECTED)) {
in Connect()
661
if (pimpl->
connectionState_
!= static_cast<int>(BTConnectState::CONNECTED) || !pimpl->isRegisterSucceeded_) {
in Disconnect()
712
if (pimpl->
connectionState_
!= static_cast<int>(BTConnectState::CONNECTED)) {
in DiscoverServices()
777
if (pimpl->
connectionState_
!= static_cast<int>(BTConnectState::CONNECTED) || !pimpl->isRegisterSucceeded_) {
in ReadCharacteristic()
814
if (pimpl->
connectionState_
!= static_cast<int>(BTConnectState::CONNECTED) || !pimpl->isRegisterSucceeded_) {
in ReadDescriptor()
851
if (pimpl->
connectionState_
!= static_cast<int>(BTConnectState::CONNECTED) || !pimpl->isRegisterSucceeded_) {
in RequestBleMtuSize()
878
if (pimpl->
connectionState_
!
in SetNotifyCharacteristicInner()
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H
A
D
ability_connection.cpp
135
connectionState_
= connectionState;
in SetConnectionState()
150
return
connectionState_
;
in GetConnectionState()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H
A
D
ability_connection.h
94
int
connectionState_
= CONNECTION_STATE_DISCONNECTED;
member in OHOS::AbilityRuntime::AbilityConnection
/foundation/ability/ability_runtime/test/unittest/ability_connection_test/
H
A
D
ability_connection_test.cpp
252
EXPECT_EQ(abilityConnection->
connectionState_
, 0);
in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/
H
A
D
js_napi_common_ability.h
228
int
connectionState_
= CONNECTION_STATE_DISCONNECTED;
member in OHOS::AppExecFwk::NAPIAbilityConnection
H
A
D
js_napi_common.cpp
1517
return
connectionState_
;
in GetConnectionState()
1523
connectionState_
= connectionState;
in SetConnectionState()
1666
connectionState_
= CONNECTION_STATE_CONNECTED;
in OnAbilityConnectDone()
1779
connectionState_
= CONNECTION_STATE_DISCONNECTED;
in OnAbilityDisconnectDone()
Completed in 13 milliseconds