Searched refs:stepFour (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_multi_ver_vacuum_test.cpp | 136 EXPECT_EQ(stepFour, true); 203 EXPECT_EQ(stepFour, true); 269 EXPECT_EQ(stepFour, true); 336 EXPECT_EQ(stepFour, true); 393 EXPECT_EQ(stepFour, true); 531 EXPECT_EQ(stepFour, true); 597 EXPECT_EQ(stepFour, true); 656 EXPECT_EQ(stepFour, true); 658 EXPECT_EQ(stepFour, true); 735 EXPECT_EQ(stepFour, true); [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_schema_object_test.cpp | 454 int stepFour = schema4.ParseFromSchemaString(VALID_SCHEMA_PRE_SUF_BLANK); variable 455 EXPECT_TRUE(stepFour == E_OK); 496 int stepFour = schema4.ParseFromSchemaString(INVALID_SCHEMA_WRONG_VERSION); variable 497 EXPECT_TRUE(stepFour != E_OK); 546 int stepFour = schema4.ParseFromSchemaString(INVALID_SCHEMA_DEFINE_INVALID_FIELD_ATTR); variable 547 EXPECT_TRUE(stepFour != E_OK); 596 int stepFour = schema4.ParseFromSchemaString(INVALID_SCHEMA_INDEX_PATH_NOT_INDEXABLE); variable 597 EXPECT_TRUE(stepFour != E_OK); 824 int stepFour = schemaStrict.CheckValueAndAmendIfNeed(ValueSource::FROM_LOCAL, value4); variable 825 EXPECT_TRUE(stepFour == -E_VALUE_MISMATCH_CONSTRAINT);
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | wifi_p2p_dns_sd_service_info.cpp | 120 const int stepFour = 4; in BuildRequest() local 126 ret << std::hex << std::setw(stepFour) << std::setfill('0') << dnsType; in BuildRequest()
|