Searched refs:groups_ (Results 1 - 7 of 7) sorted by relevance
/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_raw_data.cpp | 50 groups_.push_back(group); in AppendGroup() 95 return groups_; in GetGroup()
|
H A D | vcard_contact.cpp | 171 BuildValuesBuckets(rawId, contactDataValues, groups_); in BuildContactData() 282 BuildData(resultSet, groups_); in BuildOtherData() 377 return groups_; in GetGroups() 1176 groups_.push_back(object);
|
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | config_utils.cpp | 117 if (groups_[i].name_.empty()) { in GetGroupNames() 120 if (check && (groups_[i].name_.find(name) != 0)) { in GetGroupNames() 123 nameList.push_back(groups_[i].name_); in GetGroupNames() 724 dumpGroup->name_ = groups_[index].name_; in GetGroup() 725 dumpGroup->desc_ = groups_[index].desc_; in GetGroup() 726 dumpGroup->type_ = groups_[index].type_; in GetGroup() 727 dumpGroup->expand_ = groups_[index].expand_; in GetGroup() 737 GetGroupSimple(groups_[index], dumpGroup->childs_, newArgs, newLevel, nest); in GetGroup() 743 GetGroupSimple(groups_[index], dumpGroup->childs_, newArgs, level, nest); in GetGroup() 750 GetGroupSimple(groups_[inde in GetGroup() [all...] |
H A D | config_data.cpp | 1116 const ConfigData::GroupCfg ConfigData::groups_[] = { member in OHOS::HiviewDFX::ConfigData 1352 const int ConfigData::groupSum_ = ARRAY_SIZE(groups_);
|
/base/telephony/core_service/utils/vcard/include/ |
H A D | vcard_raw_data.h | 45 std::vector<std::string> groups_; member in OHOS::Telephony::VCardRawData
|
H A D | vcard_contact.h | 177 std::vector<std::shared_ptr<VCardGroupData>> groups_; member in OHOS::Telephony::VCardContact
|
/base/hiviewdfx/hidumper/frameworks/native/include/util/ |
H A D | config_data.h | 95 static const GroupCfg groups_[]; member in OHOS::HiviewDFX::ConfigData
|
Completed in 7 milliseconds