Searched refs:outFilePath (Results 1 – 3 of 3) sorted by relevance
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_image_util_test/ |
| D | ans_image_util_unit_test.cpp | 283 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/ |
| D | ans_image_util.cpp | 100 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/ |
| D | ans_image_util.h | 60 const std::string &outFilePath,
|