Home
last modified time | relevance | path

Searched refs:SetDevItem (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/src/daemon/
Dsystem_depend.h27 inline bool SetDevItem(const char *key, const char *value) in SetDevItem() function
33 bool SetDevItem(const char *key, const char *value);
Ddaemon_unity.cpp185 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()
284 SystemDepend::SetDevItem("persist.hdc.root", "0"); in CommandDispatch()
288 SystemDepend::SetDevItem("persist.hdc.root", "1"); in CommandDispatch()
Dsystem_depend.cpp36 bool SetDevItem(const char *key, const char *value) in SetDevItem() function
76 return SetDevItem(rebootCtrl.c_str(), reason); in CallDoReboot()
Ddaemon_usb.cpp173 SystemDepend::SetDevItem("sys.usb.ffs.ready", "1"); in ConnectEPPoint()