Home
last modified time | relevance | path

Searched defs:ptr_ (Results 1 - 18 of 18) sorted by relevance

/foundation/multimedia/av_session/services/session/server/
H A Dbackground_audio_controller.h54 AVSessionService *ptr_; member in OHOS::AVSession::BackgroundAudioController
H A Davsession_item.h65 AVSessionItem *ptr_; member in OHOS::AVSession::AVSessionItem::CssListener
/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_timed_collect_tool.h58 std::shared_ptr<NativePreferences::Preferences> ptr_ = nullptr; member in OHOS::PreferencesUtil
/foundation/communication/netmanager_ext/services/netfirewallmanager/include/
H A Dnetfirewall_preference_helper.h106 std::shared_ptr<NativePreferences::Preferences> ptr_ = nullptr; member in OHOS::NetManagerStandard::NetFirewallPreferenceHelper
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dlifecycle_checkable.h44 T* ptr_; member in OHOS::Ace::LifeCycleCheckable::PtrHolder
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Drefcnt_ptr.h33 explicit constexpr refcnt_ptr(pointer ptr) noexcept : ptr_(ptr) in ptr_() function in refcnt_ptr
[all...]
H A Dunique_ptr.h80 explicit unique_ptr(pointer p) noexcept : ptr_(p) {} in ptr_() function in unique_ptr
221 explicit unique_ptr(pointer p) noexcept : ptr_(p) {} ptr_() function in unique_ptr
224 explicit unique_ptr(U p) noexcept : ptr_(p) ptr_() function in unique_ptr
[all...]
/foundation/multimedia/av_session/services/session/server/softbus/
H A Dsoftbus_distributed_data_manager.h67 std::weak_ptr<SoftbusDistributedDataManager> ptr_; member in OHOS::AVSession::SoftbusDistributedDataManager::SSListener
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddata_value.h43 uint8_t* ptr_; member in DistributedDB::Blob
/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H A Duptr.h107 T *ptr_ = nullptr; global() member in OHOS::Uptr
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dshared_ptr_internals.h172 deleter_(ptr_); variable
/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/export/
H A Dring_queue.h103 Array *ptr_; member in OHOS::Rosen::RingQueue::Iter
152 Array *ptr_; member in OHOS::Rosen::RingQueue::RevertIter
/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dbinder_invoker.h52 uintptr_t ptr_ = 0; member
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dpixel_map_impl.cpp33 std::unique_ptr<PixelMap> ptr_ = PixelMap::Create(opts); in CreatePixelMap() local
48 std::unique_ptr<PixelMap> ptr_ = PixelMap::Create(colors, colorLength, opts); in CreatePixelMap() local
57 std::unique_ptr<PixelMap> ptr_ = PixelMap::Create(source, opts); in CreateAlphaPixelMap() local
92 PixelMapImpl::PixelMapImpl(std::shared_ptr<PixelMap> ptr_) in PixelMapImpl() argument
[all...]
H A Dimage_source_impl.cpp35 std::unique_ptr<ImageSource> ptr_ = ImageSource::CreateImageSource(uri, opts, *errCode); in CreateImageSource() local
42 std::unique_ptr<ImageSource> ptr_ = ImageSource::CreateImageSource(uri, opts, *errCode); in CreateImageSourceWithOption() local
49 std::unique_ptr<ImageSource> ptr_ = ImageSource::CreateImageSource(fd, opts, *errCode); in CreateImageSource() local
56 std::unique_ptr<ImageSource> ptr_ = ImageSource::CreateImageSource(fd, opts, *errCode); in CreateImageSourceWithOption() local
63 std::unique_ptr<ImageSource> ptr_ = ImageSource::CreateImageSource(data, size, opts, *errCode); in CreateImageSource() local
70 std::unique_ptr<ImageSource> ptr_ = ImageSource::CreateImageSource(data, size, opts, *errCode); CreateImageSourceWithOption() local
[all...]
H A Dimage_ffi.cpp59 std::unique_ptr<ImageSource> ptr_ = ImageSourceImpl::CreateImageSource(path, errCode); in FfiOHOSCreateImageSourceByPath() local
92 std::unique_ptr<ImageSource> ptr_ = ImageSourceImpl::CreateImageSourceWithOption(path, options, errCode); in FfiOHOSCreateImageSourceByPathWithOption() local
111 std::unique_ptr<ImageSource> ptr_ = ImageSourceImpl::CreateImageSource(fd, errCode); in FfiOHOSCreateImageSourceByFd() local
131 std::unique_ptr<ImageSource> ptr_ = ImageSourceImpl::CreateImageSourceWithOption(fd, options, errCode); in FfiOHOSCreateImageSourceByFdWithOption() local
150 std::unique_ptr<ImageSource> ptr_ = ImageSourceImpl::CreateImageSource(data, size, errCode); in FfiOHOSCreateImageSourceByBuffer() local
171 std::unique_ptr<ImageSource> ptr_ = ImageSourceImpl::CreateImageSourceWithOption(data, size, options, errCode); FfiOHOSCreateImageSourceByBufferWithOption() local
192 std::unique_ptr<ImageSource> ptr_ = ImageSourceImpl::CreateImageSource(fd, offset, length, options, *errCode); FfiOHOSCreateImageSourceByRawFile() local
607 std::unique_ptr<PixelMap> ptr_ = FfiOHOSCreatePixelMap() local
625 std::unique_ptr<PixelMap> ptr_ = PixelMapImpl::CreatePixelMap(option); FfiImagePixelMapImplCreatePixelMap() local
646 std::shared_ptr<PixelMap> ptr_ = instance->GetRealPixelMap(); FfiOHOSPixelMapRelease() local
661 std::shared_ptr<PixelMap> ptr_ = instance->GetRealPixelMap(); FfiOHOSCreateAlphaPixelMap() local
[all...]
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avcontrolleritem_fuzzer/
H A Davcontrolleritem_fuzzer.cpp50 T ptr_; member in OHOS::AVSession::ResourceAutoDestroy
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/
H A Davsessionservice_fuzzer.cpp102 T ptr_; member in OHOS::AVSession::ResourceAutoDestroy

Completed in 11 milliseconds