Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_constants.h282 constexpr const char* FORM_COMPATIBLE_VERSION_KEY = "form_compatible_version"; variable
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp583 want.GetIntParam(Constants::FORM_COMPATIBLE_VERSION_KEY, 0)); in GetContext()
624 Constants::FORM_COMPATIBLE_VERSION_KEY, 0)); in CreateContext()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr_inner.cpp235 …want.SetParam(Constants::FORM_COMPATIBLE_VERSION_KEY, static_cast<int32_t>(bundleInfo.compatibleVe… in FillBundleInfo()