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:responseMessage
(Results
1 - 2
of
2
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H
A
D
pan_bnep.h
248
void BnepSendSetupConnectionResponse(uint16_t
responseMessage
);
249
void BnepSendFilterNetTypeResponse(uint16_t
responseMessage
);
250
void BnepSendFilterMultiAddrResponse(uint16_t
responseMessage
);
H
A
D
pan_bnep.cpp
1035
uint16_t
responseMessage
= be16toh(*reinterpret_cast<uint16_t *>(data + offset));
in ProcessBnepSetupConnectionResponse()
local
1037
LOG_ERROR("[PAN BNEP]%{public}s we are not origination!
responseMessage
=%{public}d",
in ProcessBnepSetupConnectionResponse()
1038
__func__,
responseMessage
);
in ProcessBnepSetupConnectionResponse()
1047
uint16_t
responseMessage
= BNEP_FILTER_SUCCESSFULL;
in ProcessBnepFilterNetTypeSet()
local
1061
responseMessage
= BNEP_FILTER_FAILED_INVALID_NET_TYPE_RANGE;
in ProcessBnepFilterNetTypeSet()
1065
responseMessage
= BNEP_FILTER_FAILED_TOO_MANY_FILTER;
in ProcessBnepFilterNetTypeSet()
1068
if (
responseMessage
!= BNEP_FILTER_SUCCESSFULL) {
in ProcessBnepFilterNetTypeSet()
1069
BnepSendFilterNetTypeResponse(
responseMessage
);
in ProcessBnepFilterNetTypeSet()
1086
BnepSendFilterNetTypeResponse(
responseMessage
);
in ProcessBnepFilterNetTypeSet()
1097
uint16_t
responseMessage
in ProcessBnepFilterNetTypeResponse()
local
1109
uint16_t
responseMessage
= BNEP_FILTER_SUCCESSFULL;
ProcessBnepFilterMultiAddrSet()
local
1163
uint16_t
responseMessage
= be16toh(*reinterpret_cast<uint16_t *>(data + offset));
ProcessBnepFilterMultiAddrResponse()
local
1213
BnepSendSetupConnectionResponse(uint16_t
responseMessage
)
BnepSendSetupConnectionResponse()
argument
1234
BnepSendFilterNetTypeResponse(uint16_t
responseMessage
)
BnepSendFilterNetTypeResponse()
argument
1255
BnepSendFilterMultiAddrResponse(uint16_t
responseMessage
)
BnepSendFilterMultiAddrResponse()
argument
[all...]
Completed in 3 milliseconds