• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/

Lines Matching refs:store

40 		pairs in the dynamic store of a running system.  The dynamic
41 store contains, among other items, a copy of the configuration
51 establish a dynamic store session using the SCDynamicStoreCreate
59 @discussion This is the handle to an open a dynamic store session
93 changes to the dynamic store is delivered.
94 @param store The dynamic store session.
110 SCDynamicStoreRef store,
129 store maintained by the System Configuration server.
131 memory for the local dynamic store object.
138 in the dynamic store is changed.
156 store maintained by the System Configuration server.
158 memory for the local dynamic store object.
165 dynamic store session (such as whether all keys added or set
166 into the dynamic store should be per-session keys).
183 in the dynamic store is changed.
204 application's run loop. All dynamic store notifications are
211 @param store A reference to the dynamic store session.
227 SCDynamicStoreRef store,
234 Keys in store to the callback contained in store.
235 @param store A reference to the dynamic store session.
243 SCDynamicStoreRef store,
250 current dynamic store entries that match a specified pattern.
251 @param store The dynamic store session.
253 used to match the dynamic store keys.
260 SCDynamicStoreRef store,
266 @discussion Adds the key-value pair to the dynamic store if no
268 @param store The dynamic store session.
269 @param key The key of the value to add to the dynamic store.
270 @param value The value to add to the dynamic store.
272 present in the dynamic store or if an error was encountered.
276 SCDynamicStoreRef store,
283 @discussion Temporarily adds the key-value pair to the dynamic store
287 @param store The dynamic store session.
288 @param key The key of the value to add to the dynamic store.
289 @param value The value to add to the dynamic store.
291 present in the dynamic store or if an error was encountered.
295 SCDynamicStoreRef store,
302 @discussion Gets the value of the specified key from the dynamic store.
303 @param store The dynamic store session.
305 @result Returns the value from the dynamic store that is associated with the given
311 SCDynamicStoreRef store,
317 @discussion Gets the values of multiple keys in the dynamic store.
318 @param store The dynamic store session.
330 SCDynamicStoreRef store,
337 @discussion Adds or replaces a value in the dynamic store for
339 @param store The dynamic store session.
341 @param value The value to add to or replace in the dynamic store.
346 SCDynamicStoreRef store,
353 @discussion Updates multiple values in the dynamic store.
354 @param store The dynamic store session.
355 @param keysToSet A dictionary of key-value pairs you want to set into the dynamic store.
356 @param keysToRemove An array of keys you want to remove from the dynamic store.
358 @result Returns TRUE if the dynamic store updates were successful; FALSE if an error was encountered.
362 SCDynamicStoreRef store,
371 dynamic store.
372 @param store The dynamic store session.
379 SCDynamicStoreRef store,
386 specified key in the dynamic store.
387 @param store The dynamic store session.
388 @param key The key that should be flagged as changed. Any dynamic store sessions
395 SCDynamicStoreRef store,
403 @param store The dynamic store session being watched.
413 SCDynamicStoreRef store,
421 dynamic store entries that have changed since this
425 @param store The dynamic store session.
432 SCDynamicStoreRef store