Home
last modified time | relevance | path

Searched defs:assetObj (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_asset_send_listener.cpp53 auto assetObj = SoftBusHandlerAsset::GetInstance().GetAssetObj(socketId); in OnSendAssetFinished() local
75 auto assetObj = SoftBusHandlerAsset::GetInstance().GetAssetObj(socketId); in OnSendAssetError() local
H A Dsoftbus_asset_recv_listener.cpp92 sptr<AssetObj> assetObj (new (std::nothrow) AssetObj()); in OnRecvAssetStart() local
117 sptr<AssetObj> assetObj (new (std::nothrow) AssetObj()); in OnRecvAssetFinished() local
241 const sptr<AssetObj> &assetObj) in HandleSingleFile()
263 const sptr<AssetObj> &assetObj) in HandleZipFile()
H A Dsoftbus_handler_asset.cpp184 auto assetObj = GetAssetObj(socketId); in AssetSendFile() local
253 void SoftBusHandlerAsset::AddAssetObj(int32_t socketId, const sptr<AssetObj> &assetObj) in AddAssetObj()
287 const sptr<AssetObj> &assetObj) in GenerateAssetObjInfo()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dasset_send_callback_proxy.cpp31 int32_t AssetSendCallbackProxy::OnSendResult(const sptr<AssetObj> &assetObj, int32_t result) in OnSendResult()
H A Dasset_callback_manager.cpp106 const sptr<AssetObj> &assetObj, in NotifyAssetRecvFinished()
122 const sptr<AssetObj> &assetObj, in NotifyAssetSendResult()
H A Dasset_recv_callback_proxy.cpp75 const sptr<AssetObj> &assetObj, in OnFinished()
H A Ddaemon_execute.cpp81 auto assetObj = pushData->assetObj_; in ExecutePushAsset() local
301 void DaemonExecute::HandlePushAssetFail(int32_t socketId, const sptr<AssetObj> &assetObj) in HandlePushAssetFail()
H A Ddaemon_stub.cpp404 sptr<AssetObj> assetObj = data.ReadParcelable<AssetObj>(); in HandlePushAsset() local
H A Ddaemon.cpp681 const sptr<AssetObj> &assetObj, in PushAsset()
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/asset/
H A Dasset_send_callback_stub.cpp50 sptr<AssetObj> assetObj = data.ReadParcelable<AssetObj>(); in HandleOnSendResult() local
H A Dasset_recv_callback_stub.cpp89 sptr<AssetObj> assetObj = data.ReadParcelable<AssetObj>(); in HandleOnFinished() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_loader.cpp167 int32_t ObjectAssetLoader::PushAsset(int32_t userId, const sptr<AssetObj> &assetObj, in PushAsset()
185 int32_t ObjectAssetsSendListener::OnSendResult(const sptr<AssetObj> &assetObj, int32_t result) in OnSendResult()
H A Dobject_data_listener.cpp58 …jectAssetsRecvListener::OnFinished(const std::string &srcNetworkId, const sptr<AssetObj> &assetObj, in OnFinished()
H A Dobject_manager.cpp186 sptr<AssetObj> assetObj = new AssetObj(); in PushAssets() local
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/include/
H A Di_daemon_mock.h91 const sptr<AssetObj> &assetObj, in PushAsset()
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/
H A Ddistributed_file_daemon_manager_impl.cpp124 const sptr<AssetObj> &assetObj, in PushAsset()
H A Ddistributed_file_daemon_proxy.cpp435 const sptr<AssetObj> &assetObj, in PushAsset()
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/daemonstub_fuzzer/
H A Ddaemonstub_fuzzer.cpp105 const sptr<AssetObj> &assetObj, in PushAsset()