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:RET_BAD_PARAM
(Results
1 - 16
of
16
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_a2dp_snk.cpp
149
return
RET_BAD_PARAM
;
in GetDeviceState()
194
return
RET_BAD_PARAM
;
in GetPlayingState()
215
return
RET_BAD_PARAM
;
in GetPlayingState()
306
return
RET_BAD_PARAM
;
in GetConnectStrategy()
H
A
D
bluetooth_a2dp_src.cpp
227
return
RET_BAD_PARAM
;
in GetPlayingState()
315
return
RET_BAD_PARAM
;
in SetActiveSinkDevice()
506
return
RET_BAD_PARAM
;
in GetOptionalCodecsSupportState()
525
return
RET_BAD_PARAM
;
in StartPlaying()
544
return
RET_BAD_PARAM
;
in SuspendPlaying()
563
return
RET_BAD_PARAM
;
in StopPlaying()
H
A
D
bluetooth_avrcp_ct.cpp
1070
result =
RET_BAD_PARAM
;
in PressButton()
1108
result =
RET_BAD_PARAM
;
in ReleaseButton()
1222
result =
RET_BAD_PARAM
;
in GetPlayerAppSettingValues()
1226
result =
RET_BAD_PARAM
;
in GetPlayerAppSettingValues()
1254
result =
RET_BAD_PARAM
;
in GetPlayerAppSettingCurrentValue()
1258
result =
RET_BAD_PARAM
;
in GetPlayerAppSettingCurrentValue()
1295
result =
RET_BAD_PARAM
;
in SetPlayerAppSettingCurrentValue()
1299
result =
RET_BAD_PARAM
;
in SetPlayerAppSettingCurrentValue()
1368
result =
RET_BAD_PARAM
;
in GetPlayerApplicationSettingValueText()
1372
result =
RET_BAD_PARAM
;
in GetPlayerApplicationSettingValueText()
[all...]
H
A
D
bluetooth_ble_central_manager.cpp
656
return
RET_BAD_PARAM
;
in SetScanMode()
H
A
D
bluetooth_socket.cpp
216
return
RET_BAD_PARAM
;
in SetBufferSize()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H
A
D
avrcp_ct_state_machine.cpp
74
result =
RET_BAD_PARAM
;
in AddControlStateMachine()
91
result =
RET_BAD_PARAM
;
in AddBrowseStateMachine()
99
result =
RET_BAD_PARAM
;
in AddBrowseStateMachine()
H
A
D
avrcp_ct_connection.cpp
141
result =
RET_BAD_PARAM
;
in Add()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H
A
D
avrcp_tg_state_machine.cpp
80
result =
RET_BAD_PARAM
;
in AddControlStateMachine()
97
result =
RET_BAD_PARAM
;
in AddBrowseStateMachine()
104
result =
RET_BAD_PARAM
;
in AddBrowseStateMachine()
H
A
D
avrcp_tg_connection.cpp
116
result =
RET_BAD_PARAM
;
in Add()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_profile_peer.cpp
674
return
RET_BAD_PARAM
;
in SetUserCodecConfigure()
694
return
RET_BAD_PARAM
;
in SetUserCodecConfigure()
711
ret =
RET_BAD_PARAM
;
in SetUserCodecConfigure()
H
A
D
a2dp_service.cpp
762
return
RET_BAD_PARAM
;
in SetCodecPreference()
769
return
RET_BAD_PARAM
;
in SetCodecPreference()
774
return
RET_BAD_PARAM
;
in SetCodecPreference()
H
A
D
a2dp_profile.cpp
267
ret =
RET_BAD_PARAM
;
in SetUserCodecConfigure()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H
A
D
ohos_bt_socket.cpp
487
if (ret ==
RET_BAD_PARAM
) {
in SetSocketBufferSize()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_def.h
33
constexpr int
RET_BAD_PARAM
= -2;
member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H
A
D
hid_host_l2cap_connection.cpp
248
return
RET_BAD_PARAM
;
in SendData()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
bt_def.h
32
constexpr int
RET_BAD_PARAM
= -2;
member
Completed in 30 milliseconds