Searched refs:property_names (Results 1 – 8 of 8) sorted by relevance
58 gchar **property_names; in test_proxy_well_known_name() local106 property_names = g_dbus_proxy_get_cached_property_names (p); in test_proxy_well_known_name()108 g_assert (property_names != NULL && g_strv_length (property_names) > 0); in test_proxy_well_known_name()110 g_strfreev (property_names); in test_proxy_well_known_name()126 property_names = g_dbus_proxy_get_cached_property_names (p2); in test_proxy_well_known_name()128 g_assert (property_names != NULL && g_strv_length (property_names) > 0); in test_proxy_well_known_name()130 g_strfreev (property_names); in test_proxy_well_known_name()144 property_names = g_dbus_proxy_get_cached_property_names (ap2); in test_proxy_well_known_name()146 g_assert (property_names != NULL && g_strv_length (property_names) > 0); in test_proxy_well_known_name()148 g_strfreev (property_names); in test_proxy_well_known_name()[all …]
57 gchar **property_names; in test_proxy_unique_name() local103 property_names = g_dbus_proxy_get_cached_property_names (p); in test_proxy_unique_name()105 g_assert_nonnull (property_names); in test_proxy_unique_name()106 g_assert_cmpint (g_strv_length (property_names), >, 0); in test_proxy_unique_name()108 g_strfreev (property_names); in test_proxy_unique_name()122 property_names = g_dbus_proxy_get_cached_property_names (ap); in test_proxy_unique_name()124 g_assert_nonnull (property_names); in test_proxy_unique_name()125 g_assert_cmpint (g_strv_length (property_names), >, 0); in test_proxy_unique_name()127 g_strfreev (property_names); in test_proxy_unique_name()
26 gchar **property_names; in print_properties() local31 property_names = g_dbus_proxy_get_cached_property_names (proxy); in print_properties()32 for (n = 0; property_names != NULL && property_names[n] != NULL; n++) in print_properties()34 const gchar *key = property_names[n]; in print_properties()43 g_strfreev (property_names); in print_properties()
92 var property_names = Object.getOwnPropertyNames(obj);93 for (var name of property_names) {
90 property_names = [ variable169 for name in property_names:
119 property_names = [ variable206 for name in property_names:
145 property_names = [ variable232 for name in property_names:
28587 property_names = [