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:Startup
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H
A
D
obex_server.h
81
int
Startup
() const;
132
int
Startup
() const;
H
A
D
obex_server.cpp
50
int ObexServer::
Startup
() const
in Startup()
function in OHOS::bluetooth::ObexServer
58
int retRfcomm = rfcommServer_->
Startup
();
in Startup()
60
OBEX_LOG_ERROR("Error:
Startup
rfcommServer fail with code [0x%02X]", retRfcomm);
in Startup()
66
int retL2cap = l2capServer_->
Startup
();
in Startup()
68
OBEX_LOG_ERROR("Error:
Startup
l2capServer fail with code [0x%02X]", retL2cap);
in Startup()
321
int ObexPrivateServer::
Startup
() const
in Startup()
function in OHOS::bluetooth::ObexPrivateServer
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H
A
D
hid_host_l2cap_connection.h
36
static int
Startup
();
H
A
D
hid_host_service.cpp
95
int ret = HidHostL2capConnection::
Startup
();
in StartUp()
H
A
D
hid_host_l2cap_connection.cpp
21
int HidHostL2capConnection::
Startup
()
in Startup()
function in OHOS::bluetooth::HidHostL2capConnection
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H
A
D
pan_bnep.h
38
static int
Startup
();
H
A
D
pan_service.cpp
97
resultBnep = PanBnep::
Startup
();
in StartUp()
H
A
D
pan_bnep.cpp
22
int PanBnep::
Startup
()
in Startup()
function in OHOS::bluetooth::PanBnep
Completed in 7 milliseconds