Searched defs:nullable (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_save_cloud_data_test.cpp | 82 void SetCloudSchema(PrimaryKeyType pkType, bool nullable, bool asset = false) in SetCloudSchema() 105 void PrepareDataBase(const std::string &tableName, PrimaryKeyType pkType, bool nullable = true) in PrepareDataBase() 169 void PrepareDataBaseForAsset(const std::string &tableName, bool nullable = true) in PrepareDataBaseForAsset() 784 …void ConstructDownloadData(DownloadData &downloadData, GidType gidType, bool nullable, bool vBucke… in ConstructDownloadData() 827 …aveCloudDataTest(PrimaryKeyType pkType, GidType gidType = GidType::GID_MATCH, bool nullable = true, in SaveCloudDataTest()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | schema_meta.h | 25 bool nullable = true; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/include/ |
H A D | distributed_kv_store_impl.h | 38 bool nullable; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_cloud_schema_mgr_test.cpp | 256 FieldInfo SetField(std::string fieldName, std::string dataType, bool nullable) in SetField()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/ |
H A D | types.rs | 316 pub fn nullable(&self) -> bool { in nullable() method
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/ |
H A D | cloud_ext_types.h | 318 const bool nullable; member
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 277 nullable: t.readBoolean() property in l.unMarshallingDatabase.w1
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/ |
H A D | cloud_store_types.h | 99 bool nullable = true; member
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/ |
H A D | cloud_ext_types.rs | 633 nullable: u8, field 649 let nullable = c_bool_to_bool(builder.nullable); in OhCloudExtFieldNew() localVariable
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | cloud_server_impl.cpp | 300 bool nullable = true; in GetFields() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/ |
H A D | connect.rs | 438 let nullable = parcel.read::<bool>()?; in deserialize() localVariable
|