Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_connection.cpp73 want.SetParam(Constants::FORM_COMPILE_MODE_KEY, compileMode); in OnAbilityConnectDone()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_constants.h281 constexpr const char* FORM_COMPILE_MODE_KEY = "form_compile_mode"; variable
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp618 …oduleInfo.compileMode = static_cast<CompileMode>(want.GetIntParam(Constants::FORM_COMPILE_MODE_KEY, in CreateContext()