/ohos5.0/base/powermgr/power_manager/test/unittest/src/interface_test/ |
H A D | power_wakeup_parse_test.cpp | 67 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 D | rs_ui_display_soloist_test.cpp | 121 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 D | rs_frame_rate_linker_test.cpp | 148 EXPECT_TRUE(frameRateLinker->IsEnable()); 150 EXPECT_FALSE(frameRateLinker->IsEnable());
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_touch_handle_state_wrapper.cpp | 37 bool ArkWebTouchHandleStateWrapper::IsEnable() in IsEnable() function in OHOS::ArkWeb::ArkWebTouchHandleStateWrapper 39 return ark_web_touch_handle_state_->IsEnable(); in IsEnable()
|
H A D | ark_web_touch_handle_state_wrapper.h | 38 bool IsEnable() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_touch_handle_state_impl.cpp | 39 bool ArkWebTouchHandleStateImpl::IsEnable() in IsEnable() function in OHOS::ArkWeb::ArkWebTouchHandleStateImpl 41 return nweb_touch_handle_state_->IsEnable(); in IsEnable()
|
H A D | ark_web_touch_handle_state_impl.h | 36 bool IsEnable() override;
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | stylus_detector_mgr.cpp | 54 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 D | interface_info_test.cpp | 71 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 D | wakeup_controller.cpp | 162 … 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 D | input_method_core_stub.cpp | 169 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 D | event_controller.cpp | 45 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 D | ark_web_touch_handle_state.h | 34 virtual bool IsEnable() = 0;
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | stylus_detector_default.cpp | 26 bool StylusDetectorDefault::IsEnable() in IsEnable() function in OHOS::Ace::StylusDetectorDefault
|
H A D | stylus_detector_mgr.cpp | 26 bool StylusDetectorMgr::IsEnable() in IsEnable() function in OHOS::Ace::StylusDetectorMgr
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_stylus_detector_default.cpp | 25 bool StylusDetectorDefault::IsEnable() in IsEnable() function in OHOS::Ace::StylusDetectorDefault
|
H A D | mock_stylus_detector_mgr.cpp | 25 bool StylusDetectorMgr::IsEnable() in IsEnable() function in OHOS::Ace::StylusDetectorMgr
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_touch_handle_state.h | 45 virtual bool IsEnable() = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_frame_rate_linker.h | 39 bool IsEnable();
|
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include/ |
H A D | input_method_engine_listener.h | 39 virtual bool IsEnable() in IsEnable() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/stylus/ |
H A D | stylus_detector_default.h | 29 bool IsEnable() override;
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/ |
H A D | log_collector.h | 30 countEnable = m_hilogBuffer.GetStatsInfo().IsEnable(); in LogCollector()
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | virtual_listener_test.cpp | 209 bool isEnable = VirtualListenerTest::engineListener_->IsEnable(); 225 bool isEnable = VirtualListenerTest::engineListener_->IsEnable();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/memory/ |
H A D | referenced.h | 41 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 D | input_method_engine_listener_impl.h | 50 bool IsEnable() override;
|