Searched refs:OhCloudExtVectorGet (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | cloud_server_impl.cpp | 105 … status = OhCloudExtVectorGet(pKeys.get(), i, &key, reinterpret_cast<unsigned int *>(&keyLen)); in GetAppInfo() 111 …status = OhCloudExtVectorGet(pValues.get(), i, &value, reinterpret_cast<unsigned int *>(&valueLen)… in GetAppInfo() 169 …status = OhCloudExtVectorGet(databases.get(), i, &database, reinterpret_cast<unsigned int *>(&dbLe… in GetDatabases() 223 …status = OhCloudExtVectorGet(pValues.get(), i, &value, reinterpret_cast<unsigned int *>(&valueLen)… in GetTables() 273 …status = OhCloudExtVectorGet(fields.get(), i, &value, reinterpret_cast<unsigned int *>(&valueLen)); in GetFields() 373 … status = OhCloudExtVectorGet(pErrs.get(), i, &value, reinterpret_cast<unsigned int *>(&valueLen)); in DoSubscribe() 438 OhCloudExtVectorGet(values.get(), i, &value, reinterpret_cast<unsigned int *>(&valueLen)); in SaveRelation() 498 …status = OhCloudExtVectorGet(pKeys.get(), i, &dbName, reinterpret_cast<unsigned int *>(&dbNameLen)… in GetRelation() 505 …status = OhCloudExtVectorGet(pValues.get(), i, &subId, reinterpret_cast<unsigned int *>(&subIdLen)… in GetRelation() 585 … status = OhCloudExtVectorGet(pErrs.get(), i, &value, reinterpret_cast<unsigned int *>(&valueLen)); in DoUnsubscribe()
|
H A D | cloud_cursor_impl.cpp | 47 …auto status = OhCloudExtVectorGet(values_, 0, &values, reinterpret_cast<unsigned int *>(&valueLen)… in CloudCursorImpl() 154 …auto status = OhCloudExtVectorGet(values_, index_, &values, reinterpret_cast<unsigned int *>(&valu… in GetEntry() 186 …auto status = OhCloudExtVectorGet(pKeys.get(), i, &value, reinterpret_cast<unsigned int *>(&valueL… in GetData() 266 …auto status = OhCloudExtVectorGet(values_, index_, &data, reinterpret_cast<unsigned int *>(&valueL… in Get()
|
H A D | extension_util.cpp | 189 … status = OhCloudExtVectorGet(values, i, &value, reinterpret_cast<unsigned int *>(&valueLen)); in ConvertBuckets() 225 …status = OhCloudExtVectorGet(pValKeys.get(), j, &keyItem, reinterpret_cast<unsigned int *>(&keyIte… in ConvertBucket() 231 …status = OhCloudExtVectorGet(pValValues.get(), j, &valueItem, reinterpret_cast<unsigned int *>(&va… in ConvertBucket() 327 … status = OhCloudExtVectorGet(values, i, &value, reinterpret_cast<unsigned int *>(&valueLen)); in ConvertAssets()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/include/ |
H A D | basic_rust_types.h | 88 int OhCloudExtVectorGet(
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/ |
H A D | basic_rust_types.rs | 298 pub unsafe extern "C" fn OhCloudExtVectorGet( in OhCloudExtVectorGet() function 912 OhCloudExtVectorGet( 1145 OhCloudExtVectorGet( 1159 OhCloudExtVectorGet(
|