Searched refs:SendToAnother (Results 1 – 11 of 11) sorted by relevance
| /developtools/hdc/src/common/ |
| D | task.cpp | 30 SendToAnother(CMD_KERNEL_WAKEUP_SLAVETASK, nullptr, 0); in HdcTaskBase() 51 SendToAnother(CMD_KERNEL_CHANNEL_CLOSE, &count, 1); in TaskFinish() 55 bool HdcTaskBase::SendToAnother(const uint16_t command, uint8_t *bufPtr, const int size) in SendToAnother() function in Hdc::HdcTaskBase
|
| D | file.cpp | 155 …SendToAnother(CMD_FILE_MODE, reinterpret_cast<uint8_t *>(const_cast<char *>(s.c_str())), s.size()); in CheckMaster() 158 …SendToAnother(CMD_FILE_CHECK, reinterpret_cast<uint8_t *>(const_cast<char *>(s.c_str())), s.size()… in CheckMaster() 168 SendToAnother(CMD_FILE_FINISH, &flag, 1); in WhenTransferFinish() 202 … SendToAnother(CMD_DIR_MODE, reinterpret_cast<uint8_t *>(const_cast<char *>(s.c_str())), s.size()); in FileModeSync() 205 …SendToAnother(CMD_FILE_CHECK, reinterpret_cast<uint8_t *>(const_cast<char *>(s.c_str())), s.size()… in FileModeSync() 242 SendToAnother(CMD_FILE_MODE, nullptr, 0); in FileModeSync() 343 SendToAnother(CMD_FILE_FINISH, payload, 1); in CommandDispatch()
|
| D | task.h | 39 …bool SendToAnother(const uint16_t command, uint8_t *bufPtr, const int size); // D / S corresponds…
|
| D | transfer.cpp | 194 ret = SendToAnother(commandData, sendBuf, payloadPrefixReserve + compressSize) > 0; in SendIOPayload() 353 thisClass->SendToAnother(thisClass->commandBegin, nullptr, 0); in OnFileOpen()
|
| D | forward.cpp | 224 ret = SendToAnother(command, newBuf, bufSize + 4); in SendToTask()
|
| /developtools/hdc/src/host/ |
| D | host_app.cpp | 115 …SendToAnother(CMD_APP_CHECK, const_cast<uint8_t *>(reinterpret_cast<const uint8_t *>(bufString.c_s… in CheckMaster() 170 SendToAnother(CMD_APP_UNINSTALL, payload, payloadSize); in CommandDispatch()
|
| D | host_unity.cpp | 143 SendToAnother(CMD_UNITY_BUGREPORT_INIT, nullptr, 0); in CommandDispatch()
|
| D | host_updater.cpp | 144 SendToAnother(CMD_FLASHD_CHECK, (uint8_t *)buffer.data(), buffer.size()); in CheckMaster() 164 SendToAnother(command, payload, payloadSize); in CheckCmd()
|
| /developtools/hdc/src/daemon/ |
| D | daemon_app.cpp | 109 SendToAnother(CMD_APP_FINISH, vecBuf.data(), vecBuf.size()); in AsyncInstallFinish()
|
| D | shell.cpp | 260 return thisClass->SendToAnother(CMD_KERNEL_ECHO_RAW, (uint8_t *)buf, size); in ChildReadCallback()
|
| D | daemon_unity.cpp | 60 …if (!SendToAnother(currentDataCommand, reinterpret_cast<uint8_t *>(const_cast<char *>(result.c_str… in AsyncCmdOut()
|