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:ObexPrivateServer
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H
A
D
obex_server.cpp
31
ObexPrivateServer
::ObexPrivateServerConfig option;
in ObexServer()
37
rfcommServer_ = std::make_unique<
ObexPrivateServer
>(option, observer, dispatcher);
in ObexServer()
40
ObexPrivateServer
::ObexPrivateServerConfig option;
in ObexServer()
46
l2capServer_ = std::make_unique<
ObexPrivateServer
>(option, observer, dispatcher);
in ObexServer()
157
const uint16_t
ObexPrivateServer
::MAX_TRASH_SESSION_COUNT = 50;
159
ObexPrivateServer
::ObexServerTransportObserver::ObexServerTransportObserver(
ObexPrivateServer
&obexServer)
in ObexServerTransportObserver()
163
void
ObexPrivateServer
::ObexServerTransportObserver::OnTransportConnectIncoming(ObexIncomingConnect &incomingConnect)
in OnTransportConnectIncoming()
170
void
ObexPrivateServer
::ObexServerTransportObserver::OnTransportIncomingDisconnected(const std::string &btAddr)
in OnTransportIncomingDisconnected()
177
void
ObexPrivateServer
305
ObexPrivateServer
::
ObexPrivateServer
(
ObexPrivateServer()
function in OHOS::bluetooth::ObexPrivateServer
[all...]
H
A
D
obex_server.h
66
class
ObexPrivateServer
{
class
78
explicit
ObexPrivateServer
(
80
virtual ~
ObexPrivateServer
() = default;
88
explicit ObexServerTransportObserver(
ObexPrivateServer
&obexServer);
101
ObexPrivateServer
&obexServer_;
113
ObexPrivateServer
();
125
BT_DISALLOW_COPY_AND_ASSIGN(
ObexPrivateServer
);
139
std::unique_ptr<
ObexPrivateServer
> rfcommServer_ = nullptr;
140
std::unique_ptr<
ObexPrivateServer
> l2capServer_ = nullptr;
H
A
D
obex_mp_server.cpp
29
ObexPrivateServer
::ObexPrivateServerConfig option;
in ObexMpServer()
38
ObexPrivateServer
::ObexPrivateServerConfig option;
in ObexMpServer()
50
:
ObexPrivateServer
(config, observer, dispatcher)
in ObexPrivateMpServer()
114
ObexPrivateServer
::HandlePutRequest(session, *session.GetReceivedObject()->CreateReceivedHeader());
in HandlePutFinalRequest()
128
ObexPrivateServer
::HandlePutRequest(session, req);
in HandlePutFinalRequest()
153
ObexPrivateServer
::HandleGetRequest(session, req);
in HandleGetRequest()
H
A
D
obex_mp_server.h
23
class ObexPrivateMpServer : public
ObexPrivateServer
{
Completed in 3 milliseconds