/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/update_engine/payload_consumer/ |
D | filesystem_verifier_action_unittest.cc | 233 EXPECT_FALSE(processor_.IsRunning()); in TEST_F() 252 EXPECT_FALSE(processor_.IsRunning()); in TEST_F() 332 EXPECT_FALSE(processor_.IsRunning()); in TEST_F() 379 EXPECT_FALSE(processor_.IsRunning()); in TEST_F()
|
D | postinstall_runner_action_unittest.cc | 207 ASSERT_FALSE(processor.IsRunning()); in RunPostinstallAction()
|
/system/bt/btif/src/ |
D | stack_manager.cc | 238 if (management_thread.IsRunning()) return; in ensure_manager_initialized() 241 if (!management_thread.IsRunning()) { in ensure_manager_initialized()
|
/system/extras/libperfmgr/include/perfmgr/ |
D | HintManager.h | 46 bool IsRunning() const;
|
/system/bt/stack/btu/ |
D | btu_task.cc | 116 if (!main_thread.IsRunning()) { in btu_task_start_up()
|
/system/bt/osi/test/ |
D | semaphore_test.cc | 78 ASSERT_TRUE(thread.IsRunning()); in TEST_F()
|
D | alarm_test.cc | 308 if (!message_loop_thread.IsRunning()) { in TEST_F()
|
/system/core/adb/ |
D | transport_fd.cpp | 57 bool IsRunning() { in IsRunning() function 64 while (IsRunning()) { in Run()
|
/system/update_engine/ |
D | update_attempter_android.cc | 141 if (processor_->IsRunning()) { in ApplyPayload() 292 if (!processor_->IsRunning()) in SuspendUpdate() 299 if (!processor_->IsRunning()) in ResumeUpdate() 306 if (!processor_->IsRunning()) in CancelUpdate() 623 CHECK(!processor_->IsRunning()); in BuildUpdateActions()
|
/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 | 102 if (!hm.get() || !hm->IsRunning()) { in execConfig()
|
/system/core/init/ |
D | reboot.cpp | 401 if (bootAnim != nullptr && surfaceFlinger != nullptr && surfaceFlinger->IsRunning()) { in DoReboot() 480 if (voldService != nullptr && voldService->IsRunning()) { in DoReboot()
|
D | service.h | 77 bool IsRunning() { return (flags_ & SVC_RUNNING) != 0; } in IsRunning() function
|
/system/bt/hci/src/ |
D | hci_layer.cc | 199 if (!hci_thread.IsRunning()) { in hci_module_start_up() 537 if (!hci_thread.IsRunning()) { in process_command_credits()
|
/system/extras/libperfmgr/ |
D | HintManager.cc | 75 bool HintManager::IsRunning() const { in IsRunning() function in android::perfmgr::HintManager
|