Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsEnable
(Results
1 - 25
of
28
) sorted by relevance
1
2
/base/powermgr/power_manager/test/unittest/src/interface_test/
H
A
D
power_wakeup_parse_test.cpp
68
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
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;
/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;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H
A
D
ark_web_touch_handle_state.h
34
virtual bool
IsEnable
() = 0;
/base/hiviewdfx/hilog/services/hilogd/include/
H
A
D
log_collector.h
30
countEnable = m_hilogBuffer.GetStatsInfo().
IsEnable
();
in LogCollector()
H
A
D
log_stats.h
162
bool
IsEnable
() const;
/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include/
H
A
D
input_method_engine_listener.h
39
virtual bool
IsEnable
()
in IsEnable()
function in OHOS::MiscServices::InputMethodEngineListener
/base/web/webview/ohos_interface/include/ohos_nweb/
H
A
D
nweb_touch_handle_state.h
45
virtual bool
IsEnable
() = 0;
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H
A
D
i_input_method_core.h
63
virtual bool
IsEnable
() = 0;
H
A
D
input_method_core_proxy.h
43
bool
IsEnable
() override;
H
A
D
input_method_core_stub.h
44
bool
IsEnable
() override;
H
A
D
input_method_ability.h
78
bool
IsEnable
();
/base/inputmethod/imf/test/common/include/
H
A
D
input_method_engine_listener_impl.h
55
bool
IsEnable
() override;
/base/powermgr/power_manager/services/native/src/wakeup/
H
A
D
wakeup_sources.h
44
bool
IsEnable
() const
in IsEnable()
function in OHOS::PowerMgr::WakeUpAction::WakeupSource
H
A
D
wakeup_controller.cpp
159
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
D
power_vibrator.cpp
56
if (!source.
IsEnable
() || source.GetType() == "") {
in StartVibrator()
/base/powermgr/power_manager/utils/vibrator/include/
H
A
D
vibrator_source_parser.h
32
bool
IsEnable
() const
in IsEnable()
function in OHOS::PowerMgr::VibratorSource
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H
A
D
input_method_core_stub.cpp
186
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
D
input_method_core_proxy.cpp
95
bool InputMethodCoreProxy::
IsEnable
()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
virtual_listener_test.cpp
209
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
D
input_method_engine_listener_impl.cpp
75
bool InputMethodEngineListenerImpl::
IsEnable
()
in IsEnable()
function in OHOS::MiscServices::InputMethodEngineListenerImpl
/base/web/webview/ohos_adapter/graphic_adapter/src/
H
A
D
vsync_adapter_impl.cpp
193
if (frameRateLinker_ && frameRateLinker_->
IsEnable
()) {
in SetFramePreferredRate()
/base/hiviewdfx/hilog/services/hilogd/
H
A
D
log_stats.cpp
234
bool LogStats::
IsEnable
() const
in IsEnable()
function in OHOS::HiviewDFX::LogStats
Completed in 9 milliseconds
1
2