Searched refs:SetDevItem (Results 1 – 4 of 4) sorted by relevance
| /developtools/hdc/src/daemon/ |
| D | system_depend.h | 27 inline bool SetDevItem(const char *key, const char *value) in SetDevItem() function 33 bool SetDevItem(const char *key, const char *value);
|
| D | daemon_unity.cpp | 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() 284 SystemDepend::SetDevItem("persist.hdc.root", "0"); in CommandDispatch() 288 SystemDepend::SetDevItem("persist.hdc.root", "1"); in CommandDispatch()
|
| D | system_depend.cpp | 36 bool SetDevItem(const char *key, const char *value) in SetDevItem() function 76 return SetDevItem(rebootCtrl.c_str(), reason); in CallDoReboot()
|
| D | daemon_usb.cpp | 173 SystemDepend::SetDevItem("sys.usb.ffs.ready", "1"); in ConnectEPPoint()
|