Home
last modified time | relevance | path

Searched refs:IsEnable (Results 1 - 25 of 51) sorted by relevance

123

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_upload_texture_thread.cpp69 bool RSUploadTextureThread::IsEnable() const in IsEnable() function in OHOS::Rosen::RSUploadTextureThread
76 if (IsEnable()) { in OnRenderEnd()
85 if (IsEnable()) { in OnProcessBegin()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_ui_display_soloist_test.cpp121 EXPECT_FALSE(soloistManager.GetFrameRateLinker()->IsEnable()); in HWTEST_F()
154 EXPECT_FALSE(soloistManager.GetFrameRateLinker()->IsEnable()); in HWTEST_F()
157 EXPECT_EQ(isLinkerEnabled, displaySoloist->frameRateLinker_->IsEnable()); in HWTEST_F()
163 EXPECT_TRUE(soloistManager.GetFrameRateLinker()->IsEnable()); in HWTEST_F()
166 EXPECT_EQ(isLinkerEnabled2, displaySoloist->frameRateLinker_->IsEnable()); in HWTEST_F()
H A Drs_frame_rate_linker_test.cpp148 EXPECT_TRUE(frameRateLinker->IsEnable()); in HWTEST_F()
150 EXPECT_FALSE(frameRateLinker->IsEnable()); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dstylus_detector_default.cpp26 bool StylusDetectorDefault::IsEnable() in IsEnable() function in OHOS::Ace::StylusDetectorDefault
H A Dstylus_detector_mgr.cpp53 bool StylusDetectorMgr::IsEnable() in IsEnable() function in OHOS::Ace::StylusDetectorMgr
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_stylus_detector_default.cpp25 bool StylusDetectorDefault::IsEnable() in IsEnable() function in OHOS::Ace::StylusDetectorDefault
H A Dmock_stylus_detector_mgr.cpp53 bool StylusDetectorMgr::IsEnable() in IsEnable() function in OHOS::Ace::StylusDetectorMgr
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dinterface_info_test.cpp71 EXPECT_EQ(info2.IsEnable(), true); in HWTEST_F()
132 EXPECT_EQ(info.IsEnable(), false); in HWTEST_F()
134 EXPECT_EQ(info.IsEnable(), true); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/common/stylus/
H A Dstylus_detector_default.h29 bool IsEnable() override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_frame_rate_linker.h39 bool IsEnable();
H A Drs_frame_rate_linker.cpp111 bool RSFrameRateLinker::IsEnable() in IsEnable() function in OHOS::Rosen::RSFrameRateLinker
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_new_branch_test.cpp348 bool IsEnable() override
407 bool IsEnable() override
466 bool IsEnable() override
525 bool IsEnable() override
584 bool IsEnable() override
643 bool IsEnable() override
702 bool IsEnable() override
761 bool IsEnable() override
820 bool IsEnable() override
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/resource/
H A Drs_upload_resource_thread.cpp71 if (IsEnable()) { in OnRenderEnd()
81 if (IsEnable()) { in OnProcessBegin()
H A Drs_resource_helper_skia.cpp30 if (paraUpload && instance.IsEnable() && imageUp && in UploadTextureWithSkia()
H A Drs_resource_helper_drawing.cpp28 if (paraUpload && instance.IsEnable() && imageUp && in UploadTextureWithDrawing()
H A Drs_upload_resource_thread.h84 inline bool IsEnable() const { in IsEnable() function in OHOS::Rosen::final
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_config.h66 bool IsEnable() const;
H A Devent_controller.cpp45 if (!client.config.IsEnable()) { in Register()
67 if (!client.config.IsEnable()) { in NotifyConfigChange()
227 if (client.config.IsEnable() && client.config.IsCategoryEnable(category)) { in NotifyEventSync()
H A Devent_config.cpp112 bool EventConfig::IsEnable() const in IsEnable() function in OHOS::Ace::Recorder::EventConfig
/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dmemory_monitor.h48 static bool IsEnable() in IsEnable() function in OHOS::Ace::MemoryMonitor
H A Dreferenced.h42 if (MemoryMonitor::IsEnable()) { in Claim()
96 if (MemoryMonitor::IsEnable()) { in Referenced()
106 if (MemoryMonitor::IsEnable()) { in ~Referenced()
H A Dmemory_monitor.cpp90 if (!IsEnable()) {
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dstylus_detector_default.cpp32 bool StylusDetectorDefault::IsEnable() in IsEnable() function in OHOS::Ace::StylusDetectorDefault
/foundation/arkui/ace_engine/interfaces/inner_api/ace/stylus/
H A Dstylus_detector_interface.h91 virtual bool IsEnable() = 0;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_upload_texture_thread.h43 bool IsEnable() const;

Completed in 10 milliseconds

123