Home
last modified time | relevance | path

Searched refs:SupportProfilesInfo (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_info.h58 class SupportProfilesInfo { class
61 * @brief A constructor used to create an <b>SupportProfilesInfo</b> instance.
65 SupportProfilesInfo() = default;
67 * @brief A destructor used to delete the <b>SupportProfilesInfo</b> instance.
71 ~SupportProfilesInfo() = default;
100 #define GET_CONFIG_PROFILES SupportProfilesInfo::GetConfigSupportProfiles
101 #define GET_SUPPORT_PROFILES SupportProfilesInfo::GetSupportProfiles
H A Dprofile_info.cpp25 const std::vector<ProfileInfo> SupportProfilesInfo::SUPPORT_FILES = {
45 const std::vector<ProfileInfo> &SupportProfilesInfo::GetSupportProfiles() in GetSupportProfiles()
50 std::string SupportProfilesInfo::IdToName(uint32_t id) in IdToName()
61 const std::vector<ProfileInfo> SupportProfilesInfo::GetConfigSupportProfiles(BTTransport transport) in GetConfigSupportProfiles()
H A Dprofile_service_manager.cpp543 std::string profileName = SupportProfilesInfo::IdToName(profileID); in GetProfileServiceConnectState()

Completed in 2 milliseconds