/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_semaphore_gles.cpp | 27 PLUGIN_ASSERT(device_.IsActive()); in GpuSemaphoreGles() 33 PLUGIN_ASSERT(device_.IsActive()); in GpuSemaphoreGles() 44 PLUGIN_ASSERT(device_.IsActive()); in ~GpuSemaphoreGles()
|
H A D | gpu_buffer_gles.cpp | 80 PLUGIN_ASSERT(device_.IsActive()); 140 PLUGIN_ASSERT(device_.IsActive()); in ~GpuBufferGLES() 194 PLUGIN_ASSERT(device_.IsActive()); in Map() 220 PLUGIN_ASSERT(device_.IsActive()); in Unmap() 244 PLUGIN_ASSERT(device_.IsActive()); in MapMemory()
|
H A D | gpu_sampler_gles.cpp | 28 PLUGIN_ASSERT(device_.IsActive()); in GpuSamplerGLES() 117 PLUGIN_ASSERT(device_.IsActive()); in ~GpuSamplerGLES()
|
H A D | gpu_query_gles.cpp | 29 PLUGIN_ASSERT(static_cast<DeviceGLES&>(device).IsActive()); in GpuQueryGLES()
|
/foundation/arkui/ace_engine/frameworks/core/components/texttimer/ |
H A D | render_texttimer.cpp | 31 if (scheduler_ && scheduler_->IsActive()) { in ~RenderTextTimer() 158 if (scheduler_ && !scheduler_->IsActive()) { in HandleStart() 165 if (scheduler_ && scheduler_->IsActive()) { in HandlePause() 172 if (scheduler_ && scheduler_->IsActive()) { in HandleReset()
|
/foundation/ai/ai_engine/services/common/platform/threadpool/source/ |
H A D | thread.cpp | 133 if (!IsActive()) { in StopThread() 146 if (!IsActive()) { in StopThread() 192 bool Thread::IsActive() const in IsActive() function in OHOS::AI::Thread
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
H A D | water_flow_test_ng.cpp | 683 EXPECT_TRUE(GetChildFrameNode(frameNode_, i)->IsActive()); in HWTEST_F() 704 EXPECT_TRUE(GetChildFrameNode(frameNode_, i)->IsActive()); in HWTEST_F() 725 EXPECT_TRUE(GetChildFrameNode(frameNode_, 3)->IsActive()); in HWTEST_F() 726 EXPECT_TRUE(GetChildFrameNode(frameNode_, 4)->IsActive()); in HWTEST_F() 727 EXPECT_FALSE(GetChildFrameNode(frameNode_, 5)->IsActive()); in HWTEST_F() 728 EXPECT_FALSE(GetChildFrameNode(frameNode_, 6)->IsActive()); in HWTEST_F() 745 EXPECT_TRUE(GetChildFrameNode(frameNode_, 5)->IsActive()); in HWTEST_F() 746 EXPECT_TRUE(GetChildFrameNode(frameNode_, 6)->IsActive()); in HWTEST_F() 747 EXPECT_FALSE(GetChildFrameNode(frameNode_, 7)->IsActive()); in HWTEST_F() 748 EXPECT_FALSE(GetChildFrameNode(frameNode_, 8)->IsActive()); in HWTEST_F() [all...] |
H A D | water_flow_regular_test.cpp | 216 EXPECT_FALSE(GetChildFrameNode(frameNode_, 0)->IsActive()); in HWTEST_F() 463 EXPECT_FALSE(GetChildFrameNode(frameNode_, 0)->IsActive()); in HWTEST_F() 464 EXPECT_TRUE(GetChildFrameNode(frameNode_, 12)->IsActive()); in HWTEST_F() 484 EXPECT_TRUE(GetChildFrameNode(frameNode_, 0)->IsActive()); in HWTEST_F() 490 EXPECT_FALSE(GetChildFrameNode(frameNode_, 0)->IsActive()); in HWTEST_F() 499 EXPECT_FALSE(GetChildFrameNode(frameNode_, 0)->IsActive()); in HWTEST_F() 509 EXPECT_TRUE(GetChildFrameNode(frameNode_, 0)->IsActive()); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | scheduler.h | 43 if (IsActive()) { 54 bool IsActive() const in IsActive() function in OHOS::Ace::Scheduler
|
H A D | bilateral_spring_node.cpp | 78 if (scheduler_->IsActive()) { in OnAnimation() 84 if (!scheduler_->IsActive()) { in OnAnimation()
|
H A D | animator.cpp | 438 if (scheduler_ && scheduler_->IsActive()) { in Pause() 462 if (scheduler_ && !scheduler_->IsActive()) { in Resume() 505 if (scheduler_ && scheduler_->IsActive()) { in Stop() 563 if (scheduler_ && scheduler_->IsActive()) { in Cancel() 701 if (scheduler_ && !scheduler_->IsActive()) { in StartInner() 841 if (status_ != Status::STOPPED && (!HasScheduler() || !scheduler_->IsActive())) { in StopInnerAsync()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_group_algorithm_test_ng.cpp | 851 EXPECT_EQ(cachedItem->IsActive(), false); in HWTEST_F() 864 EXPECT_EQ(cachedItem->IsActive(), false); in HWTEST_F() 868 EXPECT_EQ(cachedItem->IsActive(), false); in HWTEST_F() 910 EXPECT_EQ(item8->IsActive(), false); in HWTEST_F() 914 EXPECT_EQ(item9->IsActive(), false); in HWTEST_F() 928 EXPECT_EQ(item2->IsActive(), false); in HWTEST_F() 931 EXPECT_EQ(item3->IsActive(), false); in HWTEST_F() 935 EXPECT_EQ(item14->IsActive(), false); in HWTEST_F() 938 EXPECT_EQ(item15->IsActive(), false); in HWTEST_F() 983 EXPECT_EQ(g0Item4->IsActive(), fals in HWTEST_F() [all...] |
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_executor.cpp | 59 if (IsActive()) { in Run() 93 bool WifiDirectExecutor::IsActive() const in IsActive() function in OHOS::SoftBus::WifiDirectExecutor
|
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/ |
H A D | volume_ramp.h | 39 bool IsActive();
|
/foundation/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | dependencies.h | 28 bool IsActive() const;
|
/foundation/multimedia/audio_framework/frameworks/cj/include/ |
H A D | multimedia_audio_stream_manager_impl.h | 33 bool IsActive(int32_t volumeType);
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
H A D | rosen_render_grid_scroll.cpp | 47 if (scrollBar_->IsActive() || scrollBar_->GetDisplayMode() == DisplayMode::ON) { in Paint()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/ |
H A D | intf_system.h | 56 virtual bool IsActive() const = 0;
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_controller_test_ng.cpp | 166 EXPECT_TRUE(GetChildFrameNode(frameNode_, 1)->IsActive()); in HWTEST_F() 174 EXPECT_FALSE(GetChildFrameNode(frameNode_, 1)->IsActive()); in HWTEST_F() 175 EXPECT_TRUE(GetChildFrameNode(frameNode_, 0)->IsActive()); in HWTEST_F() 183 EXPECT_FALSE(GetChildFrameNode(frameNode_, 0)->IsActive()); in HWTEST_F() 184 EXPECT_TRUE(GetChildFrameNode(frameNode_, 3)->IsActive()); in HWTEST_F()
|
/foundation/ai/ai_engine/test/common/threadpool/ |
H A D | thread_pool_test.cpp | 132 * @tc.desc: Test thread StartThread/IsRunning/IsActive/StopThread functions. 148 ASSERT_TRUE(testThread.IsActive()); in HWTEST_F() 151 ASSERT_FALSE(testThread.IsActive()); in HWTEST_F()
|
/foundation/ai/ai_engine/services/common/platform/threadpool/include/ |
H A D | thread.h | 176 bool IsActive() const;
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | rosen_render_multi_child_scroll.cpp | 59 if (scrollBar_->IsActive() || scrollBar_->GetDisplayMode() == DisplayMode::ON) { in Paint()
|
H A D | rosen_render_single_child_scroll.cpp | 51 if (scrollBar_->IsActive() || scrollBar_->GetDisplayMode() == DisplayMode::ON) { in Paint()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | rosen_render_water_flow.cpp | 47 if (scrollBar_->IsActive() || scrollBar_->GetDisplayMode() == DisplayMode::ON) { in Paint()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | local_matrix_system.h | 47 bool IsActive() const override;
|