Searched refs:SetDevItem (Results 1 - 10 of 10) sorted by relevance
/developtools/hdc/src/daemon/ |
H A D | daemon_unity.cpp | 261 SystemDepend::SetDevItem("persist.hdc.mode", "tcp"); in SetDeviceRunMode() 262 SystemDepend::SetDevItem("persist.hdc.mode.tcp", "enable"); in SetDeviceRunMode() 269 SystemDepend::SetDevItem("persist.hdc.port", "0"); in SetDeviceRunMode() 270 SystemDepend::SetDevItem("persist.hdc.mode.tcp", "disable"); in SetDeviceRunMode() 278 SystemDepend::SetDevItem("persist.hdc.mode", "tcp"); in SetDeviceRunMode() 279 SystemDepend::SetDevItem("persist.hdc.port", token); in SetDeviceRunMode() 280 SystemDepend::SetDevItem("persist.hdc.mode.tcp", "enable"); in SetDeviceRunMode() 375 SystemDepend::SetDevItem("persist.hdc.root", "0"); in CommandDispatch() 379 SystemDepend::SetDevItem("persist.hdc.root", "1"); in CommandDispatch()
|
H A 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);
|
H A D | system_depend.cpp | 36 bool SetDevItem(const char *key, const char *value) in SetDevItem() function 81 return SetDevItem(rebootCtrl.c_str(), reason); in CallDoReboot()
|
H A D | daemon_tcp.cpp | 140 SystemDepend::SetDevItem("persist.hdc.port", std::to_string(tcpListenPort).c_str()); in SetTCPListen()
|
H A D | daemon_usb.cpp | 174 SystemDepend::SetDevItem("sys.usb.ffs.ready.hdc", "0"); in ConnectEPPoint() 175 SystemDepend::SetDevItem("sys.usb.ffs.ready", "1"); in ConnectEPPoint() 176 SystemDepend::SetDevItem("sys.usb.ffs.ready.hdc", "1"); in ConnectEPPoint()
|
H A D | jdwp.cpp | 118 std::call_once(firstLog, [&]() { SystemDepend::SetDevItem("persist.hdc.jdwp", "0"); }); in ReadStream() 716 SystemDepend::SetDevItem("persist.hdc.jdwp", "0"); in Initial() 717 SystemDepend::SetDevItem("persist.hdc.jdwp", "1"); in Initial()
|
H A D | daemon.cpp | 286 if (!SystemDepend::SetDevItem("persist.hdc.daemon.auth_result", "auth_result_none")) { in InitMod() 292 if (!SystemDepend::SetDevItem("persist.hdc.client.hostname", hostname.c_str())) { in InitMod() 304 if (!SystemDepend::SetDevItem("persist.hdc.client.pubkey_sha256", hex.c_str())) { in InitMod() 362 if (!SystemDepend::SetDevItem("persist.hdc.daemon.auth_cancel", "false")) { in InitMod()
|
/developtools/hdc/hdc_rust/src/cffi/ |
H A D | oh_usb.cpp | 78 Hdc::SetDevItem("sys.usb.ffs.ready.hdc", "0");
in ConfigEpPoint() 79 Hdc::SetDevItem("sys.usb.ffs.ready", "1");
in ConfigEpPoint() 80 Hdc::SetDevItem("sys.usb.ffs.ready.hdc", "1");
in ConfigEpPoint()
|
H A D | sys_para.h | 23 bool SetDevItem(const char *key, const char *value);
|
H A D | sys_para.cpp | 35 bool SetDevItem(const char *key, const char *value) in SetDevItem() function
|
Completed in 7 milliseconds