/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
H A D | asset_send_callback_proxy.cpp | 31 int32_t AssetSendCallbackProxy::OnSendResult(const sptr<AssetObj> &assetObj, int32_t result) in OnSendResult() argument
|
H A D | asset_recv_callback_proxy.cpp | 74 OnFinished(const std::string &srcNetworkId, const sptr<AssetObj> &assetObj, int32_t result) OnFinished() argument
|
H A D | asset_callback_manager.cpp | 105 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 D | daemon_stub.cpp | 404 sptr<AssetObj> assetObj = data.ReadParcelable<AssetObj>(); in HandlePushAsset() local
|
H A D | daemon_execute.cpp | 79 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 D | daemon.cpp | 702 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 D | asset_send_callback_stub.cpp | 50 sptr<AssetObj> assetObj = data.ReadParcelable<AssetObj>(); in HandleOnSendResult() local
|
H A D | asset_recv_callback_stub.cpp | 89 sptr<AssetObj> assetObj = data.ReadParcelable<AssetObj>(); in HandleOnFinished() local
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/ |
H A D | softbus_asset_recv_listener_test.cpp | 262 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 D | object_data_listener.cpp | 58 int32_t ObjectAssetsRecvListener::OnFinished(const std::string &srcNetworkId, const sptr<AssetObj> &assetObj,
in OnFinished() argument
|
H A D | object_asset_loader.cpp | 167 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 D | object_manager.cpp | 186 sptr<AssetObj> assetObj = new AssetObj();
in PushAssets() local
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_asset_send_listener.cpp | 54 auto assetObj = SoftBusHandlerAsset::GetInstance().GetAssetObj(socketId); in OnSendAssetFinished() local 77 auto assetObj = SoftBusHandlerAsset::GetInstance().GetAssetObj(socketId); in OnSendAssetError() local [all...] |
H A D | softbus_asset_recv_listener.cpp | 242 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 D | softbus_handler_asset.cpp | 184 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 D | i_daemon_mock.h | 90 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 D | distributed_file_daemon_manager_impl.cpp | 123 PushAsset(int32_t userId, const sptr<AssetObj> &assetObj, const sptr<IAssetSendCallback> &sendCallback) PushAsset() argument
|
H A D | distributed_file_daemon_proxy.cpp | 434 PushAsset(int32_t userId, const sptr<AssetObj> &assetObj, const sptr<IAssetSendCallback> &sendCallback) PushAsset() argument
|