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
defs:isOK
(Results
1 - 14
of
14
) sorted by relevance
/foundation/communication/bluetooth_service/test/unittest/a2dp/
H
A
D
a2dp_snk_test.cpp
125
bool
isOK
= profile_->Connect(device);
in HWTEST_F()
local
141
bool
isOK
= profile_->Disconnect(device);
in HWTEST_F()
local
234
bool
isOK
= profile_->SetConnectStrategy(device,2);
in HWTEST_F()
local
H
A
D
a2dp_src_test.cpp
266
bool
isOK
= profile_->SetConnectStrategy(device,2);
in HWTEST_F()
local
/foundation/communication/bluetooth_service/test/unittest/hfp/
H
A
D
hfp_ag_test.cpp
161
bool
isOK
= (profile_->Connect(device) == NO_ERROR ? true : false);
in HWTEST_F()
local
179
bool
isOK
= (profile_->Disconnect(device) == NO_ERROR ? true : false);
in HWTEST_F()
local
212
bool
isOK
= profile_->ConnectSco();
in HWTEST_F()
local
228
bool
isOK
= profile_->DisconnectSco();
in HWTEST_F()
local
277
bool
isOK
= profile_->OpenVoiceRecognition(device);
in HWTEST_F()
local
295
bool
isOK
= profile_->CloseVoiceRecognition(device);
HWTEST_F()
local
313
bool
isOK
= profile_->SetActiveDevice(device);
HWTEST_F()
local
[all...]
/foundation/communication/bluetooth_service/test/unittest/hid/
H
A
D
hid_host_test.cpp
147
bool
isOK
= (profile_->Connect(device) == NO_ERROR ? true : false);
in HWTEST_F()
local
166
bool
isOK
= (profile_->Disconnect(device) == NO_ERROR ? true : false);
in HWTEST_F()
local
/foundation/communication/bluetooth_service/test/unittest/map/
H
A
D
map_mse_test.cpp
84
bool
isOK
= profile_->Disconnect(device);
in HWTEST_F()
local
/foundation/communication/bluetooth/frameworks/js/napi/src/hfp/
H
A
D
napi_bluetooth_hfp_hf.cpp
189
bool
isOK
= profile->Connect(device);
in Connect()
local
220
bool
isOK
= profile->Disconnect(device);
in Disconnect()
local
251
bool
isOK
= profile->ConnectSco(device);
in ConnectSco()
local
282
bool
isOK
in DisconnectSco()
local
318
bool
isOK
= profile->SendDTMFTone(device, code);
SendDTMF()
local
[all...]
H
A
D
napi_bluetooth_hfp_ag.cpp
229
bool
isOK
= profile->SetActiveDevice(device);
in ConnectSco()
local
263
bool
isOK
= profile->SetActiveDevice(device);
in DisconnectSco()
local
297
bool
isOK
= profile->OpenVoiceRecognition(device);
OpenVoiceRecognition()
local
328
bool
isOK
= profile->CloseVoiceRecognition(device);
CloseVoiceRecognition()
local
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H
A
D
napi_bluetooth_spp_server.cpp
320
bool
isOK
= false;
in SppCloseServerSocket()
local
H
A
D
napi_bluetooth_spp_client.cpp
201
bool
isOK
= false;
in SppCloseClientSocket()
local
241
bool
isOK
= false;
in SppWrite()
local
/foundation/communication/bluetooth_service/test/unittest/avrcp/
H
A
D
avrcp_ct_test.cpp
171
bool
isOK
= profile_->Connect(device);
in HWTEST_F()
local
188
bool
isOK
= profile_->Disconnect(device);
in HWTEST_F()
local
/foundation/communication/bluetooth_service/test/unittest/pbap/
H
A
D
pbap_client_test.cpp
90
bool
isOK
= profile_->Connect(device);
in HWTEST_F()
local
106
bool
isOK
= profile_->Disconnect(device);
in HWTEST_F()
local
H
A
D
pbap_server_test.cpp
87
bool
isOK
= profile_->Disconnect(device);
in HWTEST_F()
local
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H
A
D
pac_map.cpp
1208
bool
isOK
= false;
in ToJson()
local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H
A
D
rdb_store_impl.cpp
2190
bool
isOK
= TryGetMasterSlaveBackupPath(backupPath, destPath, true);
in Restore()
local
Completed in 15 milliseconds