Home
last modified time | relevance | path

Searched defs:imageDataMap (Results 1 - 20 of 20) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formproviderinfo_fuzzer/
H A Dformproviderinfo_fuzzer.cpp39 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/form_fwk/test/unittest/form_provider_info_test/
H A Dform_provider_info_test.cpp108 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in HWTEST_F() local
/foundation/ability/form_fwk/test/unittest/fms_form_js_info_test/
H A Dfms_form_js_info_test.cpp192 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in HWTEST_F() local
H A Dmock_form_provider_data.cpp60 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in GetImageDataMap() local
/foundation/ability/form_fwk/test/fuzztest/formhostcaller_fuzzer/
H A Dformhostcaller_fuzzer.cpp52 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/form_fwk/test/unittest/fms_form_cache_mgr_test/
H A Dfms_form_cache_mgr_test.cpp67 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in HWTEST_F() local
94 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in HWTEST_F() local
129 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in HWTEST_F() local
163 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in HWTEST_F() local
[all...]
/foundation/ability/form_fwk/test/fuzztest/formcachemgr_fuzzer/
H A Dformcachemgr_fuzzer.cpp47 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_provider_info.cpp90 void FormProviderInfo::SetImageDataMap(std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap) in SetImageDataMap() argument
H A Dform_provider_data.cpp272 void FormProviderData::SetImageDataMap(std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap) in SetImageDataMap() argument
/foundation/ability/form_fwk/services/src/
H A Dform_render_connection.cpp61 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in OnAbilityConnectDone() local
H A Dform_render_mgr_inner.cpp184 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in UpdateRenderingForm() local
709 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in RecoverForms() local
H A Dform_data_proxy_record.cpp451 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in UpdatePublishedDataForm() local
683 PrepareImageData(const DataShare::PublishedDataItem &data, nlohmann::json &jsonObj, std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> &imageDataMap) PrepareImageData() argument
H A Dform_mgr_adapter.cpp1484 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in AddExistFormRecord() local
2797 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in UpdateProviderInfoToHost() local
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_js_info.h42 std::map<std::string, sptr<FormAshmem>> imageDataMap; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/
H A Dmock_sub_container.cpp33 RunCard(int64_t formId, const std::string& path, const std::string& module, const std::string& data, const std::map<std::string, sptr<AppExecFwk::FormAshmem>>& imageDataMap, const std::string& formSrc, const FrontendType& cardType, const FrontendType& uiSyntax) RunCard() argument
41 UpdateCard( const std::string& content, const std::map<std::string, sptr<AppExecFwk::FormAshmem>>& imageDataMap) UpdateCard() argument
/foundation/ability/form_fwk/test/unittest/fms_form_data_proxy_record_test/
H A Dfms_form_data_proxy_record_test.cpp273 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in HWTEST_F() local
295 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in HWTEST_F() local
480 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in HWTEST_F() local
505 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in HWTEST_F() local
530 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in HWTEST_F() local
555 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in HWTEST_F() local
581 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp371 void SubContainer::ProcessSharedImage(const std::map<std::string, sptr<AppExecFwk::FormAshmem>> imageDataMap) in ProcessSharedImage() argument
155 RunCard(int64_t formId, const std::string& path, const std::string& module, const std::string& data, const std::map<std::string, sptr<AppExecFwk::FormAshmem>>& imageDataMap, const std::string& formSrc, const FrontendType& cardType, const FrontendType& uiSyntax) RunCard() argument
485 UpdateCard( const std::string& content, const std::map<std::string, sptr<AppExecFwk::FormAshmem>>& imageDataMap) UpdateCard() argument
/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>>& imageDataMap) {} in UpdateFormSharedImage() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp2768 void AceContainer::UpdateFormSharedImage(const std::map<std::string, sptr<AppExecFwk::FormAshmem>>& imageDataMap) in UpdateFormSharedImage() argument
H A Dui_content_impl.cpp2992 void UIContentImpl::UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>& imageDataMap) in UpdateFormSharedImage() argument

Completed in 29 milliseconds