Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
Dmock_image_source.cpp78 ImageSource *sourcePtr = new (std::nothrow) ImageSource(std::move(stream), opts); in CreateImageSource() local
79 return std::unique_ptr<ImageSource>(sourcePtr); in CreateImageSource()
91 ImageSource *sourcePtr = new (std::nothrow) ImageSource(std::move(stream), opts); in CreateImageSource() local
92 return std::unique_ptr<ImageSource>(sourcePtr); in CreateImageSource()