Searched refs:booleanValue (Results 1 - 2 of 2) sorted by relevance
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_predicates_test.cpp | 83 return booleanValue;
in GetBooleanValue() 86 void SetBooleanValue(bool booleanValue)
in SetBooleanValue() argument 88 this->booleanValue = booleanValue;
in SetBooleanValue() 270 bool booleanValue = false;
member in AllDataType 336 "shortValue INTEGER , booleanValue INTEGER , doubleValue REAL , floatValue REAL , "
350 "shortValue, booleanValue, doubleValue, floatValue, stringValue, blobValue, "
693 predicates1.EqualTo("booleanValue", "1");
in BasicDataTypeTest() 1492 predicates1.Glob("stringValue", "ABC*")->EqualTo("booleanValue", "1")->NotBetween("longValue", "0", "2");
in HWTEST_F() 1685 std::vector<std::string> columns = { "booleanValue", "doubleValu in HWTEST_F() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | json_object.cpp | 623 case Json::ValueType::booleanValue: in GetFieldTypeByJsonValue()
|
Completed in 5 milliseconds