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:ClassicAdapter
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H
A
D
classic_adapter.cpp
34
struct
ClassicAdapter
::impl {
40
ClassicAdapter
::
ClassicAdapter
()
in ClassicAdapter()
function in OHOS::bluetooth::ClassicAdapter
45
pimpl(std::make_unique<
ClassicAdapter
::impl>())
in ClassicAdapter()
52
ClassicAdapter
::~
ClassicAdapter
()
in ~ClassicAdapter()
57
void
ClassicAdapter
::Enable()
in Enable()
61
GetDispatcher()->PostTask(std::bind(&
ClassicAdapter
::StartUp, this));
in Enable()
64
void
ClassicAdapter
::StartUp()
in StartUp()
70
ClassicUtils::CheckReturnValue("
ClassicAdapter
", "LoadConfigInf
in StartUp()
[all...]
H
A
D
classic_adapter.h
58
class
ClassicAdapter
: public IAdapterClassic, public utility::Context {
class
61
* @brief A constructor used to create a <b>
ClassicAdapter
</b> instance.
64
ClassicAdapter
();
67
* @brief A destructor used to delete the <b>
ClassicAdapter
</b> instance.
70
~
ClassicAdapter
();
227
* @brief Get the instance of the
ClassicAdapter
.
229
* @return Returns the instance of the
ClassicAdapter
.
1091
BT_DISALLOW_COPY_AND_ASSIGN(
ClassicAdapter
);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H
A
D
adapter_manager.cpp
48
// T is BleAdapter or
ClassicAdapter
82
std::unique_ptr<AdapterInfo<
ClassicAdapter
>> classicAdapter_ = nullptr;
699
pimpl->classicAdapter_ = CreateAdapter<
ClassicAdapter
>(
in CreateAdapters()
Completed in 5 milliseconds