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_NO_ERROR
(Results
1 - 10
of
10
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/
H
A
D
bluetooth_a2dp_snk.cpp
238
return (ret ==
RET_NO_ERROR
);
in Connect()
258
return (ret ==
RET_NO_ERROR
);
in Disconnect()
291
return (ret ==
RET_NO_ERROR
);
in SetConnectStrategy()
329
return (ret ==
RET_NO_ERROR
);
in SendDelay()
H
A
D
bluetooth_avrcp_ct.cpp
1015
return result ==
RET_NO_ERROR
;
in Connect()
1032
return result ==
RET_NO_ERROR
;
in Disconnect()
1243
return
RET_NO_ERROR
;
in GetPlayerAppSettingCurrentValue()
1249
int result =
RET_NO_ERROR
;
in GetPlayerAppSettingCurrentValue()
1263
if (result !=
RET_NO_ERROR
) {
in GetPlayerAppSettingCurrentValue()
1286
int result =
RET_NO_ERROR
;
in SetPlayerAppSettingCurrentValue()
1310
if (result !=
RET_NO_ERROR
) {
in SetPlayerAppSettingCurrentValue()
1465
int result =
RET_NO_ERROR
;
in GetFolderItems()
1477
if (result !=
RET_NO_ERROR
) {
in GetFolderItems()
H
A
D
bluetooth_avrcp_tg.cpp
257
return result ==
RET_NO_ERROR
;
in Connect()
274
return result ==
RET_NO_ERROR
;
in Disconnect()
H
A
D
bluetooth_ble_central_manager.cpp
660
return
RET_NO_ERROR
;
in SetScanMode()
H
A
D
bluetooth_socket.cpp
253
return
RET_NO_ERROR
;
in SetBufferSize()
H
A
D
bluetooth_a2dp_src.cpp
230
int ret =
RET_NO_ERROR
;
in GetPlayingState()
/foundation/communication/nfc/services/src/tag/
H
A
D
bt_connection_manager.cpp
246
if (Bluetooth::BluetoothHost::GetDefaultHost().EnableBle() != Bluetooth::
RET_NO_ERROR
) { // EnableBt() is desperate
in HandleEnableBt()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_def.h
31
constexpr int
RET_NO_ERROR
= 0;
member
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
ble_service_data.cpp
484
return
RET_NO_ERROR
;
in AddManufacturerData()
H
A
D
bt_def.h
30
constexpr int
RET_NO_ERROR
= 0;
member
Completed in 18 milliseconds