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
defs:allowUpdate
(Results
1 - 17
of
17
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
H
A
D
plugin_request_data.h
35
bool
allowUpdate
= true;
member
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H
A
D
form_request_data.h
37
bool
allowUpdate
= true;
member
H
A
D
form_manager_delegate.cpp
726
void FormManagerDelegate::SetAllowUpdate(bool
allowUpdate
)
in SetAllowUpdate()
argument
/foundation/arkui/ace_engine/test/unittest/interfaces/
H
A
D
form_renderer_dispatcher_proxy_test.cpp
73
bool
allowUpdate
= true;
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_form_component_bridge.cpp
50
bool
allowUpdate
= allowUpdateArg->ToBoolean(vm)->Value();
in AllowUpdate()
local
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H
A
D
form_renderer_dispatcher_proxy.cpp
68
void FormRendererDispatcherProxy::SetAllowUpdate(bool
allowUpdate
)
in SetAllowUpdate()
argument
H
A
D
form_renderer_dispatcher_stub.cpp
91
bool
allowUpdate
= data.ReadBool();
in HandleSetAllowUpdate()
local
H
A
D
form_renderer_dispatcher_impl.cpp
92
void FormRendererDispatcherImpl::SetAllowUpdate(bool
allowUpdate
)
in SetAllowUpdate()
argument
H
A
D
form_renderer.cpp
206
void FormRenderer::SetAllowUpdate(bool
allowUpdate
)
in SetAllowUpdate()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H
A
D
form_model_ng.cpp
62
void FormModelNG::AllowUpdate(bool
allowUpdate
)
in AllowUpdate()
argument
199
void FormModelNG::AllowUpdate(FrameNode* frameNode, bool
allowUpdate
)
in AllowUpdate()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_form.cpp
149
auto
allowUpdate
= info[0]->ToBoolean();
in AllowUpdate()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/
H
A
D
plugin_pattern_test_ng.cpp
162
auto
allowUpdate
= pattern->ISAllowUpdate();
in HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/
H
A
D
mock_form_manager_delegate.cpp
70
void FormManagerDelegate::SetAllowUpdate(bool
allowUpdate
) {}
in SetAllowUpdate()
argument
/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H
A
D
sa_profiles.h
106
bool
allowUpdate
= false;
member
111
bool
allowUpdate
= false;
member
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H
A
D
form_test_ng.cpp
649
auto
allowUpdate
= pattern->ISAllowUpdate();
HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H
A
D
arkoala_api.h
4641
void (*
allowUpdate
)(ArkUINodeHandle node, ArkUI_Bool value);
member
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H
A
D
cjui_api.h
2852
void (*
allowUpdate
)(ArkUINodeHandle node, ArkUI_Bool value);
member
Completed in 44 milliseconds