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:Disconnected
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_connection_manager.h
106
struct
Disconnected
: public StateBase {
struct in OHOS::bluetooth::GattConnectionManager::Device::StateMachine
107
Disconnected
(utility::StateMachine &stateMachine, GattConnectionManager::Device &device);
108
~
Disconnected
() override{};
H
A
D
gatt_connection_manager.cpp
1194
std::unique_ptr<State> disconnected = std::make_unique<
Disconnected
>(*this, device);
in StateMachine()
1486
GattConnectionManager::Device::StateMachine::
Disconnected
::
Disconnected
(
in Disconnected()
function in OHOS::bluetooth::GattConnectionManager::Device::StateMachine::Disconnected
1491
void GattConnectionManager::Device::StateMachine::
Disconnected
::Entry()
in Entry()
1494
GetEncryptAddr(device_.Info().addr_.GetAddress()).c_str(), device_.Info().transport_, "
Disconnected
");
in Entry()
1509
bool GattConnectionManager::Device::StateMachine::
Disconnected
::Dispatch(const utility::Message &msg)
in Dispatch()
1535
LOG_INFO("
Disconnected
::%{public}s, StateMachine is %{public}d", __FUNCTION__, msg.what_);
in Dispatch()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H
A
D
generic_attribute_service.h
73
void
Disconnected
(const GattDevice& device);
H
A
D
generic_attribute_service.cpp
52
service_.dispatcher_.PostTask(std::bind(&GenericAttributeService::
Disconnected
, &service_, device));
256
void GenericAttributeService::
Disconnected
(const GattDevice& device)
in Disconnected()
function in OHOS::bluetooth::GenericAttributeService
Completed in 5 milliseconds