Home
last modified time | relevance | path

Searched refs:GetDevItem (Results 1 – 6 of 6) sorted by relevance

/developtools/hdc/src/daemon/
Dsystem_depend.h23 inline bool GetDevItem(const char *key, string value) in GetDevItem() function
32 bool GetDevItem(const char *key, string &out, const char *preDefine = nullptr);
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.cpp49 bool GetDevItem(const char *key, string &out, const char *preDefine) in GetDevItem() function
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_unity.cpp281 SystemDepend::GetDevItem("const.debuggable", debugMode); in CommandDispatch()