Home
last modified time | relevance | path

Searched refs:ProfileConfig (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_config.cpp25 struct ProfileConfig::impl {
33 IProfileConfig *ProfileConfig::GetInstance() in GetInstance()
35 static ProfileConfig instance; in GetInstance()
39 ProfileConfig::ProfileConfig() : pimpl(std::make_unique<impl>()){}; in ProfileConfig() function in OHOS::bluetooth::ProfileConfig
41 ProfileConfig::~ProfileConfig(){}; in ~ProfileConfig()
43 bool ProfileConfig::Load() in Load()
56 bool ProfileConfig::Reload() in Reload()
70 bool ProfileConfig
[all...]
H A Dprofile_config.h160 class ProfileConfig : public IProfileConfig { class
285 ProfileConfig();
290 ~ProfileConfig();
H A Dadapter_manager.cpp210 if (!ProfileConfig::GetInstance()->Load()) { in Start()
479 if (!ProfileConfig::GetInstance()->Reload()) { in ClearAllStorage()
669 ProfileConfig::GetInstance()->RemoveAddr(device.GetAddress()); in RemoveDeviceProfileConfig()
725 IProfileConfig *config = ProfileConfig::GetInstance(); in SetPhonebookPermission()
746 IProfileConfig *config = ProfileConfig::GetInstance(); in GetPhonebookPermission()
767 IProfileConfig *config = ProfileConfig::GetInstance(); in SetMessagePermission()
789 IProfileConfig *config = ProfileConfig::GetInstance(); in GetMessagePermission()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dbundle_mgr_proxy.h28 struct ProfileConfig { struct
37 ProfileConfig profileInfo;
54 ProfileConfig profileInfo;
H A Dbundle_mgr_proxy.cpp187 ProfileConfig profileConfig; in ConvertExtensionAbility()
219 ProfileConfig profileConfig; in ConvertHapModuleInfo()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service.cpp643 IProfileConfig *config = ProfileConfig::GetInstance(); in SetConnectStrategy()
686 IProfileConfig *config = ProfileConfig::GetInstance(); in GetConnectStrategy()
827 IProfileConfig *config = ProfileConfig::GetInstance(); in GetOptionalCodecsSupportState()
1166 IProfileConfig *config = ProfileConfig::GetInstance(); in SetOptionalCodecsSupportState()
1172 LOG_INFO("[A2dpService] %{public}s ProfileConfig SetValue state(%{public}d)\n", __func__, state); in SetOptionalCodecsSupportState()
H A Da2dp_profile_peer.cpp1194 IProfileConfig *config = ProfileConfig::GetInstance(); in SetOptionalCodecsSupportState()

Completed in 8 milliseconds