Searched defs:TestInput (Results 1 – 4 of 4) sorted by relevance
35 struct TestInput { struct36 std::string name = "";37 std::string apl = "";38 std::vector<std::string> multiPath;39 bool domain = false;40 std::string recurse = "1";41 bool isPreinstalledApp = false;
35 struct TestInput { struct36 char cmd = '\0';37 bool isHdf = false;38 std::string serviceName;
42 struct TestInput { struct43 std::string paraName;44 char cmd = '\0';
76 void TestInput(sptr<CameraInput> input, uint8_t *rawData, size_t size) in TestInput() function