Searched refs:GetDevItem (Results 1 – 6 of 6) sorted by relevance
| /developtools/hdc/src/daemon/ |
| D | system_depend.h | 23 inline bool GetDevItem(const char *key, string value) in GetDevItem() function 32 bool GetDevItem(const char *key, string &out, const char *preDefine = nullptr);
|
| 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.cpp | 49 bool GetDevItem(const char *key, string &out, const char *preDefine) in GetDevItem() function
|
| 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_unity.cpp | 281 SystemDepend::GetDevItem("const.debuggable", debugMode); in CommandDispatch()
|