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:IsRunning
(Results
1 - 25
of
27
) sorted by relevance
1
2
/base/hiviewdfx/hiview/plugins/usage_event_report/test/unittest/
H
A
D
usage_event_report_test.cpp
43
EXPECT_TRUE(plugin.
IsRunning
());
in HWTEST_F()
47
EXPECT_TRUE(plugin.
IsRunning
());
in HWTEST_F()
51
EXPECT_FALSE(plugin.
IsRunning
());
in HWTEST_F()
65
EXPECT_TRUE(plugin.
IsRunning
());
in HWTEST_F()
78
EXPECT_FALSE(plugin.
IsRunning
());
in HWTEST_F()
/base/hiviewdfx/hiview/core/test/unittest/common/
H
A
D
event_dispatch_queue_test.cpp
76
ASSERT_EQ(false, unorderQueue->
IsRunning
());
in HWTEST_F()
83
ASSERT_EQ(true, unorderQueue->
IsRunning
());
in HWTEST_F()
86
ASSERT_EQ(false, unorderQueue->
IsRunning
());
in HWTEST_F()
99
ASSERT_EQ(false, unorderQueue->
IsRunning
());
in HWTEST_F()
106
ASSERT_EQ(true, unorderQueue->
IsRunning
());
in HWTEST_F()
109
ASSERT_EQ(false, unorderQueue->
IsRunning
());
in HWTEST_F()
/base/hiviewdfx/hiview/base/include/
H
A
D
event_dispatch_queue.h
34
bool
IsRunning
() const
in IsRunning()
function in OHOS::HiviewDFX::EventDispatchQueue
H
A
D
event_loop.h
124
bool
IsRunning
() const
in IsRunning()
function in OHOS::HiviewDFX::EventLoop
/base/update/sys_installer/frameworks/action_processer/include/
H
A
D
action_processer.h
36
bool
IsRunning
();
/base/hiviewdfx/hiview/plugins/usage_event_report/include/
H
A
D
usage_event_report.h
38
bool
IsRunning
();
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/tasks/
H
A
D
task.h
86
bool
IsRunning
() const;
/base/update/sys_installer/frameworks/installer_manager/src/
H
A
D
installer_manager_helper.cpp
50
if (ActionProcesser::GetInstance().
IsRunning
()) {
in StartUpdatePackageZip()
51
LOG(ERROR) << "ActionProcesser
IsRunning
";
in StartUpdatePackageZip()
/base/hiviewdfx/hiview/plugins/usage_event_report/
H
A
D
usage_event_report.cpp
89
bool UsageEventReport::
IsRunning
()
in IsRunning()
function in OHOS::HiviewDFX::UsageEventReport
184
if (!
IsRunning
()) {
in TimeOut()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/tasks/
H
A
D
task.cpp
108
bool Task::
IsRunning
() const
in IsRunning()
function in OHOS::MiscServices::Task
/base/msdp/device_status/services/communication/base/
H
A
D
i_devicestatus.h
70
virtual bool
IsRunning
() const
in IsRunning()
function in OHOS::Msdp::DeviceStatus::Idevicestatus
/base/update/sys_installer/frameworks/action_processer/src/
H
A
D
action_processer.cpp
31
bool ActionProcesser::
IsRunning
()
in IsRunning()
function in OHOS::SysInstaller::ActionProcesser
/base/update/sys_installer/services/module_update/service/src/
H
A
D
module_update_consumer.cpp
67
if (
IsRunning
(saId)) {
in DoUnload()
/base/update/sys_installer/services/module_update/util/include/
H
A
D
module_utils.h
40
bool
IsRunning
(int32_t saId);
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H
A
D
lib_event_handler_trace_test.cpp
529
return !runner->
IsRunning
();
in HWTEST_F()
579
return !runner->
IsRunning
();
in HWTEST_F()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H
A
D
task_manager.cpp
74
if (curTask_ == nullptr || !curTask_->
IsRunning
()) {
in Pend()
/base/notification/eventhandler/interfaces/inner_api/
H
A
D
event_runner.h
328
inline bool
IsRunning
() const
in IsRunning()
function in OHOS::AppExecFwk::final
/base/sensors/miscdevice/services/miscdevice_service/src/
H
A
D
miscdevice_service.cpp
349
if ((vibratorThread_ == nullptr) || (!vibratorThread_->
IsRunning
() &&
in StopVibrator()
359
if ((vibratorThread_ == nullptr) || (!vibratorThread_->
IsRunning
())) {
in StopVibrator()
436
if ((vibratorThread_ != nullptr) && (vibratorThread_->
IsRunning
())) {
in StopVibrateThread()
447
if ((vibratorThread_ == nullptr) || (!vibratorThread_->
IsRunning
())) {
in StopVibrator()
H
A
D
vibration_priority_manager.cpp
284
return ((vibratorThread != nullptr) && (vibratorThread->
IsRunning
() || VibratorDevice.IsVibratorRunning()));
in IsCurrentVibrate()
286
return ((vibratorThread != nullptr) && (vibratorThread->
IsRunning
()));
in IsCurrentVibrate()
/base/hiviewdfx/hiview/base/
H
A
D
event_loop.cpp
124
if (
IsRunning
()) {
in StartLoop()
143
if (!
IsRunning
()) {
in StopLoop()
/base/notification/eventhandler/frameworks/eventhandler/src/
H
A
D
event_runner.cpp
735
if (!
IsRunning
()) {
in Dump()
752
if (!
IsRunning
()) {
in DumpRunnerInfo()
H
A
D
event_handler.cpp
177
if ((!eventRunner_) || (!eventRunner_->
IsRunning
())) {
in SendSyncEvent()
/base/msdp/device_status/services/native/include/
H
A
D
devicestatus_service.h
109
bool
IsRunning
() const override;
/base/update/sys_installer/services/module_update/src/
H
A
D
module_update.cpp
196
if (type == HOT_SA_TYPE &&
IsRunning
(moduleFile->GetVersionInfo().saInfoList.front().saId)) {
in ProcessHmpFile()
/base/update/sys_installer/services/module_update/util/src/
H
A
D
module_utils.cpp
268
bool
IsRunning
(int32_t saId)
in IsRunning()
function
Completed in 14 milliseconds
1
2