We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d9196 commit cb101e7Copy full SHA for cb101e7
src/app/clusters/ota-requestor/DefaultOTARequestorStorage.h
@@ -48,11 +48,12 @@ class DefaultOTARequestorStorage : public OTARequestorStorage
48
CHIP_ERROR LoadTargetVersion(uint32_t & targetVersion) override;
49
CHIP_ERROR ClearTargetVersion() override;
50
51
-private:
52
/**
53
* Check if a provider is in the lists
54
*/
55
bool ProviderAlreadyInList(ProviderLocationList & listProviders, ProviderLocationType provider);
+
56
+private:
57
CHIP_ERROR Load(const char * key, MutableByteSpan & buffer);
58
PersistentStorageDelegate * mPersistentStorage = nullptr;
59
};
0 commit comments