Home
last modified time | relevance | path

Searched defs:TestInput (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/selinux_adapter/interfaces/tools/hap_restorecon/
H A Dtest.cpp35 struct TestInput { struct
36 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;
/ohos5.0/base/security/selinux_adapter/interfaces/tools/service_check/
H A Dtest.cpp35 struct TestInput { struct
36 char cmd = '\0';
37 bool isHdf = false;
38 std::string serviceName;
/ohos5.0/base/security/selinux_adapter/interfaces/tools/param_check/
H A Dtest.cpp42 struct TestInput { struct
43 std::string paraName;
44 char cmd = '\0';
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/camerainput_fuzzer/
H A Dcamera_input_fuzzer.cpp76 void TestInput(sptr<CameraInput> input, uint8_t *rawData, size_t size) in TestInput() function