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:isExit
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimodalinput/input/util/socket/src/
H
A
D
uds_client.cpp
106
isExit
= false;
in StartClient()
118
isExit
= true;
in Stop()
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H
A
D
list_swipe_test_ng.cpp
832
bool
isExit
= false;
in HWTEST_F()
local
835
auto exitEvent = [&
isExit
]() {
isExit
= true; };
in HWTEST_F()
859
EXPECT_TRUE(
isExit
);
in HWTEST_F()
865
isExit
= false;
in HWTEST_F()
867
EXPECT_TRUE(
isExit
);
in HWTEST_F()
899
bool
isExit
= false;
in HWTEST_F()
local
902
auto exitEvent = [&
isExit
]() {
isExit
= true; };
in HWTEST_F()
927
EXPECT_TRUE(
isExit
);
in HWTEST_F()
1145
bool
isExit
= false;
HWTEST_F()
local
1209
bool
isExit
= false;
HWTEST_F()
local
[all...]
/foundation/multimodalinput/input/util/socket/include/
H
A
D
uds_client.h
55
bool
isExit
{ false };
/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H
A
D
appfreeze_inner.cpp
109
bool
isExit
= IsExitApp(faultData.errorObject.name);
in ChangeFaultDateInfo()
local
110
if (
isExit
) {
in ChangeFaultDateInfo()
118
if (
isExit
) {
in ChangeFaultDateInfo()
/foundation/multimodalinput/input/frameworks/proxy/module_loader/src/
H
A
D
mmi_client.cpp
243
if (!
isExit
&& eventHandler_ != nullptr) {
in OnDisconnected()
259
if (!
isExit
&& !isRunning_ && fd_ >= 0 && eventHandler_ != nullptr) {
in OnConnected()
Completed in 4 milliseconds