/system/update_engine/common/ |
D | action_processor_unittest.cc | 123 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 …]
|
D | action_processor.cc | 33 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()
|
D | action_unittest.cc | 67 EXPECT_FALSE(action->IsRunning()); in TEST() 73 EXPECT_TRUE(action_ptr->IsRunning()); in TEST()
|
D | action_processor.h | 76 bool IsRunning() const;
|
D | action.h | 114 bool IsRunning() const { in IsRunning() function
|
/system/bt/common/ |
D | once_timer.cc | 29 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()
|
D | repeating_timer.cc | 31 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()
|
D | message_loop_thread.cc | 132 bool MessageLoopThread::IsRunning() const { in IsRunning() function in bluetooth::common::MessageLoopThread 150 if (!IsRunning()) { in EnableRealTimeScheduling()
|
D | message_loop_thread.h | 114 bool IsRunning() const;
|
D | message_loop_thread_unittest.cc | 98 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/ |
D | stack.h | 47 bool IsRunning();
|
D | shim.cc | 62 return bluetooth::shim::Stack::GetInstance()->IsRunning(); in is_gd_stack_started_up()
|
D | stack.cc | 129 bool Stack::IsRunning() { in IsRunning() function in bluetooth::shim::Stack
|
/system/bt/btif/src/ |
D | stack_manager.cc | 240 if (management_thread.IsRunning()) return; in ensure_manager_initialized() 243 if (!management_thread.IsRunning()) { in ensure_manager_initialized()
|
/system/update_engine/payload_consumer/ |
D | filesystem_verifier_action_unittest.cc | 237 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/ |
D | HintManager.h | 46 bool IsRunning() const;
|
/system/bt/osi/test/ |
D | semaphore_test.cc | 78 ASSERT_TRUE(thread.IsRunning()); in TEST_F()
|
/system/core/adb/ |
D | transport_fd.cpp | 57 bool IsRunning() { in IsRunning() function 64 while (IsRunning()) { in Run()
|
/system/bt/stack/btu/ |
D | btu_task.cc | 132 if (!main_thread.IsRunning()) { in btu_task_start_up()
|
/system/update_engine/ |
D | update_attempter_android.cc | 180 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/ |
D | HintManagerTest.cc | 208 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/ |
D | ConfigVerifier.cc | 89 if (!hm.get() || !hm->IsRunning()) { in execConfig()
|
/system/bt/hci/src/ |
D | hci_layer.cc | 229 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/ |
D | service.h | 78 bool IsRunning() { return (flags_ & SVC_RUNNING) != 0; } in IsRunning() function
|
D | reboot.cpp | 537 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()
|