Searched refs:UpdateFormSharedImage (Results 1 – 9 of 9) sorted by relevance
| /foundation/arkui/ace_engine/test/unittest/interfaces/ |
| D | form_render_test.cpp | 108 …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/ |
| D | form_renderer.cpp | 64 uiContent_->UpdateFormSharedImage(formJsInfo.imageDataMap); in PreInitUIContent() 218 uiContent_->UpdateFormSharedImage(formJsInfo.imageDataMap); in UpdateForm()
|
| /foundation/arkui/ace_engine/adapter/preview/entrance/ |
| D | ui_content_impl.h | 113 …void UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>& imageD… in UpdateFormSharedImage() function
|
| /foundation/arkui/ace_engine/test/mock/interfaces/ |
| D | mock_uicontent.h | 80 …UpdateFormSharedImage, void(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>& image…
|
| /foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
| D | ui_content.h | 175 …virtual void UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>… in UpdateFormSharedImage() function
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| D | ui_content_impl.h | 126 …void UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>& imageD…
|
| D | ace_container.h | 508 …void UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>& imageD…
|
| D | ui_content_impl.cpp | 1019 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()
|
| D | ace_container.cpp | 2126 void AceContainer::UpdateFormSharedImage(const std::map<std::string, sptr<AppExecFwk::FormAshmem>>&… in UpdateFormSharedImage() function in OHOS::Ace::Platform::AceContainer
|