Searched defs:app_id (Results 76 - 100 of 216) sorted by relevance

123456789

/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dapp_window_launcher_controller.cc156 std::string app_id = app_window->extension_id(); local
164 DCHECK(controller->app_id() == app_id);
173 new AppWindowLauncherItemController(type, app_shelf_id, app_id, owner_);
177 if (app_shelf_id == app_id)
178 shelf_id = owner_->GetShelfIDForAppID(app_id);
180 shelf_id = owner_->CreateAppLauncherItem(controller, app_id, status);
/external/chromium_org/chrome/browser/ui/extensions/
H A Dextension_install_ui_default.cc152 const std::string& app_id) {
160 content::Details<const std::string>(&app_id));
173 content::Details<const std::string>(&app_id));
151 OpenAppInstalledUI(Profile* profile, const std::string& app_id) argument
/external/chromium_org/chrome/browser/ui/webui/app_list/
H A Dstart_page_handler.cc208 std::string app_id; local
209 CHECK(args->GetString(0, &app_id));
214 ->GetExtensionById(app_id, extensions::ExtensionRegistry::EVERYTHING);
/external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
H A Dkiosk_apps_handler.cc48 app_dict->SetString("id", app_data.app_id);
53 KioskAppManager::Get()->GetAutoLaunchApp() == app_data.app_id &&
62 std::string* app_id) {
64 *app_id = input;
91 *app_id = candidate_id;
184 void KioskAppsHandler::OnKioskAppDataChanged(const std::string& app_id) { argument
185 UpdateApp(app_id);
188 void KioskAppsHandler::OnKioskAppDataLoadFailure(const std::string& app_id) { argument
189 ShowError(app_id);
193 const std::string& app_id) {
61 ExtractsAppIdFromInput(const std::string& input, std::string* app_id) argument
192 OnKioskExtensionLoadedInCache( const std::string& app_id) argument
197 OnKioskExtensionDownloadFailed( const std::string& app_id) argument
278 std::string app_id; local
336 UpdateApp(const std::string& app_id) argument
348 ShowError(const std::string& app_id) argument
[all...]
/external/chromium_org/chrome/browser/web_applications/
H A Dupdate_shortcut_worker_win.cc200 base::string16 app_id = ShellIntegration::GetAppModelIdForProfile( local
214 shortcut_properties.set_app_id(app_id);
/external/chromium_org/components/gcm_driver/
H A Dfake_gcm_driver.cc19 const std::string& app_id, GCMAppHandler* handler) {
22 void FakeGCMDriver::RemoveAppHandler(const std::string& app_id) { argument
70 void FakeGCMDriver::RegisterImpl(const std::string& app_id, argument
74 void FakeGCMDriver::UnregisterImpl(const std::string& app_id) { argument
77 void FakeGCMDriver::SendImpl(const std::string& app_id, argument
18 AddAppHandler( const std::string& app_id, GCMAppHandler* handler) argument
H A Dgcm_driver.cc33 void GCMDriver::Register(const std::string& app_id, argument
36 DCHECK(!app_id.empty());
47 if (IsAsyncOperationPending(app_id)) {
56 register_callbacks_[app_id] = callback;
58 RegisterImpl(app_id, normalized_sender_ids);
61 void GCMDriver::Unregister(const std::string& app_id, argument
63 DCHECK(!app_id.empty());
73 if (IsAsyncOperationPending(app_id)) {
78 unregister_callbacks_[app_id] = callback;
80 UnregisterImpl(app_id);
83 Send(const std::string& app_id, const std::string& receiver_id, const GCMClient::OutgoingMessage& message, const SendCallback& callback) argument
109 RegisterFinished(const std::string& app_id, const std::string& registration_id, GCMClient::Result result) argument
124 UnregisterFinished(const std::string& app_id, GCMClient::Result result) argument
136 SendFinished(const std::string& app_id, const std::string& message_id, GCMClient::Result result) argument
160 AddAppHandler(const std::string& app_id, GCMAppHandler* handler) argument
168 RemoveAppHandler(const std::string& app_id) argument
173 GetAppHandler(const std::string& app_id) argument
188 HasRegisterCallback(const std::string& app_id) argument
[all...]
/external/chromium_org/google_apis/gcm/engine/
H A Dregistration_request.h68 const std::string& app_id,
77 std::string app_id; member in struct:gcm::RegistrationRequest::RequestInfo
H A Dunregistration_request.h62 const std::string& app_id);
70 std::string app_id; member in struct:gcm::UnregistrationRequest::RequestInfo
/external/chromium_org/ui/app_list/test/
H A Dapp_list_test_view_delegate.cc56 const std::string& app_id,
55 GetShortcutPathForApp( const std::string& app_id, const base::Callback<void(const base::FilePath&)>& callback) argument
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_api.c112 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char *p_service_name, UINT8 app_id, tBTA_AV_DATA_CBACK *p_data_cback) argument
130 p_buf->app_id = app_id;
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_pm.c36 static void bta_dm_pm_cback(tBTA_SYS_CONN_STATUS status, UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
74 if(p_bta_dm_pm_cfg[0].app_id != 0)
153 static void bta_dm_pm_cback(tBTA_SYS_CONN_STATUS status, UINT8 id, UINT8 app_id, BD_ADDR peer_addr) argument
165 APPL_TRACE_DEBUG("bta_dm_pm_cback: st(%d), id(%d), app(%d)", status, id, app_id);
183 for(i=1; i<=p_bta_dm_pm_cfg[0].app_id; i++)
187 && ((p_bta_dm_pm_cfg[i].app_id == BTA_ALL_APP_ID ) || (p_bta_dm_pm_cfg[i].app_id == app_id )))
192 /* if no entries are there for the app_id and subystem in p_bta_dm_pm_spec*/
193 if(i> p_bta_dm_pm_cfg[0].app_id)
[all...]
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_api.c354 UINT8 app_id, tBTA_HH_DEV_DSCP_INFO dscp_info)
371 p_buf->app_id = app_id;
353 BTA_HhAddDev(BD_ADDR bda, tBTA_HH_ATTR_MASK attr_mask, UINT8 sub_class, UINT8 app_id, tBTA_HH_DEV_DSCP_INFO dscp_info) argument
H A Dbta_hh_utils.c187 UINT8 app_id)
198 p_cb->app_id = app_id;
238 p_cb->app_id = p_bta_hh_cfg->p_devt_list[xx].app_id;
181 bta_hh_add_device_to_list(tBTA_HH_DEV_CB *p_cb, UINT8 handle, UINT16 attr_mask, tHID_DEV_DSCP_INFO *p_dscp_info, UINT8 sub_class, UINT16 ssr_max_latency, UINT16 ssr_min_tout, UINT8 app_id) argument
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_sdp.c172 tBTA_HL_STATUS bta_hl_sdp_update (UINT8 app_id) argument
188 UNUSED(app_id);
/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
372 bta_sys_sco_unuse(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) argument
394 bta_sys_chg_ssr_config(UINT8 id, UINT8 app_id, UINT16 max_latency, UINT16 min_tout) argument
484 bta_sys_idle(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) argument
511 bta_sys_busy(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) argument
[all...]
/external/bluetooth/bluedroid/btif/co/
H A Dbta_dm_co.c216 tBTA_CODEC_INFO * p_codec_type, UINT8 app_id)
227 (app_id == BTUI_DM_SCO_4_HS_APP_ID && btui_cfg.hs_sco_over_hci) ||
230 (app_id != BTUI_DM_SCO_4_HS_APP_ID && btui_cfg.ag_sco_over_hci ))
215 bta_dm_sco_co_init(UINT32 rx_bw, UINT32 tx_bw, tBTA_CODEC_INFO * p_codec_type, UINT8 app_id) argument
H A Dbta_hh_co.c238 UINT8 app_id)
258 APPL_TRACE_WARNING("%s: attr_mask = 0x%04x, sub_class = 0x%02x, app_id = %d",
259 __FUNCTION__, p_dev->attr_mask, p_dev->sub_class, p_dev->app_id);
284 p_dev->app_id = app_id;
323 ** app_id - application id
327 void bta_hh_co_close(UINT8 dev_handle, UINT8 app_id) argument
332 APPL_TRACE_WARNING("%s: dev_handle = %d, app_id = %d", __FUNCTION__, dev_handle, app_id);
364 ** app_id
237 bta_hh_co_open(UINT8 dev_handle, UINT8 sub_class, tBTA_HH_ATTR_MASK attr_mask, UINT8 app_id) argument
368 bta_hh_co_data(UINT8 dev_handle, UINT8 *p_rpt, UINT16 len, tBTA_HH_PROTO_MODE mode, UINT8 sub_class, UINT8 ctry_code, BD_ADDR peer_addr, UINT8 app_id) argument
470 bta_hh_le_co_rpt_info(BD_ADDR remote_bda, tBTA_HH_RPT_CACHE_ENTRY *p_entry, UINT8 app_id) argument
515 bta_hh_le_co_cache_load(BD_ADDR remote_bda, UINT8 *p_num_rpt, UINT8 app_id) argument
554 bta_hh_le_co_reset_rpt_cache(BD_ADDR remote_bda, UINT8 app_id) argument
[all...]
H A Dbta_hl_co.c65 ** Parameters app_id - application ID
72 BOOLEAN bta_hl_co_get_num_of_mdep(UINT8 app_id, UINT8 *p_num_of_mdep) argument
77 if (btif_hl_find_app_idx(app_id, &app_idx))
96 ** Parameters app_id - application ID
102 BOOLEAN bta_hl_co_advrtise_source_sdp(UINT8 app_id) argument
107 if (btif_hl_find_app_idx(app_id, &app_idx))
125 ** Parameters app_id - HDP application ID
134 BOOLEAN bta_hl_co_get_mdep_config(UINT8 app_id, argument
144 BTIF_TRACE_DEBUG("%s app_id=%d mdep_idx=%d mdep_id=%d mdep_counter=%d",
145 __FUNCTION__, app_id,mdep_id
178 bta_hl_co_get_echo_config(UINT8 app_id, tBTA_HL_ECHO_CFG *p_echo_cfg) argument
272 bta_hl_co_load_mdl_config(UINT8 app_id, UINT8 buffer_size, tBTA_HL_MDL_CFG *p_mdl_buf ) argument
322 bta_hl_co_get_tx_data(UINT8 app_id, tBTA_HL_MDL_HANDLE mdl_handle, UINT16 buf_size, UINT8 *p_buf, UINT16 evt) argument
367 bta_hl_co_put_rx_data(UINT8 app_id, tBTA_HL_MDL_HANDLE mdl_handle, UINT16 data_size, UINT8 *p_data, UINT16 evt) argument
426 bta_hl_co_get_echo_data(UINT8 app_id, tBTA_HL_MCL_HANDLE mcl_handle, UINT16 buf_size, UINT8 *p_buf, UINT16 evt) argument
455 bta_hl_co_put_echo_data(UINT8 app_id, tBTA_HL_MCL_HANDLE mcl_handle, UINT16 data_size, UINT8 *p_data, UINT16 evt) argument
[all...]
/external/bluetooth/bluedroid/stack/srvc/
H A Dsrvc_battery.c96 (* p_inst->p_cback)(p_inst->app_id, BA_WRITE_CLT_CFG_REQ, &cfg);
142 (* p_inst->p_cback)(p_inst->app_id, p_inst->pending_evt, NULL);
198 UINT16 Battery_Instantiate (UINT8 app_id, tBA_REG_INFO *p_reg_info) argument
228 p_inst->app_id = app_id;
307 void Battery_Rsp (UINT8 app_id, tGATT_STATUS st, UINT8 event, tBA_RSP_DATA *p_rsp) argument
316 if (p_inst->app_id == app_id && p_inst->ba_level_hdl != 0)
375 void Battery_Notify (UINT8 app_id, BD_ADDR remote_bda, UINT8 battery_level) argument
382 if (p_inst->app_id
[all...]
/external/chromium_org/athena/content/
H A Dapp_activity_unittest.cc34 explicit TestAppActivity(const std::string& app_id) argument
35 : AppActivity(app_id),
39 AppRegistry::Get()->GetAppActivityRegistry(app_id, NULL);
116 virtual bool UnloadApp(const std::string& app_id) OVERRIDE {
122 virtual bool LaunchApp(const std::string& app_id) OVERRIDE {
154 TestAppActivity* CreateAppActivity(const std::string& app_id) { argument
155 TestAppActivity* activity = new TestAppActivity(app_id);
/external/chromium_org/athena/home/
H A Dapp_list_view_delegate.cc83 const std::string& app_id,
82 GetShortcutPathForApp( const std::string& app_id, const base::Callback<void(const base::FilePath&)>& callback) argument
/external/chromium_org/base/win/
H A Dshortcut.h84 app_id = app_id_in;
109 string16 app_id; member in struct:base::win::ShortcutProperties
/external/chromium_org/chrome/browser/apps/
H A Dapp_browsertest_util.cc132 const std::string& app_id) {
136 app_registry->GetAppWindowsForApp(app_id);
174 const std::string& app_id) {
176 ->GetAppWindowsForApp(app_id)
131 GetFirstAppWindowForApp( const std::string& app_id) argument
173 GetAppWindowCountForApp( const std::string& app_id) argument
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dextension_app_shim_handler_mac_unittest.cc93 const std::string& app_id) {
94 HostMap::const_iterator it = hosts().find(make_pair(profile, app_id));
110 const std::string& app_id,
113 app_id_(app_id),
92 FindHost(Profile* profile, const std::string& app_id) argument
109 FakeHost(const base::FilePath& profile_path, const std::string& app_id, TestingExtensionAppShimHandler* handler) argument

Completed in 362 milliseconds

123456789