Searched refs:str_value (Results 1 - 12 of 12) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp50 const char* str_value() const {return m_str_value.c_str();} function in class:CNfcParam
425 memcpy(pValue, pParam->str_value(), pParam->str_len());
500 ALOGD("%s found %s=%s\n", __func__, p_name, (*it)->str_value());
690 const unsigned char* p = (const unsigned char*)pParam->str_value();
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp50 const char* str_value() const {return m_str_value.c_str();} function in class:CNfcParam
425 memcpy(pValue, pParam->str_value(), pParam->str_len());
500 ALOGD("%s found %s=%s\n", __func__, p_name, (*it)->str_value());
690 const unsigned char* p = (const unsigned char*)pParam->str_value();
/external/wpa_supplicant_6/wpa_supplicant/
H A Dctrl_iface_dbus_handlers.c130 iface.driver = strdup(entry.str_value);
135 iface.driver_param = strdup(entry.str_value);
140 iface.confname = strdup(entry.str_value);
145 iface.bridge_ifname = strdup(entry.str_value);
985 size = strlen(entry.str_value);
994 entry.str_value);
998 value = strdup(entry.str_value);
1269 opensc_engine_path = os_strdup(entry.str_value);
1274 pkcs11_engine_path = os_strdup(entry.str_value);
1279 pkcs11_module_path = os_strdup(entry.str_value);
[all...]
H A Ddbus_dict_helpers.h108 char *str_value; member in union:wpa_dbus_dict_entry::__anon15162
H A Ddbus_dict_helpers.c792 entry->str_value = strdup(v);
852 entry->str_value = strdup(v);
959 free(entry->str_value);
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old_handlers.c120 driver = os_strdup(entry.str_value);
126 driver_param = os_strdup(entry.str_value);
132 confname = os_strdup(entry.str_value);
138 bridge_ifname = os_strdup(entry.str_value);
952 size = os_strlen(entry.str_value);
961 entry.str_value);
965 value = os_strdup(entry.str_value);
1207 opensc_engine_path = os_strdup(entry.str_value);
1212 pkcs11_engine_path = os_strdup(entry.str_value);
1217 pkcs11_module_path = os_strdup(entry.str_value);
[all...]
H A Ddbus_new_handlers_p2p.c116 if (!os_strcmp(entry.str_value, "start_with_full"))
118 else if (!os_strcmp(entry.str_value, "social"))
120 else if (!os_strcmp(entry.str_value, "progressive"))
314 pg_object_path = os_strdup(entry.str_value);
453 peer_object_path = os_strdup(entry.str_value);
475 if (!os_strcmp(entry.str_value, "pbc"))
477 else if (!os_strcmp(entry.str_value, "pin"))
479 else if (!os_strcmp(entry.str_value, "display"))
481 else if (!os_strcmp(entry.str_value, "keypad"))
487 pin = os_strdup(entry.str_value);
[all...]
H A Ddbus_dict_helpers.h134 char *str_value; member in union:wpa_dbus_dict_entry::__anon15814
H A Ddbus_dict_helpers.c952 entry->str_value = os_strdup(v);
953 if (entry->str_value == NULL)
1082 os_free(entry->str_value);
H A Ddbus_new_handlers.c208 size = os_strlen(entry.str_value);
218 entry.str_value);
222 value = os_strdup(entry.str_value);
548 driver = os_strdup(entry.str_value);
554 ifname = os_strdup(entry.str_value);
560 confname = os_strdup(entry.str_value);
566 bridge_ifname = os_strdup(entry.str_value);
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi_unittest.cc462 std::string str_value; local
463 EXPECT_TRUE(value.GetString(key, &str_value));
466 EXPECT_EQ("Add", str_value);
469 EXPECT_EQ("Update", str_value);
472 EXPECT_EQ("Delete", str_value);
/external/v8/test/cctest/
H A Dtest-api.cc2774 String::AsciiValue str_value(try_catch->Exception());
2775 CHECK_EQ(*str_value, "uncle?");

Completed in 270 milliseconds