Home
last modified time | relevance | path

Searched refs:testList (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dcontext_deal_interface1_test.cpp127 std::map<std::string, std::string> testList = { variable
132 resourceManager->SetThemeById(testValue, testList);
224 std::map<std::string, std::string> testList = { variable
228 resourceManager->SetPatternById(testValue, testList);
232 EXPECT_TRUE((retVal == testList));
245 …std::map<std::string, std::string> testList = { {"Theme1", "ThemeA"}, {"Theme2", "ThemeB"}, {"Them… variable
249 resourceManager->SetThemeById(testValue, testList);
416 std::map<std::string, std::string> testList = { {"123", "abc"}, {"456", "def"} }; variable
417 resourceManager->SetPatternById(testCount, testList);
421 EXPECT_FALSE((retVal == testList));
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/
H A Dcodec_server_coverage_unit_test.cpp454 for (auto &val : testList) {
504 for (auto &val : testList) {
524 for (auto &val : testList) {
606 for (auto &val : testList) {
674 for (auto &val : testList) {
715 .Times(testList.size())
890 .Times(testList.size())
893 for (auto &val : testList) {
928 for (auto &val : testList) {
947 for (auto &val : testList) {
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_context_interface1_test.cpp128 std::map<std::string, std::string> testList = { variable
134 resourceManager->SetThemeById(testValue, testList);
213 std::map<std::string, std::string> testList = { variable
218 resourceManager->SetPatternById(testValue, testList);
223 EXPECT_TRUE((retVal == testList));
236 …std::map<std::string, std::string> testList = { {"Theme1", "ThemeA"}, {"Theme2", "ThemeB"}, {"Them… variable
241 resourceManager->SetThemeById(testValue, testList);
456 std::map<std::string, std::string> testList = { {"123", "abc"}, {"456", "def"} }; variable
457 resourceManager->SetPatternById(testCount, testList);
462 EXPECT_FALSE((retVal == testList));
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Drecognizer_group_test_ng.cpp99 std::list<TouchTestResultInfo> testList; variable
100 testList.push_back(tesultInfo);
102 tetMap["test"] = testList;
268 std::list<TouchTestResultInfo> testList; variable
269 testList.push_back(tesultInfo);
271 tetMap["test"] = testList;
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dbuffer_converter_unit_test.cpp133 …const std::vector<GraphicPixelFormat> testList = {GraphicPixelFormat::GRAPHIC_PIXEL_FMT_YCBCR_420_… variable
136 for (const auto &pixelFormat : testList) {
159 …const std::vector<GraphicPixelFormat> testList = {GraphicPixelFormat::GRAPHIC_PIXEL_FMT_YCBCR_P010, variable
161 for (const auto &pixelFormat : testList) {
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/Component/
H A DautoTest.ets17 import { TestList } from './testList';
H A DbenchmarkTest.ets17 import { TestList } from './testList';
H A DmanualSceneTest.ets17 import { TestList } from './testList';
H A DprofileTest.ets17 import { TestList } from './testList';
H A DmanualApiTestComponent.ets17 import { TestList } from './testList';
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Component/
H A DappTest.ets17 import { TestList } from './testList';
H A DautoTest.ets17 import { TestList } from './testList';
H A DbenchmarkTest.ets17 import { TestList } from './testList';
H A DmanualSceneTest.ets17 import { TestList } from './testList';
H A DprofileTest.ets16 import { TestList } from './testList';
H A DstabilityTest.ets17 import { TestList } from './testList';
H A DstressTest.ets17 import { TestList } from './testList';
H A DmanualApiTestComponent.ets17 import { TestList } from './testList';
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch1_test.cpp225 std::vector<std::u16string> testList = {}; variable
226 callRequestProcess->IsFdnNumber(testList, content);