Home
last modified time | relevance | path

Searched refs:bundleRecords_ (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_manager.cpp783 auto it = bundleRecords_.find(wantInfo.want.GetBundle()); in EraseBundleRecord()
784 if (it != bundleRecords_.end()) { in EraseBundleRecord()
792 bundleRecords_.erase(wantInfo.want.GetBundle()); in EraseBundleRecord()
803 auto it = bundleRecords_.find(wantInfo.want.GetBundle()); in InsertBundleRecord()
804 if (it != bundleRecords_.end()) { in InsertBundleRecord()
810 bundleRecords_[wantInfo.want.GetBundle()] = pendingWantVector; in InsertBundleRecord()
818 auto bundleIter = bundleRecords_.find(bundleName); in QueryRecordByBundle()
819 if (bundleIter != bundleRecords_.end()) { in QueryRecordByBundle()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_manager.h195 std::map<std::string, std::vector<std::shared_ptr<PendingWantKey>>> bundleRecords_; member in OHOS::AAFwk::PendingWantManager

Completed in 3 milliseconds