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:SocketSdpServer
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H
A
D
socket_sdp_server.h
31
class
SocketSdpServer
{
class
36
SocketSdpServer
() = default;
41
virtual ~
SocketSdpServer
() = default;
61
BT_DISALLOW_COPY_AND_ASSIGN(
SocketSdpServer
);
H
A
D
socket_sdp_server.cpp
22
int
SocketSdpServer
::RegisterSdpService(const std::string &name, const Uuid &uuid, uint8_t scn)
in RegisterSdpService()
68
int
SocketSdpServer
::UnregisterSdpService()
in UnregisterSdpService()
87
int
SocketSdpServer
::AddServiceClassId(const Uuid &uuid)
in AddServiceClassId()
96
int
SocketSdpServer
::AddProtocol(uint8_t scn)
in AddProtocol()
111
int
SocketSdpServer
::AddProfile()
in AddProfile()
121
int
SocketSdpServer
::AddServiceName(const std::string &name)
in AddServiceName()
126
int
SocketSdpServer
::AddBrowseGroupList()
in AddBrowseGroupList()
H
A
D
socket.h
191
// the pointer of the
SocketSdpServer
.
192
std::unique_ptr<
SocketSdpServer
> sdpServer_ {nullptr};
H
A
D
socket.cpp
436
sdpServer_ = std::make_unique<
SocketSdpServer
>();
in Listen()
Completed in 3 milliseconds