Home
last modified time | relevance | path

Searched refs:hqfInfos_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp324 this->hqfInfos_ = info.hqfInfos_; in operator =()
488 jsonObject[BUNDLE_HQF_INFOS] = hqfInfos_; in ToJson()
1477 hqfInfos_, in FromJson()
1634 for (const auto &hqf : hqfInfos_) { in FindHapModuleInfo()
3793 return hqfInfos_; in GetQuickFixHqfInfos()
3798 hqfInfos_ = hqfInfos; in SetQuickFixHqfInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h2288 std::vector<HqfInfo> hqfInfos_; variable