Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmoving_photo_napi.h30 MovingPhotoNapi(const std::string& photoUri) : photoUri_(photoUri) {}; in MovingPhotoNapi()
47 std::string photoUri_; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmoving_photo_napi.cpp94 return photoUri_; in GetUri()