Home
last modified time | relevance | path

Searched defs:testType (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/
H A Dhdf_input_hdi_test.cpp932 uint32_t testType = BASE_TEST; variable
948 uint32_t testType = BASE_TEST; variable
974 uint32_t testType = BASE_TEST; variable
989 uint32_t testType = BASE_TEST; variable
1010 uint32_t testType = FULL_TEST; variable
1026 uint32_t testType = FULL_TEST; variable
1052 uint32_t testType = FULL_TEST; variable
1067 uint32_t testType = MMI_TEST; variable
1083 uint32_t testType = MMI_TEST; variable
1109 uint32_t testType = MMI_TEST; variable
[all …]
/ohos5.0/base/account/os_account/test/fuzztest/osaccount/createosaccount_fuzzer/
H A Dcreateosaccount_fuzzer.cpp59 …OsAccountType testType = static_cast<OsAccountType>(fuzzData.GetData<uint32_t>() % CONSTANTS_NUMBE… in CreateOsAccountWithShortNameFuzzTest() local
89 …OsAccountType testType = static_cast<OsAccountType>(fuzzData.GetData<uint32_t>() % CONSTANTS_NUMBE… in CreateOsAccountFuzzTest() local
108 …OsAccountType testType = static_cast<OsAccountType>(fuzzData.GetData<uint32_t>() % CONSTANTS_NUMBE… in CreateOsAccountForDomainFuzzTest() local
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/proccreateosaccountstub_fuzzer/
H A Dproccreateosaccountstub_fuzzer.cpp43 …OsAccountType testType = static_cast<OsAccountType>(fuzzData.GetData<size_t>() % CONSTANTS_NUMBER_… in ProcCreateOsAccountStubFuzzTest() local
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/proccreateosaccountwithshortnamestub_fuzzer/
H A Dproccreateosaccountwithshortnamestub_fuzzer.cpp46 …OsAccountType testType = static_cast<OsAccountType>(fuzzData.GetData<size_t>() % CONSTANTS_NUMBER_… in ProcCreateOsAccountWithShortNameStubFuzzTest() local
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/createosaccountfordomainstub_fuzzer/
H A Dcreateosaccountfordomainstub_fuzzer.cpp41 …OsAccountType testType = static_cast<OsAccountType>(fuzzData.GetData<size_t>() % CONSTANTS_NUMBER_… in CreateOsAccountForDomainStubFuzzTest() local
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/subscribeosaccountstub_fuzzer/
H A Dsubscribeosaccountstub_fuzzer.cpp47 OS_ACCOUNT_SUBSCRIBE_TYPE testType = static_cast<OS_ACCOUNT_SUBSCRIBE_TYPE>( in SubscribeOsAccountStubFuzzTest() local
/ohos5.0/drivers/peripheral/input/test/fuzztest/runcapacitancetest_fuzzer/
H A Druncapacitancetest_fuzzer.cpp24 uint32_t testType; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Dsecurity_layer_demo.cpp85 int testType = -1; in main() local
H A Drender_service_display_mode_demo.cpp202 int testType = -1; in GetOrSetDisplayMode() local
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_manager_client_test.cpp1557 std::string testType = "type"; variable
1574 std::string testType = "type"; variable
1592 std::string testType = "type"; variable
1609 std::string testType = "type"; variable
1642 std::string testType = "type"; variable
1658 std::string testType = "type"; variable
1675 std::string testType = "type"; variable
1692 std::string testType = "type"; variable
2537 std::string testType = "type"; variable
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/checkosaccountconstraintenabledstub_fuzzer/
H A Dcheckosaccountconstraintenabledstub_fuzzer.cpp159 OsAccountType testType = static_cast<OsAccountType>(typeNumber); in ProcUpdateOsAccountWithFullInfoStubFuzzTest() local
/ohos5.0/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/include/
H A Drs_graphic_test_ext.h46 RSGraphicTestType testType; member
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_stub_test.cpp801 std::string testType = ""; variable
826 std::string testType = "block"; variable
851 std::string testType = "block"; variable
879 std::string testType = "block"; variable
907 std::string testType = "block"; variable
/ohos5.0/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp922 uint32_t testType = TEST_TYPE; variable
944 uint32_t testType = TEST_TYPE; variable
/ohos5.0/drivers/peripheral/input/hal/include/
H A Dinput_common.h80 uint32_t testType; /* Capacitance test type */ member
/ohos5.0/drivers/peripheral/input/test/unittest/hdi/
H A Dhdf_input_hdi_test.cpp674 uint32_t testType = MMI_TEST; variable
/ohos5.0/base/telephony/core_service/services/sim/test/
H A Dtest.cpp656 int testType = 0; in TestQueryIccDiallingNumbers() local
1125 int32_t testType = -1; in TestSetLockState() local
1163 int32_t testType = -1; in TestGetLockState() local
1258 int32_t testType = -1; in GetSimLockType() local
1276 static std::string GetSimLockPassword(int32_t testType) in GetSimLockPassword()
1335 int32_t testType = GetSimLockType(); in TestUnlockSimLock() local
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp141 static int32_t RunCapacitanceTest(uint32_t devIndex, uint32_t testType, char *result, uint32_t leng… in RunCapacitanceTest()
/ohos5.0/drivers/peripheral/input/test/unittest/common/
H A Dhdi_input_test.cpp729 uint32_t testType = MMI_TEST; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp313 void SysEventSource::UpdateTestType(const std::string& testType) in UpdateTestType()
/ohos5.0/drivers/peripheral/input/test/benchmarktest/
H A Dinput_benchmark_test.cpp312 uint32_t testType = MMI_TEST; in BENCHMARK_F() local
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_touch.h101 uint32_t testType; member
/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp411 int32_t InputInterfacesImpl::RunCapacitanceTest(uint32_t devIndex, uint32_t testType, std::string &… in RunCapacitanceTest()
/ohos5.0/base/account/os_account/test/fuzztest/osaccount_stub/activateosaccountstub_fuzzer/
H A Dactivateosaccountstub_fuzzer.cpp79 OsAccountType testType = static_cast<OsAccountType>(typeNumber); in ProcCreateOsAccountWithFullInfoStubFuzzTest() local
/ohos5.0/drivers/peripheral/input/hal/src/
H A Dinput_controller.c406 static int32_t RunCapacitanceTest(uint32_t devIndex, uint32_t testType, char *result, uint32_t leng… in RunCapacitanceTest()

12