Searched refs:GetModifyId (Results 1 – 7 of 7) sorted by relevance
39 MOCK_METHOD(std::string, GetModifyId, (), (override));
46 std::string GetModifyId() override;
253 std::string PixelMapOhos::GetModifyId() in GetModifyId() function in OHOS::Ace::PixelMapOhos
115 std::string PixelMapPreview::GetModifyId() in GetModifyId() function in OHOS::Ace::PixelMapPreview
43 std::string GetModifyId() override;
171 virtual std::string GetModifyId() = 0;
370 …:string("pixmapID: ") + pixmap_->GetId() + std::string(" -> modifyID: ") + pixmap_->GetModifyId() + in ToString()