Home
last modified time | relevance | path

Searched refs:IS_DYNAMIC (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dextension_form_profile.h50 constexpr const char* IS_DYNAMIC = "isDynamic"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dextension_form_profile.cpp291 ExtensionFormProfileReader::IS_DYNAMIC, in from_json()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp59 constexpr char IS_DYNAMIC[] = "isDynamic"; variable
158 wantCache_.SetParam(IS_DYNAMIC, formInfo.isDynamic); in AddForm()