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:hasEvent_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/event/
H
A
D
event_manager.cpp
110
hasEvent_
.notify_one();
in PushEvent()
150
hasEvent_
.wait(locker);
in ProcessEvent()
H
A
D
event_manager.h
60
std::condition_variable
hasEvent_
;
member in OHOS::Sharing::EventManager
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H
A
D
overlay_manager.h
325
return
hasEvent_
;
in GetHasEvent()
330
hasEvent_
= hasEvent;
in SetHasEvent()
836
bool
hasEvent_
{ false };
H
A
D
overlay_manager.cpp
5557
hasEvent_
= true;
in MountEventToWindowScene()
5589
hasEvent_
= true;
in MountEventToRootNode()
5687
if (overlayManager->
hasEvent_
) {
in RemovePixelMapAnimation()
5818
if (!
hasEvent_
) {
in RemoveEventColumn()
5824
hasEvent_
= false;
in RemoveEventColumn()
5831
hasEvent_
= false;
in RemoveEventColumn()
/foundation/arkui/ace_engine/test/unittest/core/event/
H
A
D
drag_event_test_ng_property_config.cpp
879
manager->
hasEvent_
= true;
in HWTEST_F()
881
EXPECT_EQ(manager->
hasEvent_
, true);
in HWTEST_F()
1756
manager->
hasEvent_
= false;
in HWTEST_F()
1762
manager->
hasEvent_
= false;
in HWTEST_F()
1766
EXPECT_EQ(manager->
hasEvent_
, true);
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H
A
D
overlay_manager_testtwo_ng.cpp
315
EXPECT_FALSE(overlayManager->
hasEvent_
);
in HWTEST_F()
Completed in 23 milliseconds