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 D | form_renderer.cpp | 68 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 D | mock_ui_content.h | 73 …UpdateFormSharedImage, void(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>> &image…
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/ |
H A D | mock_uicontent.h | 78 …UpdateFormSharedImage, void(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>& image…
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | form_render_test.cpp | 109 …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 D | ui_content_impl.h | 115 …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 D | ui_content.h | 188 …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 D | ui_content_impl.h | 151 …void UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>& imageD…
|
H A D | ace_container.h | 568 …void UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>& imageD…
|
H A D | ui_content_impl.cpp | 1393 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 D | ace_container.cpp | 2829 void AceContainer::UpdateFormSharedImage(const std::map<std::string, sptr<AppExecFwk::FormAshmem>>&… in UpdateFormSharedImage() function in OHOS::Ace::Platform::AceContainer
|