/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/ |
H A D | collection.cpp | 25 Collection::Collection(const std::string &name, KvStoreExecutor *executor) : executor_(executor) in Collection() function in DocumentDB::Collection 34 Collection::~Collection() in ~Collection() 39 int Collection::InsertUntilSuccess(Key &key, const std::string &id, Value &valSet) in InsertUntilSuccess() 51 int Collection::InsertDocument(const std::string &id, const std::string &document, bool &isIdExist) in InsertDocument() 73 int Collection::GetDocumentById(Key &key, Value &document) const in GetDocumentById() 81 int Collection::DeleteDocument(Key &key) in DeleteDocument() 97 int Collection::GetMatchedDocument(const JsonObject &filterObj, Key &key, std::pair<std::string, st… in GetMatchedDocument() 106 int Collection::IsCollectionExists(int &errCode) in IsCollectionExists() 111 int Collection::UpsertDocument(const std::string &id, const std::string &newDocument, bool &isDataE… in UpsertDocument() 135 int Collection::UpdateDocument(const std::string &id, const std::string &newDocument) in UpdateDocument()
|
H A D | document_store.cpp | 222 auto coll = Collection(context->collectionName, executor_); in UpdateDataIntoDB() 304 int CheckUpsertConflict(ResultSet &resultSet, JsonObject &filterObj, std::string &docId, Collection… in CheckUpsertConflict() 393 Collection coll = Collection(context->collectionName, executor_); in UpsertDataIntoDB() 516 Collection coll = Collection(collection, executor_); in InsertDataIntoDB() 568 Collection coll = Collection(context->collectionName, executor_); in DeleteDataFromDB() 618 Collection DocumentStore::GetCollection(std::string &collectionName) in GetCollection() 620 return Collection(collectionName, executor_); in GetCollection() 770 Collection coll = Collection(context->collectionName, executor_); in InitFindResultSet()
|
H A D | result_set.cpp | 48 Collection coll = store_->GetCollection(context_->collectionName); in GetValueFromDB()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/ |
H A D | collection.h | 25 class Collection { 27 Collection(const std::string &name, KvStoreExecutor *executor); 28 ~Collection();
|
H A D | document_store.h | 51 Collection GetCollection(std::string &collectionName); 79 std::map<std::string, Collection *> collections_;
|
/ohos5.0/docs/en/application-dev/application-test/ |
H A D | smartperf-guidelines.md | 46 ### Setting Collection Parameters 50 ### Using the Floating Window to Manage Data Collection. 69 ### Collection Prerequisites 156 ### Basic Collection 644 SP_daemon Collection begins 650 SP_daemon Collection ended 661 …dc file recv** command to export the report. For details, see [Viewing Collection Result in the CS… 663 #### Viewing Collection Result in the CSV File 739 | timeStamp | Timestamp. |Collection time.| 742 ### Scenario Collection [all …]
|
/ohos5.0/docs/en/application-dev/security/DeviceCertificateKit/ |
H A D | Readme-EN.md | 11 - [Certificate and CRL Collection Development](create-get-cert-crl-object.md)
|
H A D | create-get-cert-crl-object.md | 1 # Certificate and CRL Collection Development
|
H A D | certificate-framework-overview.md | 74 - [Certificate and CRL Collection Development](create-get-cert-crl-object.md)
|
/ohos5.0/foundation/resourceschedule/frame_aware_sched/ |
H A D | README.md | 6 - [The component of Frame Information Collection ](#section_collection) 63 ### The component of Frame Information Collection<a name="section_collection"></a>
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | gc-introduction.md | 3 GC(全称 Garbage Collection),即垃圾回收。在计算机领域,GC就是找到内存中的垃圾,释放和回收内存空间。当前主流编程语言实现的GC算法主要分为两大类:引用计数和对象追踪(即Tra… 108 HPP GC(High Performance Partial Garbage Collection),即高性能部分垃圾回收,其中“High Performance”主要三方面,包含分代模型、混合算…
|
/ohos5.0/docs/zh-cn/application-dev/application-test/ |
H A D | smartperf-guidelines.md | 644 SP_daemon Collection begins 650 SP_daemon Collection ended
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | application-performance-analysis.md | 181 ## Data Collection Methods 183 ### Usage of Data Collection Methods 185 | Collection Method | [DevEco Studio Profiler](#collecting-data-using-deveco-studio-profiler) …
|
/ohos5.0/base/hiviewdfx/hiview/hisysevent/ |
H A D | hiviewdfx.yaml | 102 __BASE: {type: FAULT, level: MINOR, desc: HiView CPU Unified Collection Event}
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | high-performance-programming.md | 528 …vice-dev/device-test/smartperf-host.md)抓取到应用使用阶段的耗时信息,其中大部分为GC(Garbage Collection,垃圾回收)等操作。如果此接口大部…
|
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/ |
H A D | js-apis-hichecker.md | 215 | bigint | Collection of added rules.|
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | gc-introduction.md | 3 Garbage Collection (GC) is the process of finding garbage in memory and releasing and reclaiming me… 107 High Performance Partial Garbage Collection (HPP GC) achieves efficient garbage collection by emplo…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-common-events-distribute.md | 81 ## Event Response Chain Collection
|
/ohos5.0/docs/en/device-dev/security/ |
H A D | security-privacy-protection.md | 75 **Openness and Transparency in Data Collection and Use** 116 **Minimization in Data Collection and Use**
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-application-dataShareExtensionAbility-sys.md | 176 …tring, Array<[UpdateOperation](#updateoperation12)>> | Yes | Collection of the path of t…
|
H A D | udmf__meta_8h.md | 152 …etype_collection_font) "general.truetype-collection-font" | TrueType Collection font format.<br>…
|
/ohos5.0/docs/en/contribute/ |
H A D | management-policy-for-open-source-compliance-artifacts.md | 19 See [Automatic Generation and Collection Policy of OpenHarmony Open-Source Software NOTICE](https:/…
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v4.1-release.md | 324 - Collection, analysis, and display of HiLog and HiSysEvent are supported. 343 - Collection of CPU, GPU, memory, I/O, network, and trace data is supported.
|
H A D | OpenHarmony-v3.2-beta4.md | 184 …4TE [New feature] System event data collection<br>I5X4TL [New feature] Collection of perf data dur…
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hidumper.md | 33 | --mem-jsheap pid [-T tid] [--gc] [--leakobj] | Triggers the Garbage Collection (GC) and exports …
|