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:isSupportSrm_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H
A
D
obex_mp_server.cpp
33
option.
isSupportSrm_
= false; // rfcomm not support srm mode
in ObexMpServer()
42
option.
isSupportSrm_
= config.
isSupportSrm_
;
in ObexMpServer()
77
if (
isSupportSrm_
&& req.GetItemSrm()) {
in HandlePutRequest()
H
A
D
obex_server.h
41
bool
isSupportSrm_
= false; // Is Support Single Request Mode
member
75
bool
isSupportSrm_
= false; // Is Support Single Request Mode
member
115
bool
isSupportSrm_
= false; // Is Support Single Request Mode
member in OHOS::bluetooth::ObexPrivateServer
H
A
D
obex_server.cpp
35
option.
isSupportSrm_
= false; // rfcomm not support srm mode
in ObexServer()
44
option.
isSupportSrm_
= config.
isSupportSrm_
;
in ObexServer()
181
obexServer_.
isSupportSrm_
,
in OnTransportConnected()
316
isSupportSrm_
= config.
isSupportSrm_
;
in ObexPrivateServer()
H
A
D
obex_client.h
49
bool
isSupportSrm_
= false; // Using Single Response Mode
member
314
bool
isSupportSrm_
= false;
member in OHOS::bluetooth::ObexClient
H
A
D
obex_mp_client.cpp
50
auto sendReq = sendObject->GetNextReqHeader(
isSupportSrm_
);
in Put()
80
auto &recvObj = clientSession_->CreateReceivedObject(req, writer,
isSupportSrm_
, srmpCount);
in Get()
135
if (
isSupportSrm_
&& !sendObject->IsSrmSending()) {
in HandlePutData()
H
A
D
obex_session.cpp
28
isSupportSrm_
(isSupportSrm),
in ObexServerSession()
88
if (
isSupportSrm_
&& req.GetItemSrm()) {
in SendGetResponse()
93
sendObject_ = std::make_unique<ObexServerSendObject>(req, resp, reader, maxPacketLength_,
isSupportSrm_
);
in SendGetResponse()
167
if (!
isSupportSrm_
) {
in SendSrmResponse()
H
A
D
obex_session.h
392
return
isSupportSrm_
;
in IsSupportSrmMode()
400
bool
isSupportSrm_
= false;
member in OHOS::bluetooth::ObexServerSession
H
A
D
obex_client.cpp
236
isSupportSrm_
= config.
isSupportSrm_
; // srm mode
in ObexClient()
Completed in 7 milliseconds