Home
last modified time | relevance | path

Searched refs:needStop_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Didle_time.cpp42 if (needStop_) { in InitVSyncReceiver()
91 if (needStop_) { in PostTask()
119 needStop_ = needStop; in SetNeedStop()
124 return needStop_; in GetNeedStop()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Didle_time_test.cpp86 idleTime_->needStop_ = true;
101 idleTime_->needStop_ = false;
116 idleTime_->needStop_ = true;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Drender_clock.h85 needStop_ = needStop; in SetNeedStop()
102 bool needStop_ = false; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Devent_log_catcher.h49 volatile bool needStop_ = false; variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Didle_time.h44 bool needStop_ {false};
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_catcher.cpp62 needStop_ = true; in Stop()
H A Dopen_stacktrace_catcher.cpp121 if (needStop_ || leftTimeMicroSecond <= 0) { in ForkAndDumpStackTrace()
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h401 bool needStop_ = false; variable