Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_data_panel_ffi.cpp62 std::vector<double>* pValues = (std::vector<double>*)values; in FfiOHOSAceFrameworkDataPanelCreate() local
64 unsigned int length = pValues->size() > MAX_VALUES_LENGTH ? MAX_VALUES_LENGTH : pValues->size(); in FfiOHOSAceFrameworkDataPanelCreate()
68 auto value = pValues->at(i); in FfiOHOSAceFrameworkDataPanelCreate()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp94 …auto pValues = std::shared_ptr<OhCloudExtVector>(values, [](auto *values) { OhCloudExtVectorFree(v… in GetAppInfo() local
98 OhCloudExtVectorGetLength(pValues.get(), reinterpret_cast<unsigned int *>(&valuesLen)); in GetAppInfo()
111 …status = OhCloudExtVectorGet(pValues.get(), i, &value, reinterpret_cast<unsigned int *>(&valueLen)… in GetAppInfo()
212 …auto pValues = std::shared_ptr<OhCloudExtVector>(values, [](auto *values) { OhCloudExtVectorFree(v… in GetTables() local
216 OhCloudExtVectorGetLength(pValues.get(), reinterpret_cast<unsigned int *>(&valuesLen)); in GetTables()
223 …status = OhCloudExtVectorGet(pValues.get(), i, &value, reinterpret_cast<unsigned int *>(&valueLen)… in GetTables()
419 …auto pValues = std::shared_ptr<OhCloudExtVector>(values, [](auto *values) { OhCloudExtVectorFree(v… in SaveSubscription() local
420 if (SaveRelation(pKeys, pValues, sub) != DBErr::E_OK) { in SaveSubscription()
487 …auto pValues = std::shared_ptr<OhCloudExtVector>(values, [](auto *values) { OhCloudExtVectorFree(v… in GetRelation() local
491 OhCloudExtVectorGetLength(pValues.get(), reinterpret_cast<unsigned int *>(&valuesLen)); in GetRelation()
[all …]
H A Dextension_util.cpp193 … auto pValues = std::shared_ptr<OhCloudExtHashMap>(reinterpret_cast<OhCloudExtHashMap *>(value), in ConvertBuckets() local
197 buckets.emplace_back(ConvertBucket(pValues.get())); in ConvertBuckets()