Home
last modified time | relevance | path

Searched defs:sptr (Results 1 - 25 of 63) sorted by relevance

123

/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dmock.h23 class sptr { class
27 sptr(T* p) : ptr(p) {} in sptr() function in OHOS::sptr
/foundation/distributeddatamgr/preferences/frameworks/native/mock/c_utils/utils/base/include/
H A Drefbase.h159 class sptr { class
246 template<typename T> inline sptr<T>::sptr() sptr() function in OHOS::sptr
251 template<typename T> inline sptr<T>::sptr(T *other) sptr() function in OHOS::sptr
256 template<typename T> inline sptr<T>::sptr(const sptr<T> &other) sptr() function in OHOS::sptr
264 template<typename T> sptr<T>::sptr(sptr<T> &&other) sptr() function in OHOS::sptr
280 template<typename T> template<typename O> sptr<T>::sptr(const sptr<O> &other) : refs_(other.GetRefPtr()) sptr() function in OHOS::sptr
372 template<typename T> inline sptr<T>::sptr(WeakRefCounter *p, bool /* force */) sptr() function in OHOS::sptr
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/include/account_subscriber/
H A Daccount_subscriber.h43 static void SetMediaShare(std::shared_ptr<DataShare::DataShareHelper> &sptr) in SetMediaShare() argument
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/src/
H A Dsvc_backup_connection_mock.cpp23 void SvcBackupConnection::OnAbilityConnectDone(const AppExecFwk::ElementName&, const sptr<IRemoteObject>&, int) {} in OnAbilityConnectDone() argument
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Djs_service_extension.h206 auto sptr = jsServiceExtension_.lock(); variable
[all...]
H A Dui_ability.h574 auto sptr variable
596 auto sptr = ability_.lock(); global() variable
[all...]
H A Dability.h1176 auto sptr variable
1184 auto sptr = ability_.lock(); global() variable
1192 auto sptr = ability_.lock(); global() variable
1216 auto sptr = ability_.lock(); global() variable
[all...]
/foundation/communication/netmanager_ext/interfaces/innerkits/vpnextension/include/
H A Djs_vpn_extension.h189 auto sptr = jsVpnExtension_.lock(); variable
197 auto sptr = jsVpnExtension_.lock(); variable
205 auto sptr = jsVpnExtension_.lock(); global() variable
[all...]
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Drefbase.h611 class sptr { class
850 inline sptr<T>::sptr() sptr() function in OHOS::sptr
856 inline sptr<T>::sptr(T *other) sptr() function in OHOS::sptr
865 inline sptr<T>::sptr(const sptr<T> &other) sptr() function in OHOS::sptr
874 sptr<T>::sptr(sptr<T> &&other) sptr() function in OHOS::sptr
893 sptr<T>::sptr(const sptr<O> &other) : refs_(other.GetRefPtr()) sptr() function in OHOS::sptr
999 inline sptr<T>::sptr(WeakRefCounter *p, bool /* force */) sptr() function in OHOS::sptr
[all...]
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_application_proxy.h109 void LaunchAbility(const AbilityInfo& info, const sptr<IRemoteObject>&) in LaunchAbility() argument
H A Dmock_application.h108 void LaunchAbility(const AbilityInfo& info, const sptr<IRemoteObject>&) in LaunchAbility() argument
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dapp_state_callback_host.cpp37 void AppStateCallbackHost::OnAbilityRequestDone(const sptr<IRemoteObject>&, const AbilityState) in OnAbilityRequestDone() argument
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/
H A Djs_ui_extension.h231 auto sptr = jsUiExtension_.lock(); global() variable
[all...]
H A Djs_ui_extension_base.h216 auto sptr = jsUiExtensionBase_.lock(); global() variable
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/ipc_callbacks/
H A Dmock_iremote_object.h53 bool AddDeathRecipient(const sptr<DeathRecipient>&) in AddDeathRecipient() argument
58 bool RemoveDeathRecipient(const sptr<DeathRecipient>&) in RemoveDeathRecipient() argument
/third_party/curl/lib/
H A Ddict.c135 char *sptr; in sendf() local
/third_party/libsnd/src/
H A Dvox_adpcm.c178 short *sptr ; in vox_read_i() local
206 short *sptr ; in vox_read_f() local
237 short *sptr ; in vox_read_d() local
315 short *sptr ; vox_write_i() local
343 short *sptr ; vox_write_f() local
374 short *sptr ; vox_write_d() local
[all...]
/third_party/ltp/lib/
H A Dself_exec.c78 char **sptr; in maybe_run_child() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DWeakMap.hpp51 std::shared_ptr<V> sptr; member in vk::dbg::WeakMap::iterator
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplayrendernode_fuzzer/
H A Drsdisplayrendernode_fuzzer.cpp89 auto sptr = std::make_shared<RSDisplayRenderNode>(id, config); in DoSomethingInterestingWithMyAPI() local
/third_party/ffmpeg/libavcodec/
H A Dhtmlsubtitles.c132 int len, tag_close, sptr = 0, line_start = 1, an = 0, end = 0; in ff_htmlmarkup_to_ass() local
/base/account/os_account/services/accountmgr/test/moduletest/common/
H A Dbundle_manager_adapter_module_test.cpp245 auto sptr = bundleManagerAdapterSptr->proxy_->AsObject(); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp361 std::shared_ptr<ColorSpace> sptr = CmdListHelper::GetColorSpaceFromCmdList(*cmdList, handle); in HWTEST_F() local
395 std::shared_ptr<PathEffect> sptr = CmdListHelper::GetPathEffectFromCmdList(*cmdList, handle); in HWTEST_F() local
413 std::shared_ptr<MaskFilter> sptr = CmdListHelper::GetMaskFilterFromCmdList(*cmdList, handle); in HWTEST_F() local
431 std::shared_ptr<ColorFilter> sptr in HWTEST_F() local
481 auto sptr = CmdListHelper::GetSurfaceBufferEntryFromCmdList(*cmdList, handle); HWTEST_F() local
531 auto sptr = CmdListHelper::GetDrawFuncObjFromCmdList(*cmdList, handle); HWTEST_F() local
568 auto sptr = CmdListHelper::GetPictureFromCmdList(*cmdList, handle); HWTEST_F() local
582 auto sptr = CmdListHelper::GetTextBlobFromCmdList(*cmdList, handle); HWTEST_F() local
597 auto sptr = CmdListHelper::GetRegionFromCmdList(*cmdList, handle); HWTEST_F() local
612 auto sptr = cmdList->GetImage(handle); HWTEST_F() local
[all...]
/foundation/filemanagement/user_file_service/test/unittest/
H A Djs_file_access_ext_ability_test.cpp79 int32_t FileAccessServiceProxy::DisConnectFileExtAbility(const sptr<AAFwk::IAbilityConnection>&) in DisConnectFileExtAbility() argument
73 ConnectFileExtAbility(const AAFwk::Want &, const sptr<AAFwk::IAbilityConnection>&) ConnectFileExtAbility() argument
/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dremote_object_wrapper.cpp179 auto sptr = remote.sptr_; in CloneRemoteObj() local
[all...]

Completed in 16 milliseconds

123