Home | History | Annotate | Download | only in nexus

Lines Matching full:value

40 int StringProperty::set(int idx, int value) {
45 int StringProperty::set(int idx, struct in_addr *value) {
68 int StringPropertyHelper::set(int idx, const char *value) {
74 strncpy(mBuffer, value, mMax);
92 int IntegerProperty::set(int idx, const char *value) {
97 int IntegerProperty::set(int idx, struct in_addr *value) {
119 int IntegerPropertyHelper::set(int idx, int value) {
125 *mBuffer = value;
143 int IPV4AddressProperty::set(int idx, const char *value) {
148 int IPV4AddressProperty::set(int idx, int value) {
170 int IPV4AddressPropertyHelper::set(int idx, struct in_addr *value) {
176 memcpy(mBuffer, value, sizeof(struct in_addr));