Home
last modified time | relevance | path

Searched refs:OnSendFileProcess (Results 1 - 23 of 23) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/transmission/demo/transport/
H A Dsendfile_demo.c62 static int32_t OnSendFileProcess(int32_t sessionId, uint64_t bytesUpload, uint64_t bytesTotal) in OnSendFileProcess() function
64 printf("OnSendFileProcess sessionId = %d, bytesUpload = %llu, total = %llu\n", in OnSendFileProcess()
82 .OnSendFileProcess = OnSendFileProcess,
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransfile_fuzzer/
H A Dclienttransfile_fuzzer.cpp42 static int32_t OnSendFileProcess(int32_t sessionId, uint64_t bytesUpload, uint64_t bytesTotal) in OnSendFileProcess() function
88 .OnSendFileProcess = OnSendFileProcess, in TransSetFileSendListenerTest()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_file_send_listener.cpp37 OnSendFileProcess(socket, event->bytesProcessed, event->bytesTotal); in OnFile()
61 void SoftBusFileSendListener::OnSendFileProcess(int32_t sessionId, uint64_t bytesUpload, uint64_t bytesTotal) in OnSendFileProcess() function in OHOS::Storage::DistributedFile::SoftBusFileSendListener
63 LOGI("OnSendFileProcess, sessionId = %{public}d bytesUpload = %{public}" PRIu64 "bytesTotal = %{public}" PRIu64 "", in OnSendFileProcess()
/foundation/communication/dsoftbus/tests/sdk/transmission/benchmarktest/
H A Dtrans_test.cpp61 int32_t OnSendFileProcess(int32_t sessionId, uint64_t bytesUpload, uint64_t bytesTotal) in OnSendFileProcess() function
75 .OnSendFileProcess = OnSendFileProcess,
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H A Ddsoftbus_app_dfile.cpp150 static int32_t OnSendFileProcess(int32_t sessionId, uint64_t bytesUpload, uint64_t bytesTotal) in OnSendFileProcess() function
152 LOG2_INFO("OnSendFileProcess sessionId = %d, bytesUpload = %" PRIu64 ", total = %" PRIu64 "\n", in OnSendFileProcess()
170 .OnSendFileProcess = OnSendFileProcess,
H A Ddsoftbus_app_dfile.c145 static int32_t OnSendFileProcess(int32_t sessionId, uint64_t bytesUpload, uint64_t bytesTotal) in OnSendFileProcess() function
147 LOG2_INFO("OnSendFileProcess sessionId = %d, bytesUpload = %" PRIu64 ", total = %" PRIu64 "\n", in OnSendFileProcess()
165 .OnSendFileProcess = OnSendFileProcess,
H A Dtrans_sdk_file_test.cpp169 .OnSendFileProcess = OnSendFileProcessTest,
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/include/
H A Dchannel_listener.h41 virtual void OnSendFileProcess(int percent) {} in OnSendFileProcess() function in OHOS::CastEngine::CastEngineService::IChannelListener
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/include/
H A Dchannel_listener.h41 virtual void OnSendFileProcess(int percent) {} in OnSendFileProcess() function in OHOS::CastEngine::CastEngineService::IChannelListener
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_file_send_listener.h30 static void OnSendFileProcess(int32_t sessionId, uint64_t bytesUpload, uint64_t bytesTotal);
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/
H A Dsoftbus_connection.cpp50 .OnSendFileProcess = SoftBusConnection::OnSendFileProcess,
217 int SoftBusConnection::OnSendFileProcess(int sessionId, uint64_t bytesUpload, uint64_t bytesTotal) in OnSendFileProcess() function in OHOS::CastEngine::CastEngineService::SoftBusConnection
219 CLOGD("OnSendFileProcess invoked bytesUpload: %llu, bytesTotal: %llu", bytesUpload, bytesTotal); in OnSendFileProcess()
222 CLOGE("OnSendFileProcess, Get Connection Failed, sessionId = %d.", sessionId); in OnSendFileProcess()
233 channelListener->OnSendFileProcess(static_cast<int>(floor(percent))); in OnSendFileProcess()
H A Dsoftbus_connection.h65 static int OnSendFileProcess(int sessionId, uint64_t bytesUpload, uint64_t bytesTotal);
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/
H A Dsoftbus_connection.cpp50 .OnSendFileProcess = SoftBusConnection::OnSendFileProcess,
217 int SoftBusConnection::OnSendFileProcess(int sessionId, uint64_t bytesUpload, uint64_t bytesTotal) in OnSendFileProcess() function in OHOS::CastEngine::CastEngineService::SoftBusConnection
221 CLOGE("OnSendFileProcess, Get Connection Failed, sessionId = %d.", sessionId); in OnSendFileProcess()
232 channelListener->OnSendFileProcess(static_cast<int>(floor(percent))); in OnSendFileProcess()
H A Dsoftbus_connection.h65 static int OnSendFileProcess(int sessionId, uint64_t bytesUpload, uint64_t bytesTotal);
/foundation/communication/dsoftbus/tests/sdk/transmission/integration_test/
H A Dfile_test.cpp95 .OnSendFileProcess = FtOnSendFileProcess, in SetUpTestCase()
/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dsession.h142 int (*OnSendFileProcess)(int sessionId, uint64_t bytesUpload, uint64_t bytesTotal); member
/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dsession.h448 int (*OnSendFileProcess)(int sessionId, uint64_t bytesUpload, uint64_t bytesTotal); member
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/file/
H A Dproxy_session_file_test.cpp184 int32_t OnSendFileProcess(int32_t sessionId, uint64_t bytesUpload, uint64_t bytesTotal) in OnSendFileProcess() function
202 .OnSendFileProcess = OnSendFileProcess,
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/optimization/
H A Dauth_session_test2.cpp158 int32_t OnSendFileProcess(int32_t sessionId, uint64_t bytesUpload, uint64_t bytesTotal) in OnSendFileProcess() function
160 cout << "OnSendFileProcess sessionId = " << sessionId << ", bytesUpload = " << in OnSendFileProcess()
177 .OnSendFileProcess = OnSendFileProcess,
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c53 if (listener->sendListener.OnSendFileProcess != NULL) { in NotifySendResult()
56 listener->sendListener.OnSendFileProcess(sessionId, bytesUpload, bytesTotal); in NotifySendResult()
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_test.cpp169 int32_t OnSendFileProcess(int32_t sessionId, uint64_t bytesUpload, uint64_t bytesTotal) in OnSendFileProcess() function
198 .OnSendFileProcess = OnSendFileProcess,
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_manager_test.cpp130 static int32_t OnSendFileProcess(int32_t sessionId, uint64_t bytesUpload, uint64_t bytesTotal) in OnSendFileProcess() function
160 .OnSendFileProcess = OnSendFileProcess,
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c607 } else if (sendInfo->fileListener.sendListener.OnSendFileProcess != NULL) { in HandleSendProgress()
608 sendInfo->fileListener.sendListener.OnSendFileProcess(sendInfo->channelId, fileOffset, fileSize); in HandleSendProgress()

Completed in 22 milliseconds