Home | History | Annotate | Download | only in include

Lines Matching refs:key

26 // Get value associated with key |key| into |value|.
32 int osi_property_get(const char* key, char* value, const char* default_value);
34 // Write value of property associated with key |key| to |value|.
36 int osi_property_set(const char* key, const char* value);
41 // returns the value of |key| truncated and coerced into an
43 int32_t osi_property_get_int32(const char* key, int32_t default_value);
48 // returns the value of |key| coerced into a bool. If the property is not set,
50 bool osi_property_get_bool(const char* key