Home
last modified time | relevance | path

Searched refs:UpdateFormSharedImage (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer.cpp68 uiContent_->UpdateFormSharedImage(formJsInfo.imageDataMap); in PreInitUIContent()
235 uiContent_->UpdateFormSharedImage(formJsInfo.imageDataMap); in UpdateForm()
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_content.h73UpdateFormSharedImage, void(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>> &image…
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent.h78UpdateFormSharedImage, void(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>& image…
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_test.cpp109 …EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), UpdateFormSharedImage(_)).WillOnc…
145 …EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), UpdateFormSharedImage(_)).WillOnc…
236 …EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), UpdateFormSharedImage(_)).WillOnc…
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.h115 …void UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>& imageD… in UpdateFormSharedImage() function
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h188 …virtual void UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>… in UpdateFormSharedImage() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h151 …void UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>& imageD…
H A Dace_container.h568 …void UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>& imageD…
H A Dui_content_impl.cpp1393 container->UpdateFormSharedImage(formImageDataMap_); in CommonInitializeForm()
3049 void UIContentImpl::UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAs… in UpdateFormSharedImage() function in OHOS::Ace::UIContentImpl
3054 container->UpdateFormSharedImage(imageDataMap); in UpdateFormSharedImage()
H A Dace_container.cpp2829 void AceContainer::UpdateFormSharedImage(const std::map<std::string, sptr<AppExecFwk::FormAshmem>>&… in UpdateFormSharedImage() function in OHOS::Ace::Platform::AceContainer