Home
last modified time | relevance | path

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

12

/base/powermgr/power_manager/test/unittest/src/interface_test/
H A Dpower_wakeup_parse_test.cpp68 if (it->IsEnable() != true) { in TestPowerWakeup()
72 if (it->IsEnable() != true) { in TestPowerWakeup()
76 if (it->IsEnable() != true) { in TestPowerWakeup()
83 if (it->IsEnable() != true) { in TestPowerWakeup()
87 if (it->IsEnable() != true) { in TestPowerWakeup()
91 if (it->IsEnable() != true) { in TestPowerWakeup()
95 if (it->IsEnable() != true) { in TestPowerWakeup()
99 if (it->IsEnable() != true) { in TestPowerWakeup()
/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;
/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;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_touch_handle_state.h34 virtual bool IsEnable() = 0;
/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_collector.h30 countEnable = m_hilogBuffer.GetStatsInfo().IsEnable(); in LogCollector()
H A Dlog_stats.h162 bool IsEnable() const;
/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include/
H A Dinput_method_engine_listener.h39 virtual bool IsEnable() in IsEnable() function in OHOS::MiscServices::InputMethodEngineListener
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_touch_handle_state.h45 virtual bool IsEnable() = 0;
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Di_input_method_core.h63 virtual bool IsEnable() = 0;
H A Dinput_method_core_proxy.h43 bool IsEnable() override;
H A Dinput_method_core_stub.h44 bool IsEnable() override;
H A Dinput_method_ability.h78 bool IsEnable();
/base/inputmethod/imf/test/common/include/
H A Dinput_method_engine_listener_impl.h55 bool IsEnable() override;
/base/powermgr/power_manager/services/native/src/wakeup/
H A Dwakeup_sources.h44 bool IsEnable() const in IsEnable() function in OHOS::PowerMgr::WakeUpAction::WakeupSource
H A Dwakeup_controller.cpp159 POWER_HILOGI(COMP_SVC, "the origin doubleClick_enable is: %{public}d", source.IsEnable()); in SetOriginSettingValue()
160 SettingHelper::SetSettingWakeupDouble(source.IsEnable()); in SetOriginSettingValue()
161 SetWakeupDoubleClickSensor(source.IsEnable()); in SetOriginSettingValue()
172 POWER_HILOGI(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()
/base/powermgr/power_manager/utils/vibrator/src/
H A Dpower_vibrator.cpp56 if (!source.IsEnable() || source.GetType() == "") { in StartVibrator()
/base/powermgr/power_manager/utils/vibrator/include/
H A Dvibrator_source_parser.h32 bool IsEnable() const in IsEnable() function in OHOS::PowerMgr::VibratorSource
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_core_stub.cpp186 bool isEnable = IsEnable(); in IsEnableOnRemote()
271 bool InputMethodCoreStub::IsEnable() in IsEnable() function in OHOS::MiscServices::InputMethodCoreStub
273 return InputMethodAbility::GetInstance()->IsEnable(); in IsEnable()
H A Dinput_method_core_proxy.cpp95 bool InputMethodCoreProxy::IsEnable()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dvirtual_listener_test.cpp209 bool isEnable = VirtualListenerTest::engineListener_->IsEnable(); in HWTEST_F()
225 bool isEnable = VirtualListenerTest::engineListener_->IsEnable(); in HWTEST_F()
/base/inputmethod/imf/test/common/src/
H A Dinput_method_engine_listener_impl.cpp75 bool InputMethodEngineListenerImpl::IsEnable() in IsEnable() function in OHOS::MiscServices::InputMethodEngineListenerImpl
/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dvsync_adapter_impl.cpp193 if (frameRateLinker_ && frameRateLinker_->IsEnable()) { in SetFramePreferredRate()
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_stats.cpp234 bool LogStats::IsEnable() const in IsEnable() function in OHOS::HiviewDFX::LogStats

Completed in 9 milliseconds

12