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 - 25
of
32
) sorted by relevance
1
2
/base/security/security_guard/frameworks/common/utils/src/
H
A
D
security_guard_utils.cpp
35
bool
isOK
= StrToULL(str, tmp);
in StrToU32()
local
43
bool
isOK
= StrToLL(str, tmp, DEC_RADIX);
in StrToI64()
local
51
bool
isOK
;
in StrToI64Hex()
local
/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
/base/time/time_service/framework/js/napi/system_time/src/
H
A
D
js_systemtime.cpp
40
bool
isOK
= false;
member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H
A
D
vktCommandPoolMemoryReservationTests.cpp
199
bool
isOK
= true;
in verifyCommandPoolAllocEqualsCommandBufferAlloc()
local
H
A
D
vktFaultHandlingTests.cpp
81
bool
isOK
= true;
in testGetFaultData()
local
H
A
D
vktPipelineIdentifierTests.cpp
336
bool
isOK
= true;
in testGraphicsPipelineIdentifier()
local
524
bool
isOK
= true;
in testComputePipelineIdentifier()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H
A
D
vktCommandPoolMemoryReservationTests.cpp
199
bool
isOK
= true;
in verifyCommandPoolAllocEqualsCommandBufferAlloc()
local
H
A
D
vktFaultHandlingTests.cpp
81
bool
isOK
= true;
in testGetFaultData()
local
H
A
D
vktPipelineIdentifierTests.cpp
336
bool
isOK
= true;
in testGraphicsPipelineIdentifier()
local
524
bool
isOK
= true;
in testComputePipelineIdentifier()
local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fShaderMetamorphicTests.cpp
296
bool
isOK
;
in sanityCheck_synthetic()
local
307
bool
isOK
;
in sanityCheck_bubblesort_flag()
local
/third_party/icu/icu4c/source/tools/toolutil/
H
A
D
ucm.cpp
538
UBool
isOK
;
in ucm_checkValidity()
local
702
UBool needsMove,
isOK
;
in ucm_separateMappings()
local
1155
UBool
isOK
;
in ucm_readTable()
local
[all...]
/third_party/lzma/CPP/Windows/
H
A
D
FileFind.cpp
626
bool
isOK
= false;
in Find()
local
/third_party/node/deps/icu-small/source/tools/toolutil/
H
A
D
ucm.cpp
538
UBool
isOK
;
in ucm_checkValidity()
local
702
UBool needsMove,
isOK
;
in ucm_separateMappings()
local
1155
UBool
isOK
;
in ucm_readTable()
local
[all...]
/third_party/icu/icu4c/source/tools/makeconv/
H
A
D
genmbcs.cpp
955
UBool
isOK
, utf8Friendly;
in MBCSAddTable()
local
Completed in 21 milliseconds
1
2