Home
last modified time | relevance | path

Searched refs:hasInit_ (Results 1 - 17 of 17) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dglyphs_cache.cpp26 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 Dglyphs_cache.h61 bool hasInit_; member in OHOS::GlyphsCache
/foundation/multimodalinput/input/service/display_state_manager/test/
H A Ddisplay_event_monitor_test.cpp98 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 Ddisplay_event_monitor.cpp144 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 Dapp_state_observer_test.cpp55 * @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 Dapp_state_observer.cpp91 if (hasInit_) { in InitAppStateObserver()
107 hasInit_ = true; in InitAppStateObserver()
/foundation/multimodalinput/input/service/device_state_manager/src/
H A Ddevice_event_monitor.cpp76 if (hasInit_) { in InitCommonEventSubscriber()
85 hasInit_ = OHOS::EventFwk::CommonEventManager::SubscribeCommonEvent( in InitCommonEventSubscriber()
/foundation/multimodalinput/input/service/device_state_manager/include/
H A Ddevice_event_monitor.h57 bool hasInit_ { false };
/foundation/multimodalinput/input/service/app_state_manager/include/
H A Dapp_state_observer.h53 bool hasInit_ { false };
/foundation/multimodalinput/input/service/display_state_manager/include/
H A Ddisplay_event_monitor.h71 std::atomic<bool> hasInit_ { false };
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_install_exception_mgr.h53 bool hasInit_ = false; member in OHOS::AppExecFwk::PreInstallExceptionMgr
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dpre_install_exception_mgr.cpp42 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 Drating_pattern.h178 bool hasInit_ = false; member in OHOS::Ace::NG::RatingPattern
H A Drating_pattern.cpp281 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 Dside_bar_container_pattern.h260 bool hasInit_ = false; member in OHOS::Ace::NG::SideBarContainerPattern
H A Dside_bar_container_pattern.cpp126 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 Dside_bar_pattern_test_ng.cpp1644 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