/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_cache_mgr_test/ |
H A D | fms_form_cache_mgr_test.cpp | 67 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; variable 94 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; variable 129 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; variable 163 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/ |
H A D | mock_sub_container.cpp | 34 …const std::map<std::string, sptr<AppExecFwk::FormAshmem>>& imageDataMap, const std::string& formSr… in RunCard() 42 …onst std::string& content, const std::map<std::string, sptr<AppExecFwk::FormAshmem>>& imageDataMap) in UpdateCard()
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formproviderinfo_fuzzer/ |
H A D | formproviderinfo_fuzzer.cpp | 39 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_js_info_test/ |
H A D | mock_form_provider_data.cpp | 60 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in GetImageDataMap() local
|
H A D | fms_form_js_info_test.cpp | 192 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; variable
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_provider_info.cpp | 90 …iderInfo::SetImageDataMap(std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap) in SetImageDataMap()
|
H A D | form_provider_data.cpp | 271 …iderData::SetImageDataMap(std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap) in SetImageDataMap()
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_render_connection.cpp | 61 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in OnAbilityConnectDone() local
|
H A D | form_render_mgr_inner.cpp | 184 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in UpdateRenderingForm() local 737 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in RecoverForms() local
|
H A D | form_data_proxy_record.cpp | 451 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in UpdatePublishedDataForm() local 684 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> &imageDataMap) in PrepareImageData()
|
H A D | form_mgr_adapter.cpp | 1543 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in AddExistFormRecord() local 2859 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in UpdateProviderInfoToHost() local
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formcachemgr_fuzzer/ |
H A D | formcachemgr_fuzzer.cpp | 47 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formhostcaller_fuzzer/ |
H A D | formhostcaller_fuzzer.cpp | 52 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | sub_container.cpp | 156 …const std::map<std::string, sptr<AppExecFwk::FormAshmem>>& imageDataMap, const std::string& formSr… in RunCard() 371 …ntainer::ProcessSharedImage(const std::map<std::string, sptr<AppExecFwk::FormAshmem>> imageDataMap) in ProcessSharedImage() 486 …onst std::string& content, const std::map<std::string, sptr<AppExecFwk::FormAshmem>>& imageDataMap) in UpdateCard()
|
H A D | form_element.cpp | 283 std::map<std::string, sptr<AppExecFwk::FormAshmem>> imageDataMap) { in Prepare()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_data_proxy_record_test/ |
H A D | fms_form_data_proxy_record_test.cpp | 273 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; variable 295 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; variable 480 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; variable 505 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; variable 530 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; variable 555 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; variable 581 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; variable
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_provider_info_test/ |
H A D | form_provider_info_test.cpp | 108 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; variable
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_js_info.h | 42 std::map<std::string, sptr<FormAshmem>> imageDataMap; member
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ui_content_impl.h | 115 …d UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>& imageData… in UpdateFormSharedImage()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | ui_content.h | 188 …d UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>& imageData… in UpdateFormSharedImage()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_pattern.cpp | 1179 … const FrontendType& frontendType, const FrontendType& uiSyntax) { in InitFormManagerDelegate() 1203 const std::map<std::string, sptr<AppExecFwk::FormAshmem>>& imageDataMap) { in InitFormManagerDelegate()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.cpp | 2829 …ner::UpdateFormSharedImage(const std::map<std::string, sptr<AppExecFwk::FormAshmem>>& imageDataMap) in UpdateFormSharedImage()
|
H A D | ui_content_impl.cpp | 3049 …::UpdateFormSharedImage(const std::map<std::string, sptr<OHOS::AppExecFwk::FormAshmem>>& imageData… in UpdateFormSharedImage()
|