Home
last modified time | relevance | path

Searched defs:allowUpdate (Results 1 – 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
Dform_renderer_dispatcher_impl.cpp43 void FormRendererDispatcherImpl::SetAllowUpdate(bool allowUpdate) in SetAllowUpdate()
Dform_renderer_dispatcher_proxy.cpp55 void FormRendererDispatcherProxy::SetAllowUpdate(bool allowUpdate) in SetAllowUpdate()
Dform_renderer_dispatcher_stub.cpp82 bool allowUpdate = data.ReadBool(); in HandleSetAllowUpdate() local
Dform_renderer.cpp132 void FormRenderer::SetAllowUpdate(bool allowUpdate) in SetAllowUpdate()
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
Dform_request_data.h37 bool allowUpdate = true; member
Dform_manager_delegate.cpp626 void FormManagerDelegate::SetAllowUpdate(bool allowUpdate) in SetAllowUpdate()
/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
Dplugin_request_data.h35 bool allowUpdate = true; member
/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
Dsa_profiles.h72 bool allowUpdate = false; member
77 bool allowUpdate = false; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/form/mock/
Dmock_form_manager_delegate.cpp64 void FormManagerDelegate::SetAllowUpdate(bool allowUpdate) {} in SetAllowUpdate()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
Dform_model_ng.cpp57 void FormModelNG::AllowUpdate(bool allowUpdate) in AllowUpdate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_form.cpp140 auto allowUpdate = info[0]->ToBoolean(); in AllowUpdate() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/plugin/
Dplugin_pattern_test_ng.cpp162 auto allowUpdate = pattern->ISAllowUpdate(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/form/
Dform_test_ng.cpp588 auto allowUpdate = pattern->ISAllowUpdate(); variable