HomeSort by relevance Sort by last modified time
    Searched defs:CTESTSubsystemObject (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/test/test-subsystem/
TESTSubsystemObject.h 36 class CTESTSubsystemObject : public CSubsystemObject
39 CTESTSubsystemObject(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context);
TESTSubsystemObject.cpp 40 CTESTSubsystemObject::CTESTSubsystemObject(const std::string& strMappingValue, CInstanceConfigurableElement* pInstanceConfigurableElement, const CMappingContext& context)
55 bool CTESTSubsystemObject::sendToHW(std::string& strError)
76 bool CTESTSubsystemObject::receiveFromHW(std::string& strError)
94 void CTESTSubsystemObject::sendToFile(std::ofstream& outputFile)
122 void CTESTSubsystemObject::receiveFromFile(std::ifstream& inputFile)

Completed in 662 milliseconds