Home
last modified time | relevance | path

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 Ddistributeddb_cloud_save_cloud_data_test.cpp82 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 Dschema_meta.h25 bool nullable = true; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/include/
H A Ddistributed_kv_store_impl.h38 bool nullable; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_cloud_schema_mgr_test.cpp256 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 Dtypes.rs316 pub fn nullable(&self) -> bool { in nullable() method
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_ext_types.h318 const bool nullable; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js277 nullable: t.readBoolean() property in l.unMarshallingDatabase.w1
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H A Dcloud_store_types.h99 bool nullable = true; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs633 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 Dcloud_server_impl.cpp300 bool nullable = true; in GetFields() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/ipc_conn/
H A Dconnect.rs438 let nullable = parcel.read::<bool>()?; in deserialize() localVariable