Home
last modified time | relevance | path

Searched refs:SystemDepend (Results 1 – 7 of 7) sorted by relevance

/developtools/hdc/src/daemon/
Ddaemon_unity.cpp177 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()
Dmain.cpp46 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()
Dsystem_depend.h20 namespace SystemDepend {
Dsystem_depend.cpp35 namespace SystemDepend { namespace
Ddaemon_tcp.cpp32 SystemDepend::GetDevItem("persist.hdc.port", strTCPPort); in HdcDaemonTCP()
Ddaemon.cpp141 SystemDepend::GetDevItem("ro.hdc.secure", secure); in InitMod()
329 SystemDepend::GetDevItem(param.c_str(), out); in IsExpectedParam()
Ddaemon_usb.cpp173 SystemDepend::SetDevItem("sys.usb.ffs.ready", "1"); in ConnectEPPoint()