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:rfcommServer_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H
A
D
hfp_ag_data_connection_server.cpp
94
return
rfcommServer_
.RegisterServer(&HfpAgDataConnectionServer::DataConnectionServerCallback);
in RegisterServer()
99
return
rfcommServer_
.RemoveServer();
in RemoveServer()
104
return
rfcommServer_
.AcceptConnection(handle);
in AcceptConnection()
110
return
rfcommServer_
.RejectConnection(handle);
in RejectConnection()
115
return
rfcommServer_
.AssignLocalScn();
in AssignLocalScn()
120
return
rfcommServer_
.GetLocalScn();
in GetLocalScn()
H
A
D
hfp_ag_data_connection_server.h
113
HfpAgRfcommConnectionServer
rfcommServer_
{};
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H
A
D
hfp_hf_data_connection_server.cpp
89
return
rfcommServer_
.RegisterServer(&HfpHfDataConnectionServer::DataConnectionServerCallback);
in RegisterServer()
94
return
rfcommServer_
.RemoveServer();
in RemoveServer()
99
return
rfcommServer_
.AcceptConnection(handle);
in AcceptConnection()
105
return
rfcommServer_
.RejectConnection(handle);
in RejectConnection()
110
return
rfcommServer_
.AssignLocalScn();
in AssignLocalScn()
115
return
rfcommServer_
.GetLocalScn();
in GetLocalScn()
H
A
D
hfp_hf_data_connection_server.h
115
HfpHfRfcommConnectionServer
rfcommServer_
{};
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H
A
D
obex_server.cpp
37
rfcommServer_
= std::make_unique<ObexPrivateServer>(option, observer, dispatcher);
in ObexServer()
53
if (
rfcommServer_
== nullptr && l2capServer_ == nullptr) {
in Startup()
57
if (
rfcommServer_
!= nullptr) {
in Startup()
58
int retRfcomm =
rfcommServer_
->Startup();
in Startup()
70
rfcommServer_
->Shutdown();
in Startup()
81
if (
rfcommServer_
!= nullptr) {
in Shutdown()
82
rfcommServer_
->Shutdown();
in Shutdown()
H
A
D
obex_server.h
139
std::unique_ptr<ObexPrivateServer>
rfcommServer_
= nullptr;
member in OHOS::bluetooth::ObexServer
H
A
D
obex_mp_server.cpp
35
rfcommServer_
= std::make_unique<ObexPrivateMpServer>(option, observer, dispatcher);
in ObexMpServer()
Completed in 3 milliseconds