Searched refs:OnFileOpen (Results 1 – 6 of 6) sorted by relevance
| /developtools/hdc/src/common/ |
| D | file.cpp | 56 …oopTask, &context->fsOpenReq, context->localPath.c_str(), O_RDONLY, S_IWUSR | S_IRUSR, OnFileOpen); in BeginTransfer() 288 S_IWUSR | S_IRUSR | S_IRGRP | S_IROTH, OnFileOpen); in SlaveCheck() 307 …oopTask, &context->fsOpenReq, context->localPath.c_str(), O_RDONLY, S_IWUSR | S_IRUSR, OnFileOpen); in TransferNext()
|
| D | transfer.h | 100 static void OnFileOpen(uv_fs_t *req);
|
| D | transfer.cpp | 281 void HdcTransferBase::OnFileOpen(uv_fs_t *req) in OnFileOpen() function in Hdc::HdcTransferBase
|
| /developtools/hdc/src/daemon/ |
| D | daemon_app.cpp | 71 OnFileOpen); in CommandDispatch()
|
| /developtools/hdc/src/host/ |
| D | host_app.cpp | 94 uv_fs_open(loopTask, &context->fsOpenReq, context->localPath.c_str(), O_RDONLY, 0, OnFileOpen); in RunQueue()
|
| D | host_updater.cpp | 83 uv_fs_open(loopTask, &context.fsOpenReq, context.localPath.c_str(), O_RDONLY, 0, OnFileOpen); in RunQueue()
|