Home
last modified time | relevance | path

Searched refs:GetModifyId (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_pixel_map.h39 MOCK_METHOD(std::string, GetModifyId, (), (override));
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dpixel_map_preview.cpp115 std::string PixelMapPreview::GetModifyId() in GetModifyId() function in OHOS::Ace::PixelMapPreview
H A Dpixel_map_preview.h43 std::string GetModifyId() override;
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpixel_map_ohos.h46 std::string GetModifyId() override;
H A Dpixel_map_ohos.cpp249 std::string PixelMapOhos::GetModifyId() in GetModifyId() function in OHOS::Ace::PixelMapOhos
/foundation/arkui/ace_engine/frameworks/base/image/
H A Dpixel_map.h169 virtual std::string GetModifyId() = 0;
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_source_info.cpp375 return std::string("pixmapID: ") + pixmap_->GetId() + std::string(" -> modifyID: ") + pixmap_->GetModifyId() + in ToString()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_add_test_ng.cpp186 std::string GetModifyId() override
H A Dweb_pattern_test_handle_ng.cpp78 MOCK_METHOD(std::string, GetModifyId, (), (override));

Completed in 7 milliseconds