Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_info.cpp25 const std::vector<ProfileInfo> SupportProfilesInfo::SUPPORT_FILES = { member in OHOS::bluetooth::SupportProfilesInfo
47 return SUPPORT_FILES; in GetSupportProfiles()
53 SUPPORT_FILES.begin(), SUPPORT_FILES.end(), [id](ProfileInfo pInfo) -> bool { return id == pInfo.id_; }); in IdToName()
54 if (it != SUPPORT_FILES.end()) { in IdToName()
67 for (auto &sp : SUPPORT_FILES) { in GetConfigSupportProfiles()
H A Dprofile_info.h97 static const std::vector<ProfileInfo> SUPPORT_FILES; member in OHOS::bluetooth::SupportProfilesInfo

Completed in 2 milliseconds