Home
last modified time | relevance | path

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

/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() argument
H A Dasset_recv_callback_proxy.cpp74 OnFinished(const std::string &srcNetworkId, const sptr<AssetObj> &assetObj, int32_t result) OnFinished() argument
H A Dasset_callback_manager.cpp105 NotifyAssetRecvFinished(const std::string &srcNetworkId, const sptr<AssetObj> &assetObj, int32_t result) NotifyAssetRecvFinished() argument
121 NotifyAssetSendResult(const std::string &taskId, const sptr<AssetObj> &assetObj, int32_t result) NotifyAssetSendResult() argument
H A Ddaemon_stub.cpp404 sptr<AssetObj> assetObj = data.ReadParcelable<AssetObj>(); in HandlePushAsset() local
H A Ddaemon_execute.cpp79 auto assetObj = pushData->assetObj_; in ExecutePushAsset() local
237 HandleZip(const std::vector<std::string> &fileList, const sptr<AssetObj> &assetObj, std::string &sendFileName, bool &isSingleFile) HandleZip() argument
266 HandlePushAssetFail(int32_t socketId, const sptr<AssetObj> &assetObj) HandlePushAssetFail() argument
[all...]
H A Ddaemon.cpp702 PushAsset(int32_t userId, const sptr<AssetObj> &assetObj, const sptr<IAssetSendCallback> &sendCallback) PushAsset() argument
/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
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_asset_recv_listener_test.cpp262 sptr<AssetObj> assetObj = new (std::nothrow) AssetObj(); in HWTEST_F() local
281 sptr<AssetObj> assetObj = new (std::nothrow) AssetObj(); in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_data_listener.cpp58 int32_t ObjectAssetsRecvListener::OnFinished(const std::string &srcNetworkId, const sptr<AssetObj> &assetObj, in OnFinished() argument
H A Dobject_asset_loader.cpp167 int32_t ObjectAssetLoader::PushAsset(int32_t userId, const sptr<AssetObj> &assetObj, in PushAsset() argument
185 int32_t ObjectAssetsSendListener::OnSendResult(const sptr<AssetObj> &assetObj, int32_t result) in OnSendResult() argument
[all...]
H A Dobject_manager.cpp186 sptr<AssetObj> assetObj = new AssetObj(); in PushAssets() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_asset_send_listener.cpp54 auto assetObj = SoftBusHandlerAsset::GetInstance().GetAssetObj(socketId); in OnSendAssetFinished() local
77 auto assetObj = SoftBusHandlerAsset::GetInstance().GetAssetObj(socketId); in OnSendAssetError() local
[all...]
H A Dsoftbus_asset_recv_listener.cpp242 HandleSingleFile(int32_t socketId, const std::string &filePath, const sptr<AssetObj> &assetObj) HandleSingleFile() argument
264 HandleZipFile(int32_t socketId, const std::string &filePath, const sptr<AssetObj> &assetObj) HandleZipFile() argument
[all...]
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() argument
285 GenerateAssetObjInfo(int32_t socketId, const std::string &fileName, const sptr<AssetObj> &assetObj) GenerateAssetObjInfo() argument
[all...]
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/include/
H A Di_daemon_mock.h90 PushAsset(int32_t userId, const sptr<AssetObj> &assetObj, const sptr<IAssetSendCallback> &sendCallback) PushAsset() argument
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/
H A Ddistributed_file_daemon_manager_impl.cpp123 PushAsset(int32_t userId, const sptr<AssetObj> &assetObj, const sptr<IAssetSendCallback> &sendCallback) PushAsset() argument
H A Ddistributed_file_daemon_proxy.cpp434 PushAsset(int32_t userId, const sptr<AssetObj> &assetObj, const sptr<IAssetSendCallback> &sendCallback) PushAsset() argument

Completed in 11 milliseconds