/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | profile_info.cpp | 25 const std::vector<ProfileInfo> SupportProfilesInfo::SUPPORT_FILES = { 26 ProfileInfo(PROFILE_NAME_GATT_CLIENT, PROFILE_ID_GATT_CLIENT, BLUETOOTH_UUID_GATT), 27 ProfileInfo(PROFILE_NAME_GATT_SERVER, PROFILE_ID_GATT_SERVER, BLUETOOTH_UUID_GATT), 28 ProfileInfo(PROFILE_NAME_A2DP_SRC, PROFILE_ID_A2DP_SRC, BLUETOOTH_UUID_A2DP_SRC), 29 ProfileInfo(PROFILE_NAME_A2DP_SINK, PROFILE_ID_A2DP_SINK, BLUETOOTH_UUID_A2DP_SINK), 30 ProfileInfo(PROFILE_NAME_AVRCP_CT, PROFILE_ID_AVRCP_CT, BLUETOOTH_UUID_AVRCP_CT), 31 ProfileInfo(PROFILE_NAME_AVRCP_TG, PROFILE_ID_AVRCP_TG, BLUETOOTH_UUID_AVRCP_TG), 32 ProfileInfo(PROFILE_NAME_HFP_AG, PROFILE_ID_HFP_AG, BLUETOOTH_UUID_HFP_AG), 33 ProfileInfo(PROFILE_NAME_HFP_HF, PROFILE_ID_HFP_HF, BLUETOOTH_UUID_HFP_HF), 34 ProfileInfo(PROFILE_NAME_MAP_MC [all...] |
H A D | profile_info.h | 30 struct ProfileInfo { struct 33 * @brief A constructor used to create an <b>ProfileInfo</b> instance. 37 ProfileInfo() = delete; 39 * @brief A constructor used to create an <b>ProfileInfo</b> instance. 46 ProfileInfo(const std::string &name, uint32_t id, const std::string &uuid) : name_(name), id_(id), uuid_(uuid){}; in ProfileInfo() function 48 * @brief A destructor used to delete the <b>ProfileInfo</b> instance. 52 ~ProfileInfo() = default; 78 static const std::vector<ProfileInfo> &GetSupportProfiles(); 94 static const std::vector<ProfileInfo> GetConfigSupportProfiles(BTTransport transport); 97 static const std::vector<ProfileInfo> SUPPORT_FILE [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | data_share_profile_config_test.cpp | 97 * @tc.desc: test ProfileInfo Marshal and Unmarshal function
103 ProfileInfo info;
in HWTEST_F() 121 ProfileInfo profileInfo;
in HWTEST_F() 132 * @tc.desc: test ProfileInfo Unmarshal abnormal scenario
138 ProfileInfo info;
in HWTEST_F() 151 ProfileInfo profileInfo;
in HWTEST_F() 199 ProfileInfo info;
in HWTEST_F() 225 ProfileInfo info;
in HWTEST_F() 245 ProfileInfo info;
in HWTEST_F() 268 ProfileInfo inf in HWTEST_F() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
H A D | data_share_profile_config.h | 46 struct ProfileInfo : public DistributedData::Serializable { struct 77 std::map<std::string, ProfileInfo> &profileInfos); 78 static std::pair<int, ProfileInfo> GetDataProperties(const std::vector<AppExecFwk::Metadata> &metadata, 80 static AccessCrossMode GetAccessCrossMode(const ProfileInfo &profileInfo,
|
H A D | data_provider_config.h | 58 int GetFromDataProperties(const ProfileInfo &profileInfo, const std::string &moduleName); 59 int GetFromExtensionProperties(const ProfileInfo &profileInfo, const std::string &moduleName);
|
H A D | data_share_profile_config.cpp | 70 bool ProfileInfo::Marshal(json &node) const in Marshal() 85 bool ProfileInfo::Unmarshal(const json &node) in Unmarshal() 114 std::pair<int, ProfileInfo> DataShareProfileConfig::GetDataProperties( in GetDataProperties() 118 ProfileInfo profileInfo; in GetDataProperties() 251 std::map<std::string, ProfileInfo> &profileInfos) in GetProfileInfo() 274 AccessCrossMode DataShareProfileConfig::GetAccessCrossMode(const ProfileInfo &profileInfo, in GetAccessCrossMode()
|
H A D | data_share_silent_config.cpp | 40 std::map<std::string, ProfileInfo> profileInfos; in IsSilentProxyEnable()
|
H A D | data_provider_config.cpp | 104 int DataProviderConfig::GetFromDataProperties(const ProfileInfo &profileInfo, in GetFromDataProperties() 122 int DataProviderConfig::GetFromExtensionProperties(const ProfileInfo &profileInfo, in GetFromExtensionProperties()
|
H A D | data_share_service_impl.cpp | 564 std::map<std::string, ProfileInfo> profileInfos;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/data_share/ |
H A D | load_config_from_data_share_bundle_info_strategy.h | 28 bool LoadConfigFromProfile(const ProfileInfo &profileInfo, std::shared_ptr<Context> context);
|
H A D | load_config_from_data_share_bundle_info_strategy.cpp | 53 const ProfileInfo &profileInfo, std::shared_ptr<Context> context)
in LoadConfigFromProfile()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/common/ |
H A D | audio_adapter_info.h | 141 class ProfileInfo { class 143 ProfileInfo() = default; 144 virtual ~ProfileInfo() = default; 226 std::list<ProfileInfo> profileInfos_ {};
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/data_proxy/ |
H A D | load_config_from_data_proxy_node_strategy.h | 36 const ProfileInfo &properties, const std::string &moduleName, std::shared_ptr<Context> context);
|
H A D | load_config_from_data_proxy_node_strategy.cpp | 76 bool LoadConfigFromDataProxyNodeStrategy::GetContextInfoFromDataProperties(const ProfileInfo &properties,
in GetContextInfoFromDataProperties()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
H A D | bundle_mgr_proxy.h | 29 ProfileInfo profile;
|