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:rtnSts
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_sdp.cpp
32
int
rtnSts
;
in RegisterService()
local
43
rtnSts
= SDP_AddServiceClassIdList(sdpHandle_, classIdList, A2DP_SERVICE_CLASS_ID_LIST_NUMBER);
in RegisterService()
44
if (
rtnSts
!= BT_SUCCESS) {
in RegisterService()
45
LOG_WARN("[A2dpSdpManager]%{public}s SDP_AddServiceClassIdList[result:%{public}d]\n", __func__,
rtnSts
);
in RegisterService()
46
return
rtnSts
;
in RegisterService()
61
rtnSts
= SDP_AddProtocolDescriptorList(sdpHandle_, dscList, A2DP_PROTOCOL_DESCRIPTOR_LIST_NUMBER);
in RegisterService()
62
if (
rtnSts
!= BT_SUCCESS) {
in RegisterService()
63
LOG_WARN("[A2dpSdpManager]%{public}s SDP_AddProtocolDescriptorList[result:%{public}d]\n", __func__,
rtnSts
);
in RegisterService()
64
return
rtnSts
;
in RegisterService()
72
rtnSts
in RegisterService()
91
int
rtnSts
;
UnregisterService()
local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H
A
D
avrcp_ct_pass_through.cpp
118
bool
rtnSts
= true;
in IsSupportedKeyOperation()
local
133
rtnSts
= false;
in IsSupportedKeyOperation()
136
return
rtnSts
;
in IsSupportedKeyOperation()
143
bool
rtnSts
= true;
in IsValidKeyState()
local
150
rtnSts
= false;
in IsValidKeyState()
153
return
rtnSts
;
in IsValidKeyState()
H
A
D
avrcp_ct_packet.cpp
175
bool
rtnSts
= true;
in IsValidOpCode()
local
184
rtnSts
= false;
in IsValidOpCode()
187
return
rtnSts
;
in IsValidOpCode()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H
A
D
avrcp_tg_pass_through.cpp
124
bool
rtnSts
= true;
in IsSupportedKeyOperation()
local
139
rtnSts
= false;
in IsSupportedKeyOperation()
142
return
rtnSts
;
in IsSupportedKeyOperation()
149
bool
rtnSts
= true;
in IsValidKeyState()
local
156
rtnSts
= false;
in IsValidKeyState()
159
return
rtnSts
;
in IsValidKeyState()
H
A
D
avrcp_tg_packet.cpp
169
bool
rtnSts
= true;
in IsValidOpCode()
local
178
rtnSts
= false;
in IsValidOpCode()
181
return
rtnSts
;
in IsValidOpCode()
Completed in 2 milliseconds