/third_party/glib/gio/tests/ |
D | gnotification-server.c | 88 const gchar *app_id, in g_notification_server_notification_added() argument 94 notifications = g_hash_table_lookup (server->applications, app_id); in g_notification_server_notification_added() 99 g_hash_table_insert (server->applications, g_strdup (app_id), notifications); in g_notification_server_notification_added() 104 g_signal_emit_by_name (server, "notification-received", app_id, notification_id, notification); in g_notification_server_notification_added() 109 const gchar *app_id, in g_notification_server_notification_removed() argument 114 notifications = g_hash_table_lookup (server->applications, app_id); in g_notification_server_notification_removed() 119 g_hash_table_remove (server->applications, app_id); in g_notification_server_notification_removed() 122 g_signal_emit_by_name (server, "notification-removed", app_id, notification_id); in g_notification_server_notification_removed() 139 const gchar *app_id; in org_gtk_Notifications_method_call() local 143 g_variant_get (parameters, "(&s&s@a{sv})", &app_id, ¬ification_id, ¬ification); in org_gtk_Notifications_method_call() [all …]
|
D | gnotification.c | 58 const gchar *app_id, in notification_received() argument 66 g_assert_cmpstr (app_id, ==, "org.gtk.TestApplication"); in notification_received() 100 const gchar *app_id, in notification_removed() argument 106 g_assert_cmpstr (app_id, ==, "org.gtk.TestApplication"); in notification_removed()
|
D | gnotification-server.h | 42 … const gchar *app_id);
|
D | fake-document-portal.c | 45 const gchar *app_id, in on_handle_add_full() argument
|
/third_party/glib/gio/ |
D | gapplication-tool.c | 236 app_path_for_id (const gchar *app_id) in app_path_for_id() argument 241 path = g_strconcat ("/", app_id, NULL); in app_path_for_id() 254 app_call (const gchar *app_id, in app_call() argument 273 object_path = app_path_for_id (app_id); in app_call() 275 result = g_dbus_connection_call_sync (session, app_id, object_path, "org.freedesktop.Application", in app_call() 368 app_activate (const gchar *app_id) in app_activate() argument 370 return app_call (app_id, "Activate", g_variant_new ("(@a{sv})", app_get_platform_data ())); in app_activate()
|
D | gdocumentportal.c | 93 const char *app_id, in g_document_portal_add_documents() argument 162 app_id, in g_document_portal_add_documents()
|
D | gdocumentportal.h | 27 const char *app_id,
|
D | gdesktopappinfo.c | 104 char *app_id; member 1662 g_free (info->app_id); in g_desktop_app_info_finalize() 1909 info->app_id = g_strdup (basename); in g_desktop_app_info_load_from_keyfile() 2068 new_info->app_id = g_strdup (info->app_id); in g_desktop_app_info_dup() 2985 object_path = object_path_from_appid (info->app_id); in launch_uris_with_dbus() 2986 g_dbus_connection_call (session_bus, info->app_id, object_path, "org.freedesktop.Application", in launch_uris_with_dbus() 3003 char *app_id = NULL; in g_desktop_app_info_launch_uris_with_dbus() local 3008 app_id = g_desktop_app_info_get_string (info, "X-Flatpak"); in g_desktop_app_info_launch_uris_with_dbus() 3009 if (app_id && *app_id) in g_desktop_app_info_launch_uris_with_dbus() 3011 ruris = g_document_portal_add_documents (uris, app_id, NULL); in g_desktop_app_info_launch_uris_with_dbus() [all …]
|
D | gapplication.c | 481 gchar *app_id = NULL; in g_application_parse_command_line() local 556 { "gapplication-app-id", '\0', 0, G_OPTION_ARG_STRING, &app_id, in g_application_parse_command_line() 585 if (app_id) in g_application_parse_command_line() 586 g_application_set_application_id (application, app_id); in g_application_parse_command_line() 605 g_free (app_id); in g_application_parse_command_line()
|
/third_party/weston/libweston-desktop/ |
D | surface.c | 65 char *app_id; member 161 free(surface->app_id); in weston_desktop_surface_destroy() 597 return surface->app_id; in weston_desktop_surface_get_app_id() 706 const char *app_id) in weston_desktop_surface_set_app_id() argument 710 tmp = strdup(app_id); in weston_desktop_surface_set_app_id() 714 old = surface->app_id; in weston_desktop_surface_set_app_id() 715 surface->app_id = tmp; in weston_desktop_surface_set_app_id()
|
D | internal.h | 191 const char *app_id);
|
D | xdg-shell-v6.c | 352 const char *app_id) in weston_desktop_xdg_toplevel_protocol_set_app_id() argument 357 weston_desktop_surface_set_app_id(toplevel, app_id); in weston_desktop_xdg_toplevel_protocol_set_app_id()
|
D | xdg-shell.c | 370 const char *app_id) in weston_desktop_xdg_toplevel_protocol_set_app_id() argument 375 weston_desktop_surface_set_app_id(toplevel, app_id); in weston_desktop_xdg_toplevel_protocol_set_app_id()
|
/third_party/weston/kiosk-shell/ |
D | kiosk-shell.c | 108 const char *app_id); 116 const char *app_id; in kiosk_shell_surface_find_best_output() local 123 app_id = weston_desktop_surface_get_app_id(shsurf->desktop_surface); in kiosk_shell_surface_find_best_output() 124 if (app_id) { in kiosk_shell_surface_find_best_output() 126 if (kiosk_shell_output_has_app_id(shoutput, app_id)) in kiosk_shell_surface_find_best_output() 467 const char *app_id) in kiosk_shell_output_has_app_id() argument 476 app_id_len = strlen(app_id); in kiosk_shell_output_has_app_id() 478 while ((cur = strstr(cur, app_id))) { in kiosk_shell_output_has_app_id()
|
/third_party/cef/libcef/browser/extensions/ |
D | extensions_browser_client.h | 84 bool IsScreensaverInDemoMode(const std::string& app_id) override;
|
D | extensions_browser_client.cc | 291 const std::string& app_id) { in IsScreensaverInDemoMode() argument
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | mac_tool.py | 465 app_id = '%s.%s' % (team_identifier, bundle_identifier) 466 if fnmatch.fnmatch(app_id, app_id_pattern):
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | mac_tool.py | 543 app_id = "%s.%s" % (team_identifier, bundle_identifier) 544 if fnmatch.fnmatch(app_id, app_id_pattern):
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 41714 + AppId app_id = InstallTestWebApp(browser()->profile()); 41734 + dialog->ConfirmUninstall(app_id, webapps::WebappUninstallSource::kAppMenu, 42298 @@ -44,7 +44,7 @@ void UnregisterFileHandlersWithOs(const AppId& app_id,
|