Home
last modified time | relevance | path

Searched defs:wptr (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/
H A Drefbase.h155 template<typename T> class wptr; variable
382 template<typename O> friend class wptr; variable
459 template<typename T> wptr<T>::wptr() in wptr() function
464 template<typename T> wptr<T>::wptr(T *other) in wptr() function
476 template<typename T> wptr<T>::wptr(const wptr<T> &other) in wptr() function
484 template<typename T> wptr<T>::wptr(const sptr<T> &other) in wptr() function
494 template<typename T> template<typename O> wptr<T>::wptr(const wptr<O> &other) in wptr() function
502 template<typename T> template<typename O> wptr<T>::wptr(const sptr<O> &other) in wptr() function
/ohos5.0/commonlibrary/c_utils/base/include/
H A Drefbase.h608 class wptr; variable
1065 friend class wptr; variable
1338 wptr<T>::wptr() in wptr() function
1344 wptr<T>::wptr(T *other) in wptr() function
1357 wptr<T>::wptr(const wptr<T> &other) in wptr() function
1366 wptr<T>::wptr(const sptr<T> &other) in wptr() function
1378 wptr<T>::wptr(const wptr<O> &other) in wptr() function
1388 wptr<T>::wptr(const sptr<O> &other) in wptr() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Drefbase.h615 class wptr; variable
1037 friend class wptr; variable
1305 wptr<T>::wptr() in wptr() function
1311 wptr<T>::wptr(T *other) in wptr() function
1324 wptr<T>::wptr(const wptr<T> &other) in wptr() function
1333 wptr<T>::wptr(const sptr<T> &other) in wptr() function
1345 wptr<T>::wptr(const wptr<O> &other) in wptr() function
1355 wptr<T>::wptr(const sptr<O> &other) in wptr() function
/ohos5.0/drivers/peripheral/camera/interfaces/hdi_passthrough/
H A Dtype_common.h24 using wptr = std::weak_ptr<T>; variable
/ohos5.0/drivers/hdf_core/framework/model/audio/common/src/
H A Daudio_platform_base.c248 uint32_t wptr; in AudioDmaBuffStatus() local
359 uint32_t wptr; in PcmReadData() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp3075 static auto unpairNode = [](const std::weak_ptr<RSRenderNode>& wptr) { in ProcessUnpairedSharedTransitionNode()