Searched refs:DataAbilityHelperImpl (Results 1 – 8 of 8) sorted by relevance
45 DataAbilityHelperImpl::DataAbilityHelperImpl(const std::shared_ptr<OHOS::AbilityRuntime::Context> &… in DataAbilityHelperImpl() function in OHOS::AppExecFwk::DataAbilityHelperImpl54 DataAbilityHelperImpl::DataAbilityHelperImpl(const std::shared_ptr<Context> &context) in DataAbilityHelperImpl() function in OHOS::AppExecFwk::DataAbilityHelperImpl60 DataAbilityHelperImpl::DataAbilityHelperImpl(const sptr<IRemoteObject> &token, const std::shared_pt… in DataAbilityHelperImpl() function in OHOS::AppExecFwk::DataAbilityHelperImpl70 DataAbilityHelperImpl::DataAbilityHelperImpl(const sptr<IRemoteObject> &token) in DataAbilityHelperImpl() function in OHOS::AppExecFwk::DataAbilityHelperImpl115 std::shared_ptr<DataAbilityHelperImpl> DataAbilityHelperImpl::Creator(const std::shared_ptr<Context… in Creator()143 std::shared_ptr<DataAbilityHelperImpl> DataAbilityHelperImpl::Creator( in Creator()184 std::shared_ptr<DataAbilityHelperImpl> DataAbilityHelperImpl::Creator( in Creator()220 std::shared_ptr<DataAbilityHelperImpl> DataAbilityHelperImpl::Creator(const sptr<IRemoteObject> &to… in Creator()246 std::shared_ptr<DataAbilityHelperImpl> DataAbilityHelperImpl::Creator( in Creator()281 bool DataAbilityHelperImpl::Release() in Release()[all …]
26 DataAbilityHelper::DataAbilityHelper(const std::shared_ptr<DataAbilityHelperImpl> &helperImpl) in DataAbilityHelper()47 …std::shared_ptr<DataAbilityHelperImpl> dataAbilityHelperImpl = DataAbilityHelperImpl::Creator(cont… in Creator()140 auto dataAbilityHelperImpl = DataAbilityHelperImpl::Creator(context, uri, tryBind); in Creator()165 auto dataAbilityHelperImpl = DataAbilityHelperImpl::Creator(context, uri, tryBind); in Creator()183 auto dataAbilityHelperImpl = DataAbilityHelperImpl::Creator(token); in Creator()209 auto dataAbilityHelperImpl = DataAbilityHelperImpl::Creator(token, uri); in Creator()
70 *DataAbilityHelperImpl*;
107 …std::shared_ptr<DataAbilityHelperImpl> dataAbilityHelperImpl = DataAbilityHelperImpl::Creator(cont…122 …std::shared_ptr<DataAbilityHelperImpl> dataAbilityHelperImpl = DataAbilityHelperImpl::Creator(cont…251 …std::shared_ptr<DataAbilityHelperImpl> dataAbilityHelperImpl = DataAbilityHelperImpl::Creator(toke…267 …std::shared_ptr<DataAbilityHelperImpl> dataAbilityHelperImpl = DataAbilityHelperImpl::Creator(toke…283 …std::shared_ptr<DataAbilityHelperImpl> dataAbilityHelperImpl = DataAbilityHelperImpl::Creator(toke…300 …std::shared_ptr<DataAbilityHelperImpl> dataAbilityHelperImpl = DataAbilityHelperImpl::Creator(toke…321 …std::shared_ptr<DataAbilityHelperImpl> dataAbilityHelperImpl = DataAbilityHelperImpl::Creator(toke…343 …std::shared_ptr<DataAbilityHelperImpl> dataAbilityHelperImpl = DataAbilityHelperImpl::Creator(toke…406 …std::shared_ptr<DataAbilityHelperImpl> dataAbilityHelperImpl = DataAbilityHelperImpl::Creator(cont…425 …std::shared_ptr<DataAbilityHelperImpl> dataAbilityHelperImpl = DataAbilityHelperImpl::Creator(cont…[all …]
41 class DataAbilityHelperImpl final : public std::enable_shared_from_this<DataAbilityHelperImpl> {43 ~DataAbilityHelperImpl() = default;52 static std::shared_ptr<DataAbilityHelperImpl> Creator(const std::shared_ptr<Context> &context);66 static std::shared_ptr<DataAbilityHelperImpl> Creator(81 static std::shared_ptr<DataAbilityHelperImpl> Creator(92 static std::shared_ptr<DataAbilityHelperImpl> Creator(const sptr<IRemoteObject> &token);104 static std::shared_ptr<DataAbilityHelperImpl> Creator(292 DataAbilityHelperImpl(const std::shared_ptr<OHOS::AbilityRuntime::Context> &context,294 explicit DataAbilityHelperImpl(const std::shared_ptr<Context> &context);295 DataAbilityHelperImpl(const sptr<IRemoteObject> &token, const std::shared_ptr<Uri> &uri,[all …]
298 explicit DataAbilityHelper(const std::shared_ptr<DataAbilityHelperImpl> &helperImpl);313 std::shared_ptr<DataAbilityHelperImpl> dataAbilityHelperImpl_ = nullptr;
93 using DataAbilityHelperImpl = std::function<RefPtr<DataAbilityHelper>()>; variable98 explicit DataProviderManagerStandard(DataAbilityHelperImpl dataAbilityHelperImpl) in DECLARE_ACE_TYPE()116 DataAbilityHelperImpl dataAbilityHelperImpl_;
59 class DataAbilityHelperImpl; variable