Home
last modified time | relevance | path

Searched refs:outFilePath (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.cpp283 std::string outFilePath = "testPath"; variable
285 bool res = imageUtil->PackImage2File(pixelMap, outFilePath, format);
304 std::string outFilePath = "testPath"; variable
306 bool res = imageUtil->PackImage2File(pixelMap, outFilePath, format);
325 std::string outFilePath = ""; variable
327 bool res = imageUtil->PackImage2File(pixelMap, outFilePath, format);
346 std::string outFilePath = "testPath"; variable
348 bool res = imageUtil->PackImage2File(pixelMap, outFilePath, format);
367 std::string outFilePath = "testPath"; variable
369 bool res = imageUtil->PackImage2File(pixelMap, outFilePath, format);
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_image_util.cpp100 const std::string &outFilePath, in PackImage2File() argument
103 if (!pixelMap || outFilePath.empty() || format.empty()) { in PackImage2File()
121 imagePacker.StartPacking(outFilePath, option); in PackImage2File()
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_image_util.h60 const std::string &outFilePath,