Searched refs:app_id (Results 1 - 25 of 305) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_chromeos.cc8 const std::string& app_id) {
7 LaunchedInNativeDesktop( const std::string& app_id) argument
H A Dchrome_launcher_controller_win.cc20 const std::string& app_id) {
27 GetCurrentShellWindowForApp(app_id);
46 app_id.c_str());
19 LaunchedInNativeDesktop( const std::string& app_id) argument
H A Dchrome_launcher_app_menu_item_v2app.cc12 const std::string& app_id,
18 app_id_(app_id),
9 ChromeLauncherAppMenuItemV2App( const base::string16 title, const gfx::Image* icon, const std::string& app_id, ChromeLauncherController* launcher_controller, int app_index, bool has_leading_separator) argument
/external/bluetooth/bluedroid/bta/include/
H A Dbta_hl_co.h46 ** Parameters app_id - application ID
53 BTA_API extern BOOLEAN bta_hl_co_get_num_of_mdep(UINT8 app_id, UINT8 *p_num_of_mdep);
61 ** Parameters app_id - application ID
67 BTA_API extern BOOLEAN bta_hl_co_advrtise_source_sdp(UINT8 app_id);
76 ** Parameters app_id - HDP application ID
85 BTA_API extern BOOLEAN bta_hl_co_get_mdep_config(UINT8 app_id,
99 ** Parameters app_id - HDP application ID
105 BTA_API extern BOOLEAN bta_hl_co_get_echo_config(UINT8 app_id,
116 ** Parameters app_id - HDP application ID
123 BTA_API extern void bta_hl_co_save_mdl(UINT8 app_id, UINT
[all...]
H A Dbta_hh_co.h43 UINT8 ctry_code, BD_ADDR peer_addr, UINT8 app_id);
57 UINT16 attr_mask, UINT8 app_id);
69 BTA_API extern void bta_hh_co_close(UINT8 dev_handle, UINT8 app_id);
H A Dbta_pan_co.h81 BTA_API extern void bta_pan_co_open(UINT16 handle, UINT8 app_id, tBTA_PAN_ROLE local_role, tBTA_PAN_ROLE peer_role, BD_ADDR peer_addr);
94 BTA_API extern void bta_pan_co_close(UINT16 handle, UINT8 app_id);
109 BTA_API extern void bta_pan_co_tx_path(UINT16 handle, UINT8 app_id);
124 BTA_API extern void bta_pan_co_rx_path(UINT16 handle, UINT8 app_id);
139 BTA_API extern void bta_pan_co_tx_write(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, UINT8 *p_data,
155 BTA_API extern void bta_pan_co_tx_writebuf(UINT16 handle, UINT8 app_id, BD_ADDR src, BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf,
173 BTA_API extern void bta_pan_co_rx_flow(UINT16 handle, UINT8 app_id, BOOLEAN enable);
H A Dbta_fs_co.h110 #define BTA_FS_INVALID_APP_ID (0xFF) /* this app_id is reserved */
154 UINT8 app_id; member in struct:__anon711
191 ** app_id - application ID specified in the enable functions.
203 UINT16 evt, UINT8 app_id);
214 ** app_id - application ID specified in the enable functions.
222 tBTA_FS_CO_SESS_ST new_st, char *p_path, UINT8 *p_info, UINT8 app_id);
233 ** app_id - application ID specified in the enable functions.
240 BTA_API extern void bta_fs_co_resume_op(UINT32 offset, UINT16 evt, UINT8 app_id);
253 ** app_id - application ID specified in the enable functions.
261 UINT32 *p_timeout, UINT32 *p_offset, UINT8 info, UINT8 app_id);
[all...]
/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_event_router.h18 virtual void OnMessage(const std::string& app_id,
20 virtual void OnMessagesDeleted(const std::string& app_id) = 0;
21 virtual void OnSendError(const std::string& app_id,
H A Dgcm_client_mock.h25 const std::string& app_id,
29 const std::string& app_id) OVERRIDE;
31 const std::string& app_id,
39 const std::string& app_id,
41 void DeleteMessages(const std::string& username, const std::string& app_id);
57 std::string app_id,
60 std::string app_id,
63 std::string app_id,
65 void MessagesDeleted(std::string username, std::string app_id);
67 std::string app_id,
[all...]
/external/chromium_org/ash/shelf/
H A Dshelf_delegate.h29 virtual LauncherID GetLauncherIDForAppID(const std::string& app_id) = 0;
34 // Pins an app with |app_id| to launcher. A running instance will get pinned.
37 virtual void PinAppWithID(const std::string& app_id) = 0;
40 virtual bool IsAppPinned(const std::string& app_id) = 0;
46 // Unpins app item with |app_id|.
47 virtual void UnpinAppWithID(const std::string& app_id) = 0;
/external/chromium_org/ash/shell/
H A Dshelf_delegate_impl.cc30 LauncherID ShelfDelegateImpl::GetLauncherIDForAppID(const std::string& app_id) { argument
38 void ShelfDelegateImpl::PinAppWithID(const std::string& app_id) { argument
41 bool ShelfDelegateImpl::IsAppPinned(const std::string& app_id) { argument
49 void ShelfDelegateImpl::UnpinAppWithID(const std::string& app_id) { argument
H A Dshelf_delegate_impl.h30 virtual LauncherID GetLauncherIDForAppID(const std::string& app_id) OVERRIDE;
32 virtual void PinAppWithID(const std::string& app_id) OVERRIDE;
33 virtual bool IsAppPinned(const std::string& app_id) OVERRIDE;
35 virtual void UnpinAppWithID(const std::string& app_id) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dapp_launch_utils.h14 // Attempts to launch the app given by |app_id| in app mode
18 void LaunchAppOrDie(Profile *profile, const std::string& app_id);
H A Dapp_session_lifetime.h15 void InitAppSession(Profile* profile, const std::string& app_id);
H A Dkiosk_app_data_delegate.h22 virtual void OnKioskAppDataChanged(const std::string& app_id) = 0;
25 virtual void OnKioskAppDataLoadFailure(const std::string& app_id) = 0;
H A Dkiosk_app_manager_observer.h15 virtual void OnKioskAppDataChanged(const std::string& app_id) {} argument
18 virtual void OnKioskAppDataLoadFailure(const std::string& app_id) {} argument
H A Dkiosk_app_manager.h61 std::string app_id; member in struct:chromeos::KioskAppManager::App
101 // Sets |app_id| as the app to auto launch at start up.
102 void SetAutoLaunchApp(const std::string& app_id);
115 void AddApp(const std::string& app_id);
116 void RemoveApp(const std::string& app_id);
121 // Gets app data for the given app id. Returns true if |app_id| is known and
123 bool GetApp(const std::string& app_id, App* app) const;
125 // Gets the raw icon data for the given app id. Returns NULL if |app_id|
127 const base::RefCountedString* GetAppRawIcon(const std::string& app_id) const;
133 void ClearAppData(const std::string& app_id);
[all...]
H A Dapp_launch_utils.cc19 AppLaunchManager(Profile* profile, const std::string& app_id) argument
20 : startup_app_launcher_(new StartupAppLauncher(profile, app_id, this)) {
57 void LaunchAppOrDie(Profile* profile, const std::string& app_id) { argument
59 (new AppLaunchManager(profile, app_id))->Start();
/external/chromium_org/apps/
H A Dapp_lifetime_monitor.h34 virtual void OnAppStart(Profile* profile, const std::string& app_id) = 0;
37 const std::string& app_id) = 0;
40 const std::string& app_id) = 0;
42 virtual void OnAppStop(Profile* profile, const std::string& app_id) = 0;
72 void NotifyAppStart(const std::string& app_id);
73 void NotifyAppActivated(const std::string& app_id);
74 void NotifyAppDeactivated(const std::string& app_id);
75 void NotifyAppStop(const std::string& app_id);
H A Dapp_keep_alive_service.h21 virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE;
22 virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
24 const std::string& app_id) OVERRIDE;
26 const std::string& app_id) OVERRIDE;
H A Dapp_keep_alive_service.cc32 const std::string& app_id) {
36 if (running_apps_.insert(app_id).second)
41 const std::string& app_id) {
45 if (running_apps_.erase(app_id))
50 const std::string& app_id) {}
53 const std::string& app_id) {}
31 OnAppStart(Profile* profile, const std::string& app_id) argument
40 OnAppStop(Profile* profile, const std::string& app_id) argument
49 OnAppActivated(Profile* profile, const std::string& app_id) argument
52 OnAppDeactivated(Profile* profile, const std::string& app_id) argument
/external/bluetooth/bluedroid/bta/sys/
H A Dbta_sys_conn.c201 void bta_sys_conn_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) argument
206 bta_sys_cb.prm_cb(BTA_SYS_CONN_OPEN, id, app_id, peer_addr);
213 bta_sys_cb.ppm_cb(BTA_SYS_CONN_OPEN, id, app_id, peer_addr);
231 void bta_sys_conn_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) argument
236 bta_sys_cb.prm_cb(BTA_SYS_CONN_CLOSE, id, app_id, peer_addr);
243 bta_sys_cb.ppm_cb(BTA_SYS_CONN_CLOSE, id, app_id, peer_addr);
260 void bta_sys_app_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) argument
264 bta_sys_cb.ppm_cb(BTA_SYS_APP_OPEN, id, app_id, peer_addr);
280 void bta_sys_app_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) argument
284 bta_sys_cb.ppm_cb(BTA_SYS_APP_CLOSE, id, app_id, peer_add
299 bta_sys_sco_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) argument
324 bta_sys_sco_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) argument
350 bta_sys_sco_use(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) argument
370 bta_sys_sco_unuse(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) argument
391 bta_sys_chg_ssr_config(UINT8 id, UINT8 app_id, UINT16 max_latency, UINT16 min_tout) argument
481 bta_sys_idle(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) argument
508 bta_sys_busy(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) argument
[all...]
/external/chromium_org/google_apis/gcm/
H A Dgcm_client_impl.cc20 const std::string& app_id,
26 const std::string& app_id) {
30 const std::string& app_id,
19 Register(const std::string& username, const std::string& app_id, const std::string& cert, const std::vector<std::string>& sender_ids) argument
25 Unregister(const std::string& username, const std::string& app_id) argument
29 Send(const std::string& username, const std::string& app_id, const std::string& receiver_id, const OutgoingMessage& message) argument
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_controller_delegate.cc58 const std::string& app_id) {
59 const extensions::Extension* extension = GetExtension(profile, app_id);
67 const std::string& app_id) {
70 new ExtensionUninstaller(profile, app_id, this);
76 const std::string& app_id) {
77 const extensions::Extension* extension = GetExtension(profile, app_id);
83 const std::string& app_id,
85 const extensions::Extension* extension = GetExtension(profile, app_id);
107 const std::string& app_id) {
110 const extensions::Extension* extension = GetExtension(profile, app_id);
56 UserMayModifySettings( Profile* profile, const std::string& app_id) argument
66 UninstallApp(Profile* profile, const std::string& app_id) argument
74 IsAppFromWebStore( Profile* profile, const std::string& app_id) argument
81 ShowAppInWebStore( Profile* profile, const std::string& app_id, bool is_search_result) argument
105 HasOptionsPage( Profile* profile, const std::string& app_id) argument
116 ShowOptionsPage( Profile* profile, const std::string& app_id) argument
130 GetExtensionLaunchType( Profile* profile, const std::string& app_id) argument
149 IsExtensionInstalled( Profile* profile, const std::string& app_id) argument
[all...]
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_tab.h21 // If true, the tab corresponds to an app an |app_id| gives the id of the
29 std::string app_id; member in struct:StartupTab

Completed in 687 milliseconds

1234567891011>>