HomeSort by relevance Sort by last modified time
    Searched refs:app_id (Results 1 - 25 of 269) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_data_delegate.h 22 virtual void OnKioskAppDataChanged(const std::string& app_id) = 0;
25 virtual void OnKioskAppDataLoadFailure(const std::string& app_id) = 0;
kiosk_app_manager_observer.h 15 virtual void OnKioskAppDataChanged(const std::string& app_id) {}
18 virtual void OnKioskAppDataLoadFailure(const std::string& app_id) {}
app_session_lifetime.h 15 void InitAppSession(Profile* profile, const std::string& app_id);
kiosk_app_manager.h 56 std::string app_id; member in struct:chromeos::KioskAppManager::App
96 // Sets |app_id| as the app to auto launch at start up.
97 void SetAutoLaunchApp(const std::string& app_id);
110 void AddApp(const std::string& app_id);
111 void RemoveApp(const std::string& app_id);
116 // Gets app data for the given app id. Returns true if |app_id| is known and
118 bool GetApp(const std::string& app_id, App* app) const;
120 // Gets the raw icon data for the given app id. Returns NULL if |app_id|
122 const base::RefCountedString* GetAppRawIcon(const std::string& app_id) const;
150 const KioskAppData* GetAppData(const std::string& app_id) const
    [all...]
kiosk_app_update_service.h 37 void set_app_id(const std::string& app_id) { app_id_ = app_id; }
50 virtual void OnAppUpdateAvailable(const std::string& app_id) OVERRIDE;
  /external/bluetooth/bluedroid/bta/include/
bta_hl_co.h 46 ** 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, UINT8 item_idx, tBTA_HL_MDL_CFG *p_mdl_cfg )
    [all...]
bta_hh_co.h 43 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);
bta_pan_co.h 81 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);
bta_fs_co.h 110 #define BTA_FS_INVALID_APP_ID (0xFF) /* this app_id is reserved */
154 UINT8 app_id; member in struct:__anon3116
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/extensions/
update_observer.h 15 virtual void OnAppUpdateAvailable(const std::string& app_id) = 0;
  /external/chromium_org/apps/
app_lifetime_monitor.h 34 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);
app_lifetime_monitor.cc 108 void AppLifetimeMonitor::NotifyAppStart(const std::string& app_id) {
109 FOR_EACH_OBSERVER(Observer, observers_, OnAppStart(profile_, app_id));
112 void AppLifetimeMonitor::NotifyAppActivated(const std::string& app_id) {
113 FOR_EACH_OBSERVER(Observer, observers_, OnAppActivated(profile_, app_id));
116 void AppLifetimeMonitor::NotifyAppDeactivated(const std::string& app_id) {
117 FOR_EACH_OBSERVER(Observer, observers_, OnAppDeactivated(profile_, app_id));
120 void AppLifetimeMonitor::NotifyAppStop(const std::string& app_id) {
121 FOR_EACH_OBSERVER(Observer, observers_, OnAppStop(profile_, app_id));
  /external/bluetooth/bluedroid/bta/sys/
bta_sys_conn.c 201 void bta_sys_conn_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr)
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)
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)
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)
284 bta_sys_cb.ppm_cb(BTA_SYS_APP_CLOSE, id, app_id, peer_addr)
    [all...]
  /external/chromium_org/chrome/browser/metro_utils/
