Home
last modified time | relevance | path

Searched refs:SetDevItem (Results 1 - 10 of 10) sorted by relevance

/developtools/hdc/src/daemon/
H A Ddaemon_unity.cpp261 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 Dsystem_depend.h27 inline bool SetDevItem(const char *key, const char *value) in SetDevItem() function
33 bool SetDevItem(const char *key, const char *value);
H A Dsystem_depend.cpp36 bool SetDevItem(const char *key, const char *value) in SetDevItem() function
81 return SetDevItem(rebootCtrl.c_str(), reason); in CallDoReboot()
H A Ddaemon_tcp.cpp140 SystemDepend::SetDevItem("persist.hdc.port", std::to_string(tcpListenPort).c_str()); in SetTCPListen()
H A Ddaemon_usb.cpp174 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 Djdwp.cpp118 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 Ddaemon.cpp286 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 Doh_usb.cpp78 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 Dsys_para.h23 bool SetDevItem(const char *key, const char *value);
H A Dsys_para.cpp35 bool SetDevItem(const char *key, const char *value) in SetDevItem() function

Completed in 7 milliseconds