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:hasInit_
(Results
1 - 17
of
17
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/font/
H
A
D
glyphs_cache.cpp
26
hasInit_
(false)
in GlyphsCache()
33
if (
hasInit_
) {
in CacheInit()
59
hasInit_
= true;
in CacheInit()
65
hasInit_
= false;
in ClearCacheFlag()
70
if (!
hasInit_
) {
in GetNodeFromCache()
92
if (!
hasInit_
) {
in GetNodeCacheSpace()
H
A
D
glyphs_cache.h
61
bool
hasInit_
;
member in OHOS::GlyphsCache
/foundation/multimodalinput/input/service/display_state_manager/test/
H
A
D
display_event_monitor_test.cpp
98
displayEventMonitor.
hasInit_
= false;
in HWTEST_F()
100
displayEventMonitor.
hasInit_
= true;
in HWTEST_F()
114
displayEventMonitor.
hasInit_
= true;
in HWTEST_F()
116
displayEventMonitor.
hasInit_
= false;
in HWTEST_F()
/foundation/multimodalinput/input/service/display_state_manager/src/
H
A
D
display_event_monitor.cpp
144
if (
hasInit_
) {
in InitCommonEventSubscriber()
155
hasInit_
= OHOS::EventFwk::CommonEventManager::SubscribeCommonEvent(
in InitCommonEventSubscriber()
161
return
hasInit_
;
in IsCommonEventSubscriberInit()
/foundation/multimodalinput/input/service/app_state_manager/test/
H
A
D
app_state_observer_test.cpp
55
* @tc.desc: Verify the action of the InitAppStateObserver function when
hasInit_
is true and false respectively
62
APP_OBSERVER_MGR->
hasInit_
= true;
in HWTEST_F()
64
APP_OBSERVER_MGR->
hasInit_
= false;
in HWTEST_F()
/foundation/multimodalinput/input/service/app_state_manager/src/
H
A
D
app_state_observer.cpp
91
if (
hasInit_
) {
in InitAppStateObserver()
107
hasInit_
= true;
in InitAppStateObserver()
/foundation/multimodalinput/input/service/device_state_manager/src/
H
A
D
device_event_monitor.cpp
76
if (
hasInit_
) {
in InitCommonEventSubscriber()
85
hasInit_
= OHOS::EventFwk::CommonEventManager::SubscribeCommonEvent(
in InitCommonEventSubscriber()
/foundation/multimodalinput/input/service/device_state_manager/include/
H
A
D
device_event_monitor.h
57
bool
hasInit_
{ false };
/foundation/multimodalinput/input/service/app_state_manager/include/
H
A
D
app_state_observer.h
53
bool
hasInit_
{ false };
/foundation/multimodalinput/input/service/display_state_manager/include/
H
A
D
display_event_monitor.h
71
std::atomic<bool>
hasInit_
{ false };
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
pre_install_exception_mgr.h
53
bool
hasInit_
= false;
member in OHOS::AppExecFwk::PreInstallExceptionMgr
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
pre_install_exception_mgr.cpp
42
if (!
hasInit_
) {
in GetAllPreInstallExceptionInfo()
99
hasInit_
= true;
in LoadPreInstallExceptionInfosFromDb()
325
hasInit_
= false;
in ClearAll()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H
A
D
rating_pattern.h
178
bool
hasInit_
= false;
member in OHOS::Ace::NG::RatingPattern
H
A
D
rating_pattern.cpp
281
if (
hasInit_
&& lastRatingScore_ != drawScore) {
in ConstrainsRatingScore()
284
if (!
hasInit_
) {
in ConstrainsRatingScore()
285
hasInit_
= true;
in ConstrainsRatingScore()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H
A
D
side_bar_container_pattern.h
260
bool
hasInit_
= false;
member in OHOS::Ace::NG::SideBarContainerPattern
H
A
D
side_bar_container_pattern.cpp
126
if (
hasInit_
&& ((sideBarStatus_ == SideBarStatus::HIDDEN && newShowSideBar) ||
in OnUpdateShowSideBar()
416
if (!
hasInit_
) {
in OnModifyDone()
417
hasInit_
= true;
in OnModifyDone()
/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/
H
A
D
side_bar_pattern_test_ng.cpp
1644
pattern->
hasInit_
= true;
in HWTEST_F()
2005
pattern->
hasInit_
= false;
in HWTEST_F()
2027
pattern->
hasInit_
= true;
in HWTEST_F()
2049
pattern->
hasInit_
= true;
in HWTEST_F()
Completed in 12 milliseconds