Home
last modified time | relevance | path

Searched refs:IsExpectedParam (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/daemon/
Ddaemon.cpp326 bool HdcDaemon::IsExpectedParam(const string& param, const string& expect) in IsExpectedParam() function in Hdc::HdcDaemon
349 ret = IsExpectedParam("persist.hdc.control.shell", "true"); in CheckControl()
362 ret = IsExpectedParam("persist.hdc.control.file", "true"); in CheckControl()
372 ret = IsExpectedParam("persist.hdc.control.fport", "true"); in CheckControl()
Ddaemon.h50 static bool IsExpectedParam(const std::string& param, const std::string& expect);