Home
last modified time | relevance | path

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

/ohos5.0/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::GetValue( in GetValue()
77 bool ProfileConfig::GetValue( in GetValue()
84 bool ProfileConfig::SetValue( in SetValue()
[all …]
H A Dprofile_config.h160 class ProfileConfig : public IProfileConfig {
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()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dbundle_mgr_proxy.h28 struct ProfileConfig { struct
37 ProfileConfig profileInfo; argument
54 ProfileConfig profileInfo;
H A Dbundle_mgr_proxy.cpp187 ProfileConfig profileConfig; in ConvertExtensionAbility()
219 ProfileConfig profileConfig; in ConvertHapModuleInfo()
/ohos5.0/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()
1181 IProfileConfig *config = ProfileConfig::GetInstance(); in SetOptionalCodecsSupportState()
H A Da2dp_profile_peer.cpp1194 IProfileConfig *config = ProfileConfig::GetInstance(); in SetOptionalCodecsSupportState()