Home
last modified time | relevance | path

Searched refs:sendFile (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_restore.cpp54 bundleStatusMap_[bundleName].sendFile.insert(fileName); in UpdateBundleSendFiles()
95 set<string> sendFile; member
H A Dtools_op_incremental_restore.cpp56 bundleStatusMap_[bundleName].sendFile.insert(fileName); in UpdateBundleSendFiles()
97 set<string> sendFile; member
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_handler_asset.h50 int32_t AssetSendFile(int32_t socketId, const std::string& sendFile, bool isSingleFile);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler_asset.cpp182 int32_t SoftBusHandlerAsset::AssetSendFile(int32_t socketId, const std::string& sendFile, bool isSi… in AssetSendFile() argument
195 src[0] = sendFile.c_str(); in AssetSendFile()
197 auto dstFile = GetDstFile(sendFile, assetObj->srcBundleName_, in AssetSendFile()
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A Da2dpSinkProfileInterface.ets219 let message = "sendFile test"
222 …let result: boolean = (btProfileModel.getProfile(profileType) as bluetooth.OppProfile).sendFile(se…
H A DtestDataModels.ets1044 // 'method' : 'sendFile' ,
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/
H A D使用说明文档.md163 sendFile(device: string, filePaths: Array<string>, mimeTypes: Array<string>): boolean;
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subScenarioTest/
H A DoppSendScenarioTest.ets179 …let result: boolean = this.oppProfile.sendFile(this.serverMac , [ "/data/bluetooth/log/" + this.fi…