Searched refs:MSG_OK (Results 1 - 9 of 9) sorted by relevance
/developtools/hdc/src/daemon/ |
H A D | daemon_unity.cpp | 217 LogMsg(MSG_OK, "Mount finish"); in RemountDevice() 260 LogMsg(MSG_OK, "Set device run mode successful."); in SetDeviceRunMode() 277 LogMsg(MSG_OK, "Set device run mode successful."); in SetDeviceRunMode() 305 LogMsg(MSG_OK, result.c_str()); in ListJdwpProcess() 322 LogMsg(MSG_OK, result.c_str()); in TrackJdwpProcess()
|
H A D | daemon_app.cpp | 185 LogMsg(MSG_OK, "[placeholders] sideload %s", pathOTA); in Sideload()
|
H A D | jdwp.cpp | 547 sessionBase->LogMsg(t->sessionId, t->channelId, MSG_OK, data.c_str()); in SendProcessList()
|
/developtools/hdc/src/host/ |
H A D | server_for_client.cpp | 283 thisClass->EchoClient(hChannel, MSG_OK, const_cast<char *>(hdi->version.c_str())); in OrderConnecTargetResult() 286 thisClass->EchoClient(hChannel, MSG_OK, const_cast<char *>(sRet.c_str())); in OrderConnecTargetResult() 399 EchoClient(hChannel, MSG_OK, const_cast<char *>(sRet.c_str())); in GetTargetList() 439 EchoClient(hChannel, MSG_OK, "Wait for connected target is %s", key.c_str()); in WaitForAny() 456 EchoClient(hChannel, MSG_OK, "Remove forward ruler success, ruler:%s", s.c_str()); in RemoveForward() 463 EchoClient(hChannel, MSG_OK, "Remove forward ruler success, ruler:%s", parameterString); in RemoveForward() 531 EchoClient(hChannel, MSG_OK, const_cast<char *>(echo.c_str())); in DoCommandLocal() 864 EchoClient(hChannel, MSG_OK, retEcho.c_str()); in ReadChannel()
|
H A D | host_app.cpp | 187 LogMsg(MSG_OK, "AppMod finish"); in CheckInstallContinue()
|
H A D | host_updater.cpp | 248 if ((level == MSG_OK) && sendProgress_) { in CheckUpdateContinue()
|
/developtools/hdc/src/common/ |
H A D | define_enum.h | 33 MSG_OK, enumerator
|
H A D | file.cpp | 186 LogMsg(MSG_OK, "FileTransfer finish, Size:%lld, File count = %d, time:%lldms rate:%.2lfkB/s", in TransferSummary()
|
H A D | forward.cpp | 784 LogMsg(bCheck ? MSG_OK : MSG_FAIL, "Forwardport result:%s", bCheck ? "OK" : "Failed"); in CommandForwardCheckResult()
|
Completed in 10 milliseconds