Home
last modified time | relevance | path

Searched refs:expectedVal (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_alarm_test.cpp93 uint8_t expectedVal = 7; variable
94 EXPECT_TRUE(rrc->GetRepeatDaysOfWeek() == expectedVal) << "repeatDays (1, 2, 3) should be 7";
136 uint8_t expectedVal = 0; variable
137 EXPECT_TRUE(rrc->GetRepeatDaysOfWeek() == expectedVal) << "repeatDays () should be 0";
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_parcel_unit_test.cpp736 uint32_t expectedVal = 0; variable
737 EXPECT_EQ(parcel.ReadDouble(val), expectedVal);
745 EXPECT_EQ(parcel.ReadBlob(nullptr, 0), expectedVal);
753 EXPECT_EQ(parcel.ReadBlob("", 1), expectedVal);
H A Ddistributeddb_relational_schema_object_test.cpp915 uint32_t expectedVal = 0; variable
916 EXPECT_EQ(vec.size(), expectedVal);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_test.cpp3142 uint32_t expectedVal = 0; variable
3143 EXPECT_EQ(kvStoreImpl->GetSyncDataSize(""), expectedVal);