Home
last modified time | relevance | path

Searched defs:sptr (Results 1 – 14 of 14) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/
Drefbase.h246 template<typename T> inline sptr<T>::sptr() in sptr() function
251 template<typename T> inline sptr<T>::sptr(T *other) in sptr() function
256 template<typename T> inline sptr<T>::sptr(const sptr<T> &other) in sptr() function
264 template<typename T> sptr<T>::sptr(sptr<T> &&other) in sptr() function
280 template<typename T> template<typename O> sptr<T>::sptr(const sptr<O> &other) : refs_(other.GetRefP… in sptr() function
372 template<typename T> inline sptr<T>::sptr(WeakRefCounter *p, bool /* force */) in sptr() function
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
Djs_service_extension.h204 auto sptr = jsServiceExtension_.lock(); in OnCreate() local
212 auto sptr = jsServiceExtension_.lock(); in OnDestroy() local
220 auto sptr = jsServiceExtension_.lock(); in OnChange() local
Dui_ability.h522 auto sptr = ability_.lock(); in OnCreate() local
530 auto sptr = ability_.lock(); in OnDestroy() local
538 auto sptr = ability_.lock(); in OnChange() local
558 auto sptr = ability_.lock(); in OnDisplayMove() local
Dability.h1160 auto sptr = ability_.lock(); in OnCreate() local
1168 auto sptr = ability_.lock(); in OnDestroy() local
1176 auto sptr = ability_.lock(); in OnChange() local
1200 auto sptr = ability_.lock(); in OnDisplayMove() local
/foundation/communication/netmanager_ext/interfaces/innerkits/vpnextension/include/
Djs_vpn_extension.h189 auto sptr = jsVpnExtension_.lock(); in OnCreate() local
197 auto sptr = jsVpnExtension_.lock(); in OnDestroy() local
205 auto sptr = jsVpnExtension_.lock(); in OnChange() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
Dcmd_list_helper_test.cpp361 std::shared_ptr<ColorSpace> sptr = CmdListHelper::GetColorSpaceFromCmdList(*cmdList, handle); variable
395 std::shared_ptr<PathEffect> sptr = CmdListHelper::GetPathEffectFromCmdList(*cmdList, handle); variable
413 std::shared_ptr<MaskFilter> sptr = CmdListHelper::GetMaskFilterFromCmdList(*cmdList, handle); variable
431 std::shared_ptr<ColorFilter> sptr = CmdListHelper::GetColorFilterFromCmdList(*cmdList, handle); variable
450 auto sptr = CmdListHelper::GetSurfaceBufferFromCmdList(*cmdList, handle); variable
463 sptr<SurfaceBuffer> sptr = cmdList->GetSurfaceBuffer(TEST_INVALIED_ID); variable
500 auto sptr = CmdListHelper::GetDrawFuncObjFromCmdList(*cmdList, handle); variable
536 auto sptr = CmdListHelper::GetPixelMapFromCmdList(*cmdList, handle); variable
551 auto sptr = CmdListHelper::GetPictureFromCmdList(*cmdList, handle); variable
565 auto sptr = CmdListHelper::GetTextBlobFromCmdList(*cmdList, handle); variable
[all …]
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
Drefbase.h850 inline sptr<T>::sptr() in sptr() function
856 inline sptr<T>::sptr(T *other) in sptr() function
865 inline sptr<T>::sptr(const sptr<T> &other) in sptr() function
874 sptr<T>::sptr(sptr<T> &&other) in sptr() function
893 sptr<T>::sptr(const sptr<O> &other) : refs_(other.GetRefPtr()) in sptr() function
999 inline sptr<T>::sptr(WeakRefCounter *p, bool /* force */) in sptr() function
/foundation/filemanagement/storage_service/services/storage_manager/include/account_subscriber/
Daccount_subscriber.h42 static void SetMediaShare(std::shared_ptr<DataShare::DataShareHelper> &sptr) in SetMediaShare()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
Dsession_wrapper.h29 class sptr; variable
Dui_extension_manager.h31 class sptr; variable
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/parallel_render/
Drs_parallel_sub_thread_test.cpp385 auto sptr = curThread->CreateShareGPUContext(); variable
/foundation/distributeddatamgr/preferences/frameworks/native/include/
Dpreferences_impl.h33 template <typename T> class sptr; variable
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
Dwifi_c_event.cpp374 void EventManager::SetP2PCallbackEvent(OHOS::sptr<WifiP2pCEventCallback> &sptr, const std::string &… in SetP2PCallbackEvent()
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dfree_install_manager.cpp410 auto sptr = thisWptr.lock(); in PostUpgradeAtomicServiceTask() local