Home
last modified time | relevance | path

Searched refs:inFilePath (Results 1 – 3 of 3) sorted by relevance

/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_image_util_test/
Dans_image_util_unit_test.cpp389 std::string inFilePath = "testInfile"; variable
391 std::shared_ptr<Media::PixelMap> res = imageUtil->CreatePixelMap(inFilePath, format);
412 std::string inFilePath = ""; variable
414 std::shared_ptr<Media::PixelMap> res = imageUtil->CreatePixelMap(inFilePath, format);
435 std::string inFilePath = "testInfile"; variable
437 std::shared_ptr<Media::PixelMap> res = imageUtil->CreatePixelMap(inFilePath, format);
459 std::string inFilePath = "testInfile"; variable
461 std::shared_ptr<Media::PixelMap> res = imageUtil->CreatePixelMap(inFilePath, format);
482 std::string inFilePath = "testInfile"; variable
484 std::shared_ptr<Media::PixelMap> res = imageUtil->CreatePixelMap(inFilePath, format);
[all …]
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_image_util.cpp129 std::shared_ptr<Media::PixelMap> AnsImageUtil::CreatePixelMap(const std::string &inFilePath, const … in CreatePixelMap() argument
131 if (inFilePath.empty() || format.empty()) { in CreatePixelMap()
139 auto imageSource = Media::ImageSource::CreateImageSource(inFilePath, opts, errorCode); in CreatePixelMap()
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_image_util.h71 const std::string &inFilePath, const std::string &format = IMAGE_FORMAT_JPEG);