Home
last modified time | relevance | path

Searched defs:testValue (Results 1 – 6 of 6) sorted by relevance

/test/developertest/aw/cxx/hwext/
Dperf.cpp252 bool GtestPerfTestCase::ExpectLarger(double testValue) in ExpectLarger()
258 bool GtestPerfTestCase::ExpectSmaller(double testValue) in ExpectSmaller()
263 bool GtestPerfTestCase::ExpectValue(double testValue, bool isLargerBetter) in ExpectValue()
301 bool GtestPerfTestCase::SaveResult(double testValue) in SaveResult()
/test/arkXtest/uitest/core/
Dwidget_matcher.h32 : testValue_(std::move(testValue)), rule_(rule) {} in testValue_()
Dwidget_matcher.cpp58 … WidgetAttrMatcher::WidgetAttrMatcher(string_view attr, string_view testValue, ValueMatchRule rule) in WidgetAttrMatcher()
Dextern_api_registration.cpp54 auto testValue = GetItemValueFromJson<string>(in, 1); in WidgetSelectorHandler() local
/test/xts/acts/kernel_lite/ipc_posix/semaphore/
DSemTest.cpp41 int testValue = 0; variable
58 int testValue = 1; variable
75 int testValue = 10; variable
/test/arkXtest/uitest/test/
Dwidget_matcher_test.cpp67 const auto testValue = "wyz"; in TEST() local