/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/ |
H A D | refbase.h | 246 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
|
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/vpnextension/include/ |
H A D | js_vpn_extension.h | 189 auto sptr = jsVpnExtension_.lock(); in OnCreate() local 197 auto sptr = jsVpnExtension_.lock(); in OnDestroy() local 205 auto sptr = jsVpnExtension_.lock(); in OnChange() local
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | refbase.h | 893 inline sptr<T>::sptr() in sptr() function 899 inline sptr<T>::sptr(T *other) in sptr() function 908 inline sptr<T>::sptr(const sptr<T> &other) in sptr() function 917 sptr<T>::sptr(sptr<T> &&other) in sptr() function 936 sptr<T>::sptr(const sptr<O> &other) : refs_(other.GetRefPtr()) in sptr() function 1042 inline sptr<T>::sptr(WeakRefCounter *p, bool /* force */) in sptr() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | refbase.h | 866 inline sptr<T>::sptr() in sptr() function 872 inline sptr<T>::sptr(T *other) in sptr() function 881 inline sptr<T>::sptr(const sptr<T> &other) in sptr() function 890 sptr<T>::sptr(sptr<T> &&other) in sptr() function 909 sptr<T>::sptr(const sptr<O> &other) : refs_(other.GetRefPtr()) in sptr() function 1015 inline sptr<T>::sptr(WeakRefCounter *p, bool /* force */) in sptr() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
H A D | cmd_list_helper_test.cpp | 362 std::shared_ptr<ColorSpace> sptr = CmdListHelper::GetColorSpaceFromCmdList(*cmdList, handle); variable 396 std::shared_ptr<PathEffect> sptr = CmdListHelper::GetPathEffectFromCmdList(*cmdList, handle); variable 414 std::shared_ptr<MaskFilter> sptr = CmdListHelper::GetMaskFilterFromCmdList(*cmdList, handle); variable 432 std::shared_ptr<ColorFilter> sptr = CmdListHelper::GetColorFilterFromCmdList(*cmdList, handle); variable 451 auto sptr = CmdListHelper::GetSurfaceBufferEntryFromCmdList(*cmdList, handle); variable 501 auto sptr = CmdListHelper::GetDrawFuncObjFromCmdList(*cmdList, handle); variable 538 auto sptr = CmdListHelper::GetPictureFromCmdList(*cmdList, handle); variable 552 auto sptr = CmdListHelper::GetTextBlobFromCmdList(*cmdList, handle); variable 567 auto sptr = CmdListHelper::GetRegionFromCmdList(*cmdList, handle); variable 582 auto sptr = cmdList->GetImage(handle); variable
|
/ohos5.0/drivers/peripheral/camera/interfaces/hdi_passthrough/ |
H A D | type_common.h | 21 using sptr = std::shared_ptr<T>; variable
|
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
H A D | mock.h | 27 sptr(T* p) : ptr(p) {} in sptr() function
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | ability.h | 1176 auto sptr = ability_.lock(); in OnCreate() local 1184 auto sptr = ability_.lock(); in OnDestroy() local 1192 auto sptr = ability_.lock(); in OnChange() local 1216 auto sptr = ability_.lock(); in OnDisplayMove() local
|
H A D | ui_ability.h | 560 auto sptr = ability_.lock(); in OnDisplayInfoChange() local 582 auto sptr = ability_.lock(); in OnDisplayMove() local
|
H A D | js_service_extension.h | 206 auto sptr = jsServiceExtension_.lock(); in OnDisplayInfoChange() local
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/include/account_subscriber/ |
H A D | account_subscriber.h | 43 static void SetMediaShare(std::shared_ptr<DataShare::DataShareHelper> &sptr) in SetMediaShare()
|
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/include/ |
H A D | telephony_state_manager.h | 23 class sptr; variable
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | preferences_base.h | 35 template <typename T> class sptr; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | ui_extension_manager.h | 31 class sptr; variable
|
H A D | session_wrapper.h | 30 class sptr; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplayrendernode_fuzzer/ |
H A D | rsdisplayrendernode_fuzzer.cpp | 89 auto sptr = std::make_shared<RSDisplayRenderNode>(id, config); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/ |
H A D | remote_object_wrapper.cpp | 179 auto sptr = remote.sptr_; in CloneRemoteObj() local
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/common/ |
H A D | bundle_manager_adapter_module_test.cpp | 245 auto sptr = bundleManagerAdapterSptr->proxy_->AsObject(); variable
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/ |
H A D | wifi_c_event.cpp | 336 void EventManager::SetP2PCallbackEvent(OHOS::sptr<WifiP2pCEventCallback> &sptr, const std::string &… in SetP2PCallbackEvent()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/ |
H A D | js_ui_service_extension.cpp | 75 auto sptr = extension_.lock(); in SendData() local
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/ |
H A D | v4l2_device_manager.cpp | 221 [&managerId](const std::shared_ptr<IManager> sptr) -> bool { in CheckManagerList()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | free_install_manager.cpp | 550 auto sptr = thisWptr.lock(); in PostUpgradeAtomicServiceTask() local
|
/ohos5.0/drivers/peripheral/audio/test/audio_utils/audio_mixer/ |
H A D | audio_mixer.c | 1055 char *sptr = NULL; in FillBytesVal() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_visitor.cpp | 3076 auto sptr = wptr.lock(); in ProcessUnpairedSharedTransitionNode() local
|