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 | 154 …SendToAnother(CMD_FILE_MODE, reinterpret_cast<uint8_t *>(const_cast<char *>(s.c_str())), s.size()); in CheckMaster() 157 …SendToAnother(CMD_FILE_CHECK, reinterpret_cast<uint8_t *>(const_cast<char *>(s.c_str())), s.size()… in CheckMaster() 167 SendToAnother(CMD_FILE_FINISH, &flag, 1); in WhenTransferFinish() 200 … SendToAnother(CMD_DIR_MODE, reinterpret_cast<uint8_t *>(const_cast<char *>(s.c_str())), s.size()); in FileModeSync() 203 …SendToAnother(CMD_FILE_CHECK, reinterpret_cast<uint8_t *>(const_cast<char *>(s.c_str())), s.size()… in FileModeSync() 240 SendToAnother(CMD_FILE_MODE, nullptr, 0); in FileModeSync() 339 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 | 193 ret = SendToAnother(commandData, sendBuf, payloadPrefixReserve + compressSize) > 0; in SendIOPayload() 349 thisClass->SendToAnother(thisClass->commandBegin, nullptr, 0); in OnFileOpen()
|
| D | forward.cpp | 234 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 | 147 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 | 113 SendToAnother(CMD_APP_FINISH, vecBuf.data(), vecBuf.size()); in AsyncInstallFinish()
|
| D | daemon_unity.cpp | 61 …if (!SendToAnother(currentDataCommand, reinterpret_cast<uint8_t *>(const_cast<char *>(result.c_str… in AsyncCmdOut()
|
| D | shell.cpp | 286 return thisClass->SendToAnother(CMD_KERNEL_ECHO_RAW, reinterpret_cast<uint8_t *>(buf), size); in ChildReadCallback()
|