/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | context_deal_interface1_test.cpp | 127 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 D | codec_server_coverage_unit_test.cpp | 454 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 D | ability_context_interface1_test.cpp | 128 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 D | recognizer_group_test_ng.cpp | 99 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 D | buffer_converter_unit_test.cpp | 133 …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 D | autoTest.ets | 17 import { TestList } from './testList';
|
H A D | benchmarkTest.ets | 17 import { TestList } from './testList';
|
H A D | manualSceneTest.ets | 17 import { TestList } from './testList';
|
H A D | profileTest.ets | 17 import { TestList } from './testList';
|
H A D | manualApiTestComponent.ets | 17 import { TestList } from './testList';
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Component/ |
H A D | appTest.ets | 17 import { TestList } from './testList';
|
H A D | autoTest.ets | 17 import { TestList } from './testList';
|
H A D | benchmarkTest.ets | 17 import { TestList } from './testList';
|
H A D | manualSceneTest.ets | 17 import { TestList } from './testList';
|
H A D | profileTest.ets | 16 import { TestList } from './testList';
|
H A D | stabilityTest.ets | 17 import { TestList } from './testList';
|
H A D | stressTest.ets | 17 import { TestList } from './testList';
|
H A D | manualApiTestComponent.ets | 17 import { TestList } from './testList';
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch1_test.cpp | 225 std::vector<std::u16string> testList = {}; variable 226 callRequestProcess->IsFdnNumber(testList, content);
|