Home
last modified time | relevance | path

Searched refs:ReloadFormComponent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h134 void ReloadFormComponent(); // Reload ArkTS-Card component
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp528 (static_cast<AbilityRuntime::JsRuntime&>(*runtime_)).ReloadFormComponent(); in UpdateRuntime()
1394 (static_cast<AbilityRuntime::JsRuntime&>(*runtime_)).ReloadFormComponent(); in HandleReloadFormRecord()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp1128 jsRuntime->ReloadFormComponent();
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp871 void JsRuntime::ReloadFormComponent() in ReloadFormComponent() function in OHOS::AbilityRuntime::JsRuntime