Home
last modified time | relevance | path

Searched defs:inFilePath (Results 1 – 2 of 2) 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
412 std::string inFilePath = ""; variable
435 std::string inFilePath = "testInfile"; variable
482 std::string inFilePath = "testInfile"; variable
505 std::string inFilePath = "testInfile"; variable
527 std::string inFilePath = "testInfile"; variable
550 std::string inFilePath = "testInfile"; variable
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_image_util.cpp134 std::shared_ptr<Media::PixelMap> AnsImageUtil::CreatePixelMap(const std::string &inFilePath, const … in CreatePixelMap()