Searched refs:SystemDepend (Results 1 – 7 of 7) sorted by relevance
| /developtools/hdc/src/daemon/ |
| D | daemon_unity.cpp | 177 return SystemDepend::RebootDevice(cmd); in RebootDevice() 185 SystemDepend::SetDevItem("persist.hdc.mode", CMDSTR_TMODE_USB.c_str()); in SetDeviceRunMode() 187 SystemDepend::SetDevItem("persist.hdc.mode", CMDSTR_TMODE_TCP.c_str()); in SetDeviceRunMode() 190 SystemDepend::SetDevItem("persist.hdc.port", port); in SetDeviceRunMode() 281 SystemDepend::GetDevItem("const.debuggable", debugMode); in CommandDispatch() 284 SystemDepend::SetDevItem("persist.hdc.root", "0"); in CommandDispatch() 288 SystemDepend::SetDevItem("persist.hdc.root", "1"); in CommandDispatch()
|
| D | main.cpp | 46 SystemDepend::GetDevItem("persist.hdc.mode", workMode); in ForkChildCheck() 89 bool ret = SystemDepend::GetDevItem("persist.hdc.uv.threads", nThreadsString); in CheckUvThreadConfig() 237 SystemDepend::GetDevItem("const.debuggable", debugMode); in NeedDropRootPrivileges() 238 SystemDepend::GetDevItem("persist.hdc.root", rootMode); in NeedDropRootPrivileges()
|
| D | system_depend.h | 20 namespace SystemDepend {
|
| D | system_depend.cpp | 35 namespace SystemDepend { namespace
|
| D | daemon_tcp.cpp | 32 SystemDepend::GetDevItem("persist.hdc.port", strTCPPort); in HdcDaemonTCP()
|
| D | daemon.cpp | 141 SystemDepend::GetDevItem("ro.hdc.secure", secure); in InitMod() 329 SystemDepend::GetDevItem(param.c_str(), out); in IsExpectedParam()
|
| D | daemon_usb.cpp | 173 SystemDepend::SetDevItem("sys.usb.ffs.ready", "1"); in ConnectEPPoint()
|