Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/interfaces/
Dform_render_test.cpp108 …EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), UpdateFormSharedImage(_)).WillOnc…
144 …EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), UpdateFormSharedImage(_)).WillOnc…
235 …EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), UpdateFormSharedImage(_)).WillOnc…
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
Dform_renderer.cpp64 uiContent_->UpdateFormSharedImage(formJsInfo.imageDataMap); in PreInitUIContent()
218 uiContent_->UpdateFormSharedImage(formJsInfo.imageDataMap); in UpdateForm()
/foundation/arkui/ace_engine/adapter/preview/entrance/
Dui_content_impl.h113 …void UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>& imageD… in UpdateFormSharedImage() function
/foundation/arkui/ace_engine/test/mock/interfaces/
Dmock_uicontent.h80UpdateFormSharedImage, void(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>& image…
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
Dui_content.h175 …virtual void UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>… in UpdateFormSharedImage() function
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dui_content_impl.h126 …void UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>& imageD…
Dace_container.h508 …void UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>& imageD…
Dui_content_impl.cpp1019 container->UpdateFormSharedImage(formImageDataMap_); in CommonInitializeForm()
2159 void UIContentImpl::UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAs… in UpdateFormSharedImage() function in OHOS::Ace::UIContentImpl
2164 container->UpdateFormSharedImage(imageDataMap); in UpdateFormSharedImage()
Dace_container.cpp2126 void AceContainer::UpdateFormSharedImage(const std::map<std::string, sptr<AppExecFwk::FormAshmem>>&… in UpdateFormSharedImage() function in OHOS::Ace::Platform::AceContainer