Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update key documentation for Matter.framework storage. (project-chip#…
Browse files Browse the repository at this point in the history
bzbarsky-apple authored and j-ororke committed Jul 31, 2024
1 parent 47f6bab commit 362741d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/darwin/Framework/CHIP/MTRDemuxingStorage.mm
Original file line number Diff line number Diff line change
@@ -144,6 +144,8 @@ static bool IsMemoryOnlyGlobalKey(NSString * key)

// We do not expect to see the "g/a/*" keys for attribute values.

// We do not expect to see the "g/sa/*" keys for attribute values.

// We do not expect to see the "g/bt" and "g/bt/*" keys for the binding
// table.

@@ -162,6 +164,9 @@ static bool IsMemoryOnlyGlobalKey(NSString * key)
// We do not expect to see the "g/icd/cic" key; that's only used for an ICD
// that sends check-in messages.

// We do not expect to see the "g/icdfl" key; that's only used by
// DefaultICDClientStorage, which Matter.framework does not use.

return false;
}

@@ -215,6 +220,9 @@ static bool IsMemoryOnlyIndexSpecificKey(NSString * key)

// We do not expect to see the "e/*" scenes keys.

// We do not epect to see the "icdc" or "icdk" keys, since those are only
// used by DefaultICDClientStorage, which Matter.framework does not use.

return false;
}

0 comments on commit 362741d

Please sign in to comment.