Home
last modified time | relevance | path

Searched refs:IsEnable (Results 1 – 25 of 69) sorted by relevance

123

/ohos5.0/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_wakeup_parse_test.cpp67 if (it->IsEnable() != true) { in TestPowerWakeup()
71 if (it->IsEnable() != true) { in TestPowerWakeup()
75 if (it->IsEnable() != true) { in TestPowerWakeup()
82 if (it->IsEnable() != true) { in TestPowerWakeup()
86 if (it->IsEnable() != true) { in TestPowerWakeup()
90 if (it->IsEnable() != true) { in TestPowerWakeup()
94 if (it->IsEnable() != true) { in TestPowerWakeup()
98 if (it->IsEnable() != true) { in TestPowerWakeup()
/ohos5.0/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());
154 EXPECT_FALSE(soloistManager.GetFrameRateLinker()->IsEnable());
157 EXPECT_EQ(isLinkerEnabled, displaySoloist->frameRateLinker_->IsEnable());
163 EXPECT_TRUE(soloistManager.GetFrameRateLinker()->IsEnable());
166 EXPECT_EQ(isLinkerEnabled2, displaySoloist->frameRateLinker_->IsEnable());
H A Drs_frame_rate_linker_test.cpp148 EXPECT_TRUE(frameRateLinker->IsEnable());
150 EXPECT_FALSE(frameRateLinker->IsEnable());
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_touch_handle_state_wrapper.cpp37 bool ArkWebTouchHandleStateWrapper::IsEnable() in IsEnable() function in OHOS::ArkWeb::ArkWebTouchHandleStateWrapper
39 return ark_web_touch_handle_state_->IsEnable(); in IsEnable()
H A Dark_web_touch_handle_state_wrapper.h38 bool IsEnable() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_touch_handle_state_impl.cpp39 bool ArkWebTouchHandleStateImpl::IsEnable() in IsEnable() function in OHOS::ArkWeb::ArkWebTouchHandleStateImpl
41 return nweb_touch_handle_state_->IsEnable(); in IsEnable()
H A Dark_web_touch_handle_state_impl.h36 bool IsEnable() override;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dstylus_detector_mgr.cpp54 bool StylusDetectorMgr::IsEnable() in IsEnable() function in OHOS::Ace::StylusDetectorMgr
57 auto isEnable = engine_->IsEnable(); in IsEnable()
136 if (!IsEnable()) { in IsNeedInterceptedTouchEvent()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dinterface_info_test.cpp71 EXPECT_EQ(info2.IsEnable(), true);
132 EXPECT_EQ(info.IsEnable(), false);
134 EXPECT_EQ(info.IsEnable(), true);
/ohos5.0/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_controller.cpp162 … POWER_HILOGI(COMP_SVC, "the origin doubleClick_enable is: %{public}d", source.IsEnable()); in SetOriginSettingValue()
163 SettingHelper::SetSettingWakeupDouble(source.IsEnable()); in SetOriginSettingValue()
164 SetWakeupDoubleClickSensor(source.IsEnable()); in SetOriginSettingValue()
172 …LOGI(FEATURE_WAKEUP, "GetReason_WAKEUP_DEVICE_PICKUP,source enable=%{public}d", source.IsEnable()); in SetOriginSettingValue()
173 SettingHelper::SetSettingWakeupPickup(source.IsEnable()); in SetOriginSettingValue()
174 PickupConnectMotionConfig(source.IsEnable()); in SetOriginSettingValue()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_core_stub.cpp169 bool isEnable = IsEnable(); in IsEnableOnRemote()
240 bool InputMethodCoreStub::IsEnable() in IsEnable() function in OHOS::MiscServices::InputMethodCoreStub
242 return InputMethodAbility::GetInstance()->IsEnable(); in IsEnable()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
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()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_touch_handle_state.h34 virtual bool IsEnable() = 0;
/ohos5.0/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.cpp26 bool StylusDetectorMgr::IsEnable() in IsEnable() function in OHOS::Ace::StylusDetectorMgr
/ohos5.0/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.cpp25 bool StylusDetectorMgr::IsEnable() in IsEnable() function in OHOS::Ace::StylusDetectorMgr
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_touch_handle_state.h45 virtual bool IsEnable() = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_frame_rate_linker.h39 bool IsEnable();
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include/
H A Dinput_method_engine_listener.h39 virtual bool IsEnable() in IsEnable() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/stylus/
H A Dstylus_detector_default.h29 bool IsEnable() override;
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_collector.h30 countEnable = m_hilogBuffer.GetStatsInfo().IsEnable(); in LogCollector()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dvirtual_listener_test.cpp209 bool isEnable = VirtualListenerTest::engineListener_->IsEnable();
225 bool isEnable = VirtualListenerTest::engineListener_->IsEnable();
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dreferenced.h41 if (MemoryMonitor::IsEnable()) { in Claim()
95 if (MemoryMonitor::IsEnable()) {
105 if (MemoryMonitor::IsEnable()) { in ~Referenced()
/ohos5.0/base/inputmethod/imf/test/common/include/
H A Dinput_method_engine_listener_impl.h50 bool IsEnable() override;

123