/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/unique_fd_benchmark_test/ |
H A D | unique_fd_benchmark_test.cpp | 73 const int expectedValue = -1; in BENCHMARK_F() local 78 AssertEqual(ufd2, expectedValue, "ufd2 did not equal expectedValue as expected.", state); in BENCHMARK_F() 86 const int expectedValue = -1; in BENCHMARK_F() local 224 const int expectedValue = -1; in BENCHMARK_F() local 230 … AssertUnequal(fd, expectedValue, "fd was not different from expectedValue as expected.", state); in BENCHMARK_F() 239 const int expectedValue = -1; in BENCHMARK_F() local 253 const int expectedValue = -1; in BENCHMARK_F() local 267 const int expectedValue = -1; in BENCHMARK_F() local 273 AssertEqual(ufd, expectedValue, "ufd did not equal expectedValue as expected.", state); in BENCHMARK_F() 282 const int expectedValue = -1; in BENCHMARK_F() local [all …]
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | dwarf_test.cpp | 214 uintptr_t expectedValue = 0x08; in Test04() local 215 ret = (value == expectedValue); in Test04() 224 expectedValue = 0x1110; in Test04() 225 ret &= (value == expectedValue); in Test04() 234 expectedValue = 0x23222120; in Test04() 235 ret &= (value == expectedValue); in Test04() 244 expectedValue = 0x34333231; in Test04() 245 ret &= (value == expectedValue); in Test04() 254 expectedValue = 0x4847464544434241; in Test04() 255 ret &= (value == expectedValue); in Test04() [all …]
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/common/render/src/ |
H A D | audio_librender_test.cpp | 322 bool expectedValue = 1; variable 342 EXPECT_EQ(expectedValue, muteValue); 357 bool expectedValue = 1; variable 370 EXPECT_EQ(expectedValue, muteValue); 568 float expectedValue = 0; variable 590 expectedValue = hwRender->renderParam.renderMode.ctlParam.mute; 591 EXPECT_EQ(expectedValue, muteValue);
|
H A D | audio_alsa_librender_test.cpp | 787 bool expectedValue = 1; variable 802 EXPECT_EQ(expectedValue, muteValue);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_base.h | 139 TestItem(CheckItem checkItem, Expected expectedValue, std::string message = "") 140 : item(checkItem), expected(expectedValue), error(std::move(message))
|
H A D | text_area_menu_test.cpp | 90 TestItem(CheckItem checkItem, Expected expectedValue, std::string message = "") in TestItem() 91 : item(checkItem), expected(expectedValue), error(std::move(message)) in TestItem()
|
H A D | text_area_test.cpp | 98 TestItem(CheckItem checkItem, Expected expectedValue, std::string message = "") in TestItem() 99 : item(checkItem), expected(expectedValue), error(std::move(message)) in TestItem()
|
H A D | text_input_modify_test.cpp | 101 TestItem(CheckItem checkItem, Expected expectedValue, std::string message = "") in TestItem() 102 : item(checkItem), expected(expectedValue), error(std::move(message)) in TestItem()
|
/ohos5.0/base/web/webview/test/unittest/nweb_config_helper_test/ |
H A D | nweb_config_helper_test.cpp | 170 std::string expectedValue = "expected_value"; variable 171 NWebConfigHelper::Instance().perfConfig_[configNodeName + "/" + argsNodeName] = expectedValue; 173 EXPECT_EQ(result, expectedValue);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_get_window_properties_test.cpp | 94 …bool CheckWindowProperty1(const std::string &abilityName, double expectedValue, const std::string … 190 …GetWindowPropertiesTest::CheckWindowProperty1(const std::string &abilityName, double expectedValue, in CheckWindowProperty1() argument 211 if (resultMap.find(option) != resultMap.end() && resultMap.at(option) == expectedValue) { in CheckWindowProperty1()
|
/ohos5.0/drivers/peripheral/audio/test/systemtest/supportlibs/common/capture/src/ |
H A D | audio_libcapture_test.cpp | 216 bool expectedValue = 1; variable 237 EXPECT_EQ(expectedValue, muteValue); 253 bool expectedValue = 1; variable 266 EXPECT_EQ(expectedValue, muteValue);
|
H A D | audio_alsa_libcapture_test.cpp | 707 bool expectedValue = 1; variable 722 EXPECT_EQ(expectedValue, muteValue);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_single_ver_upgrade_test.cpp | 201 void CheckDirectoryV2ToV3(bool expectedValue, bool expecteMetaDbExist) in CheckDirectoryV2ToV3() argument 210 EXPECT_EQ(OS::CheckPathExistence(newDatabaseName), expectedValue); in CheckDirectoryV2ToV3() 212 EXPECT_EQ(OS::CheckPathExistence(newCacheDirectory), expectedValue); in CheckDirectoryV2ToV3()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/src/ |
H A D | avmetadata_mock.cpp | 332 for (const auto &[key, expectedValue] : expected) { in CompareMetadata() 339 success = success && CompareMetadata(key, resultValue, expectedValue); in CompareMetadata()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_field/ |
H A D | text_field_test.cpp | 68 TestItem(CheckItem checkItem, Expected expectedValue, std::string message = "") in TestItem() 69 : item(checkItem), expected(expectedValue), error(std::move(message)) in TestItem()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/ |
H A D | wifi_hdi_wpa_client_test.cpp | 1350 int expectedValue = 123; variable 1351 … int result = wifiHdiWpaClient->PushP2pGroupConfigInt(&pConfig, GROUP_CONFIG_MODE, expectedValue);
|