Home
last modified time | relevance | path

Searched refs:OhCloudExtFieldGetNullable (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/
H A Dcloud_ext_types.h365 int OhCloudExtFieldGetNullable(const OhCloudExtField *fd, bool *nullable);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dcloud_ext_types.rs732 pub unsafe extern "C" fn OhCloudExtFieldGetNullable( in OhCloudExtFieldGetNullable() function
1606 OhCloudExtFieldGetNullable(fd, &mut bool as *mut _ as *mut u8), in ut_field()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp301 OhCloudExtFieldGetNullable(pField.get(), &nullable); in GetFields()