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:SdpClientRequest
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H
A
D
sdp_client_parse.h
32
void SdpAddRequest(
SdpClientRequest
*request);
34
SdpClientRequest
*SdpFindRemainRequestByAddress(const BtAddr *addr, bool *flag);
35
SdpClientRequest
*SdpFindRequestByAddress(const BtAddr *addr);
36
SdpClientRequest
*SdpFindRequestByTransactionId(uint16_t transactionId);
H
A
D
sdp_client.c
181
SdpClientRequest
*request = NULL;
in SdpServiceSearch()
191
request = MEM_MALLOC.alloc(sizeof(
SdpClientRequest
));
in SdpServiceSearch()
192
(void)memset_s(request, sizeof(
SdpClientRequest
), 0, sizeof(
SdpClientRequest
));
in SdpServiceSearch()
227
SdpClientRequest
*request = NULL;
in SdpServiceAttribute()
234
request = MEM_MALLOC.alloc(sizeof(
SdpClientRequest
));
in SdpServiceAttribute()
235
(void)memset_s(request, sizeof(
SdpClientRequest
), 0, sizeof(
SdpClientRequest
));
in SdpServiceAttribute()
272
SdpClientRequest
*request = NULL;
in SdpServiceSearchAttribute()
280
request = MEM_MALLOC.alloc(sizeof(
SdpClientRequest
));
in SdpServiceSearchAttribute()
[all...]
H
A
D
sdp_client_parse.c
66
SdpClientRequest
*request = (
SdpClientRequest
*)data;
in SdpFreeClientRequest()
93
SdpClientRequest
*SdpFindRemainRequestByAddress(const BtAddr *addr, bool *flag)
in SdpFindRemainRequestByAddress()
96
SdpClientRequest
*request = NULL;
in SdpFindRemainRequestByAddress()
104
request = (
SdpClientRequest
*)ListGetNodeData(node);
in SdpFindRemainRequestByAddress()
115
request = (
SdpClientRequest
*)ListGetNodeData(node);
in SdpFindRemainRequestByAddress()
126
SdpClientRequest
*SdpFindRequestByAddress(const BtAddr *addr)
in SdpFindRequestByAddress()
129
SdpClientRequest
*request = NULL;
in SdpFindRequestByAddress()
137
request = (
SdpClientRequest
*)ListGetNodeData(node);
in SdpFindRequestByAddress()
147
SdpClientRequest
*SdpFindRequestByTransactionI
[all...]
H
A
D
sdp_connect.h
44
int SdpClientConnect(
SdpClientRequest
*request);
H
A
D
sdp_util.h
179
}
SdpClientRequest
;
typedef
H
A
D
sdp_connect.c
256
SdpClientRequest
*request = NULL;
in SdpNextConnect()
456
SdpClientRequest
*request = NULL;
in SdpConfigRspCallbackTask()
837
SdpClientRequest
*request = NULL;
in SdpReceiveConfigResponseTask()
1053
SdpClientRequest
*request = NULL;
in SdpDisconnectAbnormalTask()
1139
SdpClientRequest
*request = NULL;
in SdpReceiveDataTask()
1575
SdpClientRequest
*request = NULL;
in SdpSendRequest()
1614
int SdpClientConnect(
SdpClientRequest
*request)
in SdpClientConnect()
Completed in 5 milliseconds