Home
last modified time | relevance | path

Searched refs:expectedValue (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/unique_fd_benchmark_test/
H A Dunique_fd_benchmark_test.cpp73 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 Ddwarf_test.cpp214 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 Daudio_librender_test.cpp322 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 Daudio_alsa_librender_test.cpp787 bool expectedValue = 1; variable
802 EXPECT_EQ(expectedValue, muteValue);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_base.h139 TestItem(CheckItem checkItem, Expected expectedValue, std::string message = "")
140 : item(checkItem), expected(expectedValue), error(std::move(message))
H A Dtext_area_menu_test.cpp90 TestItem(CheckItem checkItem, Expected expectedValue, std::string message = "") in TestItem()
91 : item(checkItem), expected(expectedValue), error(std::move(message)) in TestItem()
H A Dtext_area_test.cpp98 TestItem(CheckItem checkItem, Expected expectedValue, std::string message = "") in TestItem()
99 : item(checkItem), expected(expectedValue), error(std::move(message)) in TestItem()
H A Dtext_input_modify_test.cpp101 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 Dnweb_config_helper_test.cpp170 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 Dbms_bundle_get_window_properties_test.cpp94 …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 Daudio_libcapture_test.cpp216 bool expectedValue = 1; variable
237 EXPECT_EQ(expectedValue, muteValue);
253 bool expectedValue = 1; variable
266 EXPECT_EQ(expectedValue, muteValue);
H A Daudio_alsa_libcapture_test.cpp707 bool expectedValue = 1; variable
722 EXPECT_EQ(expectedValue, muteValue);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_single_ver_upgrade_test.cpp201 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 Davmetadata_mock.cpp332 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 Dtext_field_test.cpp68 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 Dwifi_hdi_wpa_client_test.cpp1350 int expectedValue = 123; variable
1351 … int result = wifiHdiWpaClient->PushP2pGroupConfigInt(&pConfig, GROUP_CONFIG_MODE, expectedValue);