Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_data_panel_ffi.cpp60 std::vector<double>* pValues = (std::vector<double>*)values; in FfiOHOSAceFrameworkDataPanelCreate() local
62 unsigned int length = pValues->size() > MAX_VALUES_LENGTH ? MAX_VALUES_LENGTH : pValues->size(); in FfiOHOSAceFrameworkDataPanelCreate()
66 auto value = pValues->at(i); in FfiOHOSAceFrameworkDataPanelCreate()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp94 auto pValues = std::shared_ptr<OhCloudExtVector>(values, [](auto *values) { OhCloudExtVectorFree(values); }); 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(values); }); 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(values); }); 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(values); }); in GetRelation() local
491 OhCloudExtVectorGetLength(pValues 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()

Completed in 4 milliseconds