Home
last modified time | relevance | path

Searched refs:IsRunning (Results 1 – 25 of 33) sorted by relevance

12

/system/update_engine/common/
Daction_processor_unittest.cc123 EXPECT_FALSE(action_processor_.IsRunning()); in TEST_F()
125 EXPECT_FALSE(action_processor_.IsRunning()); in TEST_F()
126 EXPECT_FALSE(action_ptr_->IsRunning()); in TEST_F()
128 EXPECT_TRUE(action_processor_.IsRunning()); in TEST_F()
129 EXPECT_TRUE(action_ptr_->IsRunning()); in TEST_F()
131 EXPECT_FALSE(action_processor_.IsRunning()); in TEST_F()
149 EXPECT_FALSE(action_processor_.IsRunning()); in TEST_F()
174 EXPECT_TRUE(action_processor_.IsRunning()); in TEST_F()
177 EXPECT_TRUE(action_processor_.IsRunning()); in TEST_F()
181 EXPECT_TRUE(action_processor_.IsRunning()); in TEST_F()
[all …]
Daction_processor.cc33 if (IsRunning()) in ~ActionProcessor()
42 bool ActionProcessor::IsRunning() const { in IsRunning() function in chromeos_update_engine::ActionProcessor
47 CHECK(!IsRunning()); in StartProcessing()
57 CHECK(IsRunning()); in StopProcessing()
Daction_unittest.cc67 EXPECT_FALSE(action->IsRunning()); in TEST()
73 EXPECT_TRUE(action_ptr->IsRunning()); in TEST()
Daction_processor.h76 bool IsRunning() const;
Daction.h114 bool IsRunning() const { in IsRunning() function
/system/bt/common/
Donce_timer.cc29 if (message_loop_thread_ != nullptr && message_loop_thread_->IsRunning()) { in ~OnceTimer()
109 return message_loop_thread_ != nullptr && message_loop_thread_->IsRunning(); in IsScheduled()
114 if (message_loop_thread_ == nullptr || !message_loop_thread_->IsRunning()) { in RunTask()
Drepeating_timer.cc31 if (message_loop_thread_ != nullptr && message_loop_thread_->IsRunning()) { in ~RepeatingTimer()
120 return message_loop_thread_ != nullptr && message_loop_thread_->IsRunning(); in IsScheduled()
125 if (message_loop_thread_ == nullptr || !message_loop_thread_->IsRunning()) { in RunTask()
Dmessage_loop_thread.cc132 bool MessageLoopThread::IsRunning() const { in IsRunning() function in bluetooth::common::MessageLoopThread
150 if (!IsRunning()) { in EnableRealTimeScheduling()
Dmessage_loop_thread.h114 bool IsRunning() const;
Dmessage_loop_thread_unittest.cc98 ASSERT_TRUE(message_loop_thread.IsRunning()); in TEST_F()
101 ASSERT_FALSE(message_loop_thread.IsRunning()); in TEST_F()
289 base::BindOnce([](MessageLoopThread* thread) { thread->IsRunning(); }, in TEST_F()
/system/bt/main/shim/
Dstack.h47 bool IsRunning();
Dshim.cc62 return bluetooth::shim::Stack::GetInstance()->IsRunning(); in is_gd_stack_started_up()
Dstack.cc129 bool Stack::IsRunning() { in IsRunning() function in bluetooth::shim::Stack
/system/bt/btif/src/
Dstack_manager.cc240 if (management_thread.IsRunning()) return; in ensure_manager_initialized()
243 if (!management_thread.IsRunning()) { in ensure_manager_initialized()
/system/update_engine/payload_consumer/
Dfilesystem_verifier_action_unittest.cc237 EXPECT_FALSE(processor_.IsRunning()); in TEST_F()
256 EXPECT_FALSE(processor_.IsRunning()); in TEST_F()
336 EXPECT_FALSE(processor_.IsRunning()); in TEST_F()
383 EXPECT_FALSE(processor_.IsRunning()); in TEST_F()
/system/extras/libperfmgr/include/perfmgr/
DHintManager.h46 bool IsRunning() const;
/system/bt/osi/test/
Dsemaphore_test.cc78 ASSERT_TRUE(thread.IsRunning()); in TEST_F()
/system/core/adb/
Dtransport_fd.cpp57 bool IsRunning() { in IsRunning() function
64 while (IsRunning()) { in Run()
/system/bt/stack/btu/
Dbtu_task.cc132 if (!main_thread.IsRunning()) { in btu_task_start_up()
/system/update_engine/
Dupdate_attempter_android.cc180 if (processor_->IsRunning()) { in ApplyPayload()
328 if (!processor_->IsRunning()) in SuspendUpdate()
335 if (!processor_->IsRunning()) in ResumeUpdate()
342 if (!processor_->IsRunning()) in CancelUpdate()
722 CHECK(!processor_->IsRunning()); in BuildUpdateActions()
1014 if (processor_->IsRunning()) { in ScheduleCleanupPreviousUpdate()
/system/extras/libperfmgr/tests/
DHintManagerTest.cc208 EXPECT_TRUE(hm.IsRunning()); in TEST_F()
218 EXPECT_TRUE(hm.IsRunning()); in TEST_F()
227 EXPECT_TRUE(hm.IsRunning()); in TEST_F()
492 EXPECT_TRUE(hm->IsRunning()); in TEST_F()
/system/extras/libperfmgr/tools/
DConfigVerifier.cc89 if (!hm.get() || !hm->IsRunning()) { in execConfig()
/system/bt/hci/src/
Dhci_layer.cc229 if (!hci_thread.IsRunning()) { in hci_module_start_up()
572 if (!hci_thread.IsRunning()) { in process_command_credits()
622 if (!hci_thread.IsRunning() || in handle_root_inflammation_event()
/system/core/init/
Dservice.h78 bool IsRunning() { return (flags_ & SVC_RUNNING) != 0; } in IsRunning() function
Dreboot.cpp537 if (s->IsRunning()) { in StopServicesAndLogViolations()
653 if (boot_anim != nullptr && surface_flinger != nullptr && surface_flinger->IsRunning()) { in DoReboot()
695 if (vold_service != nullptr && vold_service->IsRunning()) { in DoReboot()

12