Lines Matching refs:GetConfigCache
37 return GetStorage()->GetConfigCache()->HasSection(section); in HasSection()
42 return GetStorage()->GetConfigCache()->HasProperty(section, property); in HasProperty()
48 auto ret = ConfigCacheHelper::FromConfigCache(*GetStorage()->GetConfigCache()) in GetInt()
58 ConfigCacheHelper::FromConfigCache(*GetStorage()->GetConfigCache()) in SetInt()
67 auto ret = ConfigCacheHelper::FromConfigCache(*GetStorage()->GetConfigCache()) in GetUint64()
78 ConfigCacheHelper::FromConfigCache(*GetStorage()->GetConfigCache()) in SetUint64()
88 auto str = GetStorage()->GetConfigCache()->GetProperty(section, property); in GetStr()
105 return GetStorage()->GetConfigCache()->GetProperty(section, property); in GetStr()
111 GetStorage()->GetConfigCache()->SetProperty(section, property, value); in SetStr()
122 ConfigCacheHelper::FromConfigCache(*GetStorage()->GetConfigCache()) in GetBin()
134 ConfigCacheHelper::FromConfigCache(*GetStorage()->GetConfigCache()) in GetBinLength()
146 ConfigCacheHelper::FromConfigCache(*GetStorage()->GetConfigCache()) in SetBin()
152 return GetStorage()->GetConfigCache()->RemoveProperty(section, property); in RemoveProperty()
156 return GetStorage()->GetConfigCache()->GetPersistentSections(); in GetPersistentDevices()
163 void BtifConfigInterface::Clear() { GetStorage()->GetConfigCache()->Clear(); } in Clear()