/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/rule/ |
H A D | chain_rule_test.cpp | 80 std::string expectValue = "192.168.6.1-192.168.6.254"; in HWTEST_F() local 83 EXPECT_EQ(expectValue, value); in HWTEST_F() 87 expectValue = ""; in HWTEST_F() 90 EXPECT_EQ(expectValue, value); in HWTEST_F() 111 std::string expectValue = " 192.168.6.1-192.168.6.254"; in HWTEST_F() local 114 EXPECT_EQ(expectValue, value); in HWTEST_F() 118 expectValue = ""; in HWTEST_F() 121 EXPECT_EQ(expectValue, value); in HWTEST_F()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | vcard_test.cpp | 513 auto expectValue = "BEGIN:VCARD\r\nVERSION:2.1\r\nN;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:;=E6=B5=8B=E8=AF=95=31=" in HWTEST_F() local 516 EXPECT_EQ(value, expectValue); in HWTEST_F() 529 auto expectValue = "BEGIN:VCARD\r\nVERSION:2.1\r\nN:;test;;;\r\nFN:test\r\nEND:VCARD\r\n"; in HWTEST_F() local 530 EXPECT_EQ(value, expectValue); in HWTEST_F() 554 auto expectValue = in HWTEST_F() local 559 EXPECT_EQ(value, expectValue); in HWTEST_F() 582 auto expectValue = "BEGIN:VCARD\r\nVERSION:2.1\r\nX-OHOS-CUSTOM;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:RELATION;" in HWTEST_F() local 585 EXPECT_EQ(value, expectValue); in HWTEST_F() 610 auto expectValue = "BEGIN:VCARD\r\nVERSION:2.1\r\nX-AIM;CHARSET=UTF-8;" in HWTEST_F() local 612 EXPECT_EQ(value, expectValue); in HWTEST_F() 635 auto expectValue = "BEGIN:VCARD\\r\\nVERSION:2.1\\r\\nX-SIP;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:=73=69=70=3A=E6=B5=" HWTEST_F() local 695 auto expectValue = "BEGIN:VCARD\\r\\nVERSION:2.1\\r\\nTEL;CELL:1202020\\r\\nTEL;WORK;FAX:49305484\\r\\n" HWTEST_F() local 752 auto expectValue = "BEGIN:VCARD\\r\\nVERSION:2.1\\r\\nORG;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:=E6=B5=8B=E8=AF=" HWTEST_F() local 804 auto expectValue = "BEGIN:VCARD\\r\\nVERSION:2.1\\r\\n" HWTEST_F() local 857 auto expectValue = HWTEST_F() local 894 auto expectValue = "BEGIN:VCARD\\r\\nVERSION:2.1\\r\\nEMAIL:test@670.com\\r\\nEMAIL;HOME:test2@670.com\\r\\n" HWTEST_F() local 949 auto expectValue = "BEGIN:VCARD\\r\\nVERSION:2.1\\r\\nX-OHOS-CUSTOM;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:nickname;=" HWTEST_F() local 1008 auto expectValue = "BEGIN:VCARD\\r\\nVERSION:2.1\\r\\n" HWTEST_F() local 1078 auto expectValue = HWTEST_F() local 1124 auto expectValue = "BEGIN:VCARD\\r\\nVERSION:2.1\\r\\nNOTE:testnote\\r\\nNOTE;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:=" HWTEST_F() local [all...] |
/base/startup/init/test/unittest/param/ |
H A D | client_unittest.cpp | 25 static void ClientCheckParamValue(const char *name, const char *expectValue) in ClientCheckParamValue() argument 30 PARAM_LOGI("ClientCheckParamValue name %s value: \'%s\' expectValue:\'%s\' ", name, tmp, expectValue); in ClientCheckParamValue() 33 if (expectValue != nullptr) { in ClientCheckParamValue() 34 EXPECT_EQ(strcmp(tmp, expectValue), 0); in ClientCheckParamValue()
|
H A D | paramservice_unittest.cpp | 32 static int CheckServerParamValue(const char *name, const char *expectValue) in CheckServerParamValue() argument 37 printf("CheckParamValue name %s value: \'%s\' expectValue:\'%s\' \n", name, tmp, expectValue); in CheckServerParamValue() 39 if (expectValue != nullptr) { in CheckServerParamValue() 40 EXPECT_EQ(strcmp(tmp, expectValue), 0); in CheckServerParamValue()
|
H A D | param_unittest.cpp | 38 static int CheckServerParamValue(const char *name, const char *expectValue) in CheckServerParamValue() argument 43 printf("CheckParamValue name %s value: \'%s\' expectValue:\'%s\' \n", name, tmp, expectValue); in CheckServerParamValue() 45 if (expectValue != nullptr) { in CheckServerParamValue() 46 EXPECT_EQ(strcmp(tmp, expectValue), 0); in CheckServerParamValue()
|
/base/powermgr/thermal_manager/test/unittest/include/ |
H A D | thermal_action_report_test.h | 34 static int32_t GetThermalLevel(int32_t expectValue);
|
/base/powermgr/battery_statistics/test/unittest/src/clienttest/ |
H A D | stats_wifi_test.cpp | 458 long expectValue = StatsUtils::DEFAULT_VALUE; in HWTEST_F() local 460 EXPECT_EQ(data, expectValue); in HWTEST_F()
|
/base/powermgr/battery_statistics/test/unittest/src/servicetest/ |
H A D | stats_service_wifi_test.cpp | 503 long expectValue = StatsUtils::DEFAULT_VALUE; in HWTEST_F() local 505 EXPECT_EQ(data, expectValue); in HWTEST_F()
|
/base/security/huks/frameworks/huks_standard/main/common/src/ |
H A D | hks_base_check.c | 2018 static int32_t CheckOptionalParams(bool needCheck, bool isAbsent, uint32_t inputValue, const uint32_t* expectValue,
in CheckOptionalParams() argument 2023 if (HksCheckValue(inputValue, expectValue, expectCnt) != HKS_SUCCESS) {
in CheckOptionalParams() 2033 const uint32_t* expectValue, uint32_t expectCnt)
in InitCheckOptionalParams() 2037 if (HksCheckValue(param->uint32Param, expectValue, expectCnt) != HKS_SUCCESS) {
in InitCheckOptionalParams() 2032 InitCheckOptionalParams(bool needCheck, bool isAbsent, struct HksParam *param, const uint32_t* expectValue, uint32_t expectCnt) InitCheckOptionalParams() argument
|
/base/powermgr/thermal_manager/test/unittest/src/ |
H A D | thermal_action_report_test.cpp | 81 int32_t ThermalActionReportTest::GetThermalLevel(int32_t expectValue) in GetThermalLevel() argument 87 EXPECT_EQ(value, expectValue) << "Thermal action policy failed"; in GetThermalLevel()
|