metro_chrome_win.cc 27 string16 app_id = ShellUtil::GetBrowserModelId( local
30 if (app_id.empty()) {
44 hr = activation_manager->ActivateApplication(app_id.c_str(),
  /external/chromium_org/chrome/browser/ui/startup/
startup_tab.h 21 // 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
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_app_menu_item_v2app.cc 12 const std::string& app_id,
18 app_id_(app_id),
launcher_item_controller.cc 16 const std::string& app_id,
19 app_id_(app_id),
29 const std::string& LauncherItemController::app_id() const { function in class:LauncherItemController
  /external/bluetooth/bluedroid/stack/include/
goep_fs.h 151 UINT16 event_id, UINT8 app_id);
163 typedef void (tGOEP_CLOSE_CBACK) (tGOEP_FD fd, UINT8 app_id);
183 UINT16 event_id, UINT8 app_id);
201 UINT16 event_id, UINT8 app_id);
214 typedef void (tGOEP_SEEK_CBACK) (tGOEP_FD fd, INT32 offset, INT16 origin, UINT8 app_id);
243 UINT8 app_id);
259 BOOLEAN *p_is_dir, UINT8 app_id);
276 typedef tGOEP_STATUS (tGOEP_MKDIR_CBACK) (const char *p_path, UINT8 app_id);
294 typedef tGOEP_STATUS (tGOEP_RMDIR_CBACK) (const char *p_path, UINT8 app_id);
311 typedef tGOEP_STATUS (tGOEP_UNLINK_CBACK) (const char *p_path, UINT8 app_id);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
kiosk_apps_handler.cc 43 app_dict->SetString("id", app_data.app_id);
48 KioskAppManager::Get()->GetAutoLaunchApp() == app_data.app_id &&
57 std::string* app_id) {
59 *app_id = input;
86 *app_id = candidate_id;
177 void KioskAppsHandler::OnKioskAppDataChanged(const std::string& app_id) {
179 if (!kiosk_app_manager_->GetApp(app_id, &app_data))
189 void KioskAppsHandler::OnKioskAppDataLoadFailure(const std::string& app_id) {
190 base::StringValue app_id_value(app_id);
266 std::string app_id; local
    [all...]
  /hardware/libhardware/include/hardware/
bt_hl.h 75 typedef void (* bthl_app_reg_state_callback)(int app_id, bthl_app_reg_state_t state);
81 typedef void (* bthl_channel_state_callback)(int app_id, bt_bdaddr_t *bd_addr, int mdep_cfg_index, int channel_id, bthl_channel_state_t state, int fd);
104 bt_status_t (*register_application) ( bthl_reg_param_t *p_reg_param, int *app_id);
107 bt_status_t (*unregister_application) (int app_id);
110 bt_status_t (*connect_channel)(int app_id, bt_bdaddr_t *bd_addr, int mdep_cfg_index, int *channel_id);
  /external/bluetooth/bluedroid/btif/co/
bta_hl_co.c 65 ** Parameters app_id - application ID
72 BOOLEAN bta_hl_co_get_num_of_mdep(UINT8 app_id, UINT8 *p_num_of_mdep)
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)
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,
144 BTIF_TRACE_DEBUG5("%s app_id=%d mdep_idx=%d mdep_id=%d mdep_counter=%d",
145 __FUNCTION__, app_id,mdep_idx,mdep_id,mdep_counter)
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_management_apitest.cc 84 std::string app_id; local
85 LoadAndWaitForLaunch("management/launch_app_panel", &app_id);
99 UninstallExtension(app_id);
101 ASSERT_FALSE(service->GetExtensionById(app_id, true));
106 app_id, ExtensionPrefs::LAUNCH_REGULAR);
114 ASSERT_EQ(app_id, app_id_new);
139 std::string app_id; local
140 LoadAndWaitForLaunch("management/launch_app_tab", &app_id);
148 UninstallExtension(app_id);
150 ASSERT_FALSE(service->GetExtensionById(app_id, true))
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_tasks_unittest.cc 24 EXPECT_EQ("app-id", task.app_id);
33 EXPECT_EQ("app-id", task.app_id);
43 EXPECT_EQ("app-id", task.app_id);
  /external/chromium_org/chrome/browser/chromeos/ui/
app_launch_view.h 35 void ShowAppLaunchSplashScreen(const std::string& app_id);
45 static void ShowAppLaunchSplashScreen(const std::string& app_id);
50 explicit AppLaunchView(const std::string& app_id);
  /external/chromium_org/ui/app_list/
app_list_item_model.h 46 void set_app_id(const std::string& app_id) { app_id_ = app_id; }
47 const std::string& app_id() { return app_id_; } function in class:app_list::AppListItemModel

Completed in 699 milliseconds

1 2 3 4 5 6 7 8 91011