Home
last modified time | relevance | path

Searched refs:IsActive (Results 1 - 25 of 157) sorted by relevance

1234567

/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_semaphore_gles.cpp27 PLUGIN_ASSERT(device_.IsActive()); in GpuSemaphoreGles()
33 PLUGIN_ASSERT(device_.IsActive()); in GpuSemaphoreGles()
44 PLUGIN_ASSERT(device_.IsActive()); in ~GpuSemaphoreGles()
H A Dgpu_buffer_gles.cpp80 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 Dgpu_sampler_gles.cpp28 PLUGIN_ASSERT(device_.IsActive()); in GpuSamplerGLES()
117 PLUGIN_ASSERT(device_.IsActive()); in ~GpuSamplerGLES()
H A Dgpu_query_gles.cpp29 PLUGIN_ASSERT(static_cast<DeviceGLES&>(device).IsActive()); in GpuQueryGLES()
/foundation/arkui/ace_engine/frameworks/core/components/texttimer/
H A Drender_texttimer.cpp31 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 Dthread.cpp133 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 Dwater_flow_test_ng.cpp683 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 Dwater_flow_regular_test.cpp216 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 Dscheduler.h43 if (IsActive()) {
54 bool IsActive() const in IsActive() function in OHOS::Ace::Scheduler
H A Dbilateral_spring_node.cpp78 if (scheduler_->IsActive()) { in OnAnimation()
84 if (!scheduler_->IsActive()) { in OnAnimation()
H A Danimator.cpp438 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 Dlist_group_algorithm_test_ng.cpp851 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 Dwifi_direct_executor.cpp59 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 Dvolume_ramp.h39 bool IsActive();
/foundation/graphic/graphic_3d/lume/metaobject/src/property/
H A Ddependencies.h28 bool IsActive() const;
/foundation/multimedia/audio_framework/frameworks/cj/include/
H A Dmultimedia_audio_stream_manager_impl.h33 bool IsActive(int32_t volumeType);
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drosen_render_grid_scroll.cpp47 if (scrollBar_->IsActive() || scrollBar_->GetDisplayMode() == DisplayMode::ON) { in Paint()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_system.h56 virtual bool IsActive() const = 0;
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_controller_test_ng.cpp166 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 Dthread_pool_test.cpp132 * @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 Dthread.h176 bool IsActive() const;
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drosen_render_multi_child_scroll.cpp59 if (scrollBar_->IsActive() || scrollBar_->GetDisplayMode() == DisplayMode::ON) { in Paint()
H A Drosen_render_single_child_scroll.cpp51 if (scrollBar_->IsActive() || scrollBar_->GetDisplayMode() == DisplayMode::ON) { in Paint()
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drosen_render_water_flow.cpp47 if (scrollBar_->IsActive() || scrollBar_->GetDisplayMode() == DisplayMode::ON) { in Paint()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dlocal_matrix_system.h47 bool IsActive() const override;

Completed in 11 milliseconds

1234567