HomeSort by relevance Sort by last modified time
    Searched refs:app_id (Results 151 - 175 of 385) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_worker.cc 193 const std::string& app_id = *itr; local
194 GURL origin = extensions::Extension::GetBaseURLFromExtensionId(app_id);
196 GetMetadataDatabase()->IsAppEnabled(app_id) ? "Enabled" : "Disabled";
395 void SyncWorker::DoDisableApp(const std::string& app_id,
400 GetMetadataDatabase()->DisableApp(app_id, callback);
406 void SyncWorker::DoEnableApp(const std::string& app_id,
411 GetMetadataDatabase()->EnableApp(app_id, callback);
497 const std::string& app_id = *itr; local
498 if (!extension_service->GetInstalledExtension(app_id))
499 (*status)[app_id] = APP_STATUS_UNINSTALLED
518 const std::string& app_id = itr->first; local
    [all...]
task_dependency_manager.h 22 std::string app_id; member in struct:sync_file_system::drive_backend::BlockingFactor
43 // - Or, they have the same |app_id| and have a |path| that one of its parent
uninstall_app_task.h 38 const std::string& app_id,
drive_backend_test_util.cc 60 EXPECT_EQ(left.app_id(), right.app_id());
uninstall_app_task.cc 25 const std::string& app_id,
28 app_id_(app_id),
metadata_database_index.cc 151 const std::string& app_id) const {
152 return FindItem(app_root_by_app_id_, app_id);
258 DVLOG(3) << " Add to app_root_by_app_id_: " << new_tracker.app_id();
261 DCHECK(!ContainsKey(app_root_by_app_id_, new_tracker.app_id()));
262 app_root_by_app_id_[new_tracker.app_id()] = new_tracker.tracker_id();
273 DCHECK(ContainsKey(app_root_by_app_id_, old_tracker.app_id()));
275 DVLOG(3) << " Remove from app_root_by_app_id_: " << old_tracker.app_id();
277 app_root_by_app_id_.erase(old_tracker.app_id());
281 DCHECK(!ContainsKey(app_root_by_app_id_, new_tracker.app_id()));
283 DVLOG(3) << " Add to app_root_by_app_id_: " << new_tracker.app_id();
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
kiosk_app_menu_handler.h 51 virtual void OnKioskAppDataChanged(const std::string& app_id) OVERRIDE;
  /hardware/qcom/msm8x84/kernel-headers/linux/sound/
lsm_params.h 56 enum lsm_app_id app_id; member in struct:snd_lsm_session_data
  /hardware/qcom/msm8x84/kernel-headers/sound/
lsm_params.h 56 enum lsm_app_id app_id; member in struct:snd_lsm_session_data
  /hardware/qcom/msm8x84/original-kernel-headers/linux/sound/
lsm_params.h 38 enum lsm_app_id app_id; member in struct:snd_lsm_session_data
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
lsm_params.h 38 enum lsm_app_id app_id; member in struct:snd_lsm_session_data
  /external/chromium_org/apps/
app_window_registry.cc 124 const std::string& app_id) const {
129 if ((*i)->extension_id() == app_id)
135 void AppWindowRegistry::CloseAllAppWindowsForApp(const std::string& app_id) {
136 const AppWindowList windows = GetAppWindowsForApp(app_id);
169 const std::string& app_id) const {
174 if ((*i)->extension_id() == app_id) {
185 const std::string& app_id,
191 if ((*i)->extension_id() == app_id && (*i)->window_key() == window_key) {
  /external/chromium_org/base/win/
shortcut.h 84 app_id = app_id_in;
109 string16 app_id; member in struct:base::win::ShortcutProperties
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_data.h 53 const std::string& app_id,
70 const std::string& app_id() const { return app_id_; } function in class:chromeos::KioskAppData
kiosk_mode_idle_app_name_notification.cc 78 const std::string app_id = local
86 )->extension_service()->GetInstalledExtension(app_id)));
  /external/chromium_org/chrome/browser/ui/ash/
chrome_launcher_prefs.cc 84 base::DictionaryValue* CreateAppDict(const std::string& app_id) {
86 app_value->SetString(kPinnedAppsPrefAppIDPath, app_id);
  /external/chromium_org/content/browser/
push_messaging_message_filter.cc 61 std::string app_id = "https://example.com 0"; local
62 service_->Register(app_id,
  /external/chromium_org/google_apis/gcm/engine/
gcm_store.h 74 virtual void AddRegistration(const std::string& app_id,
77 virtual void RemoveRegistration(const std::string& app_id,
  /external/bluetooth/bluedroid/btif/include/
btif_hl.h 232 UINT8 app_id; member in struct:__anon5654
272 int app_id; member in struct:__anon5657
314 extern BOOLEAN btif_hl_find_app_idx(UINT8 app_id, UINT8 *p_app_idx);
320 extern BOOLEAN btif_hl_save_mdl_cfg(UINT8 app_id, UINT8 item_idx, tBTA_HL_MDL_CFG *p_mdl_cfg);
321 extern BOOLEAN btif_hl_delete_mdl_cfg(UINT8 app_id, UINT8 item_idx);
329 extern BOOLEAN btif_hl_load_mdl_config (UINT8 app_id, UINT8 buffer_size,
  /external/bluetooth/bluedroid/btif/src/
btif_hl.c 101 static int btif_hl_get_next_channel_id(UINT8 app_id);
763 BOOLEAN btif_hl_dch_open(UINT8 app_id, BD_ADDR bd_addr,
775 BTIF_TRACE_DEBUG("%s app_id=%d ",
776 __FUNCTION__, app_id );
780 if (btif_hl_find_app_idx(app_id, &app_idx))
793 p_pcb->channel_id = (int) btif_hl_get_next_channel_id(app_id);
826 BTA_HlSdpQuery(app_id,p_acb->app_handle, bd_addr);
900 BOOLEAN btif_hl_cch_open(UINT8 app_id, BD_ADDR bd_addr, UINT16 ctrl_psm,
910 BTIF_TRACE_DEBUG("%s app_id=%d ctrl_psm=%d mdep_cfg_idx=%d op=%d",
911 __FUNCTION__, app_id, ctrl_psm, mdep_cfg_idx, op)
1637 UINT8 app_id =(UINT8) (channel_id >> 16); local
2111 int app_id = 0; local
2208 int app_id = (int) btif_hl_get_app_id(p_acb->delete_mdl.channel_id); local
2233 int app_id = (int) btif_hl_get_app_id(p_scb->channel_id); local
2257 int app_id = (int) btif_hl_get_app_id(p_pcb->channel_id); local
2286 int app_id = (int) btif_hl_get_app_id(p_pcb->channel_id); local
3295 int app_id; local
4078 UINT8 app_idx, mcl_idx, mdl_idx, mdl_cfg_idx, app_id, mdep_cfg_idx = 0; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/gcm/
gcm_api.cc 212 const std::string& app_id,
223 EventRouter::Get(profile_)->DispatchEventToExtension(app_id, event.Pass());
226 void GcmJsEventRouter::OnMessagesDeleted(const std::string& app_id) {
231 EventRouter::Get(profile_)->DispatchEventToExtension(app_id, event.Pass());
235 const std::string& app_id,
246 EventRouter::Get(profile_)->DispatchEventToExtension(app_id, event.Pass());
  /external/chromium_org/components/gcm_driver/
gcm_client_impl.h 95 virtual void Register(const std::string& app_id,
97 virtual void Unregister(const std::string& app_id) OVERRIDE;
98 virtual void Send(const std::string& app_id,
165 const std::string& app_id,
212 void OnRegisterCompleted(const std::string& app_id,
218 void OnUnregisterCompleted(const std::string& app_id,
gcm_client_impl_unittest.cc 45 const char kAppId[] = "app_id";
55 const std::string& app_id,
59 data_message.set_category(app_id);
229 void CompleteUnregistration(const std::string& app_id);
231 bool ExistsRegistration(const std::string& app_id) const;
232 void AddRegistration(const std::string& app_id,
237 virtual void OnRegisterFinished(const std::string& app_id,
240 virtual void OnUnregisterFinished(const std::string& app_id,
242 virtual void OnSendFinished(const std::string& app_id,
248 virtual void OnMessagesDeleted(const std::string& app_id) OVERRIDE
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_gcm_app_handler_unittest.cc 148 const std::string& app_id,
152 virtual void OnMessagesDeleted(const std::string& app_id) OVERRIDE {
156 const std::string& app_id,
160 virtual void OnUnregisterCompleted(const std::string& app_id,
166 virtual void RemoveAppHandler(const std::string& app_id) OVERRIDE{
167 ExtensionGCMAppHandler::RemoveAppHandler(app_id);
349 void Register(const std::string& app_id,
352 app_id,
368 bool HasAppHandlers(const std::string& app_id) const {
369 return GetGCMDriver()->app_handlers().count(app_id);
    [all...]
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_act.c 96 open.hdr.app_id = p_scb->app_id;
131 p_scb->app_id = p_data->api_register.app_id;
141 reg.hdr.app_id = p_scb->app_id;
444 close.hdr.app_id = p_scb->app_id;
447 bta_sys_conn_close(BTA_ID_AG, p_scb->app_id, p_scb->peer_addr);
484 bta_sys_sco_unuse(BTA_ID_AG, p_scb->app_id, p_scb->peer_addr)
    [all...]

Completed in 1209 milliseconds

1 2 3 4 5 67 8 91011>>