HomeSort by relevance Sort by last modified time
    Searched full:app_id (Results 76 - 100 of 106) sorted by null

1 2 34 5

  /external/chromium/base/
file_util_win.cc 409 int icon_index, const wchar_t* app_id) {
445 if (app_id && (base::win::GetVersion() >= base::win::VERSION_WIN7)) {
450 if (!base::win::SetAppIdForPropertyStore(property_store, app_id))
461 int icon_index, const wchar_t* app_id) {
496 if (app_id && base::win::GetVersion() >= base::win::VERSION_WIN7) {
501 if (!base::win::SetAppIdForPropertyStore(property_store, app_id))
    [all...]
file_util.h 208 // resource id. 'app_id' is the app model id for the shortcut on Win7.
217 const wchar_t* app_id);
224 // file to be updated. 'app_id' is the app model id for the shortcut on Win7.
233 const wchar_t* app_id);
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_api.c 91 ** Parameters app_id: applicatino ID.
120 ** Parameters app_id: Profile ID this service is belonged to.
  /external/chromium/chrome/browser/net/
chrome_url_request_context.h 220 const std::string& app_id);
237 const std::string& app_id);
  /external/chromium/chrome/browser/profiles/
profile_io_data.cc 248 const std::string& app_id) const {
251 AcquireIsolatedAppRequestContext(main_context, app_id);
profile.cc 433 const std::string& app_id) {
434 return io_data_.GetIsolatedAppRequestContextGetter(app_id);
profile_impl.h 89 const std::string& app_id);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 44 const APP_ID = '1'; // Change to the correct id of your application.
106 self::APP_ID . '/' . urlencode($userId);
  /external/bluetooth/bluedroid/bta/include/
bta_dm_co.h 155 tBTA_CODEC_INFO *p_codec_info, UINT8 app_id);
bta_ag_api.h 259 UINT8 app_id; member in struct:__anon2116
412 tBTA_AG_FEAT features, char *p_service_names[], UINT8 app_id);
bta_av_api.h 267 UINT8 app_id; /* ID associated with call to BTA_AvRegister() */ member in struct:__anon2163
548 UINT8 app_id);
  /external/bluetooth/bluedroid/btif/include/
btif_storage.h 236 UINT8 app_id, UINT16 vendor_id,
  /external/chromium/chrome/browser/
background_contents_service_unittest.cc 58 : appid_(ASCIIToUTF16("app_id")),
jumplist_win.cc 389 bool UpdateJumpList(const wchar_t* app_id,
406 destination_list->SetAppID(app_id);
496 JumpListUpdateTask(const wchar_t* app_id,
500 : app_id_(app_id),
  /external/chromium/chrome/browser/ui/webui/
app_launcher_handler.cc 558 StringValue* app_id = Value::CreateStringValue(extension->id()); local
559 web_ui_->CallJavascriptFunction("launchAppAfterEnable", *app_id);
613 StringValue* app_id = Value::CreateStringValue(extension->id()); local
614 web_ui_->CallJavascriptFunction("launchAppAfterEnable", *app_id);
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_main.c 609 if (!bta_hl_is_a_duplicate_id(p_data->api_reg.app_id))
615 p_acb->app_id = p_data->api_reg.app_id;
655 evt_data.reg_cfm.app_id = p_data->api_reg.app_id;
    [all...]
bta_hl_act.c 131 bta_hl_co_get_echo_data(p_acb->app_id, p_mcb->mcl_handle,
261 bta_hl_co_put_echo_data(p_acb->app_id, p_mcb->mcl_handle,
277 bta_hl_co_put_rx_data(p_acb->app_id, p_dcb->mdl_handle,
503 bta_hl_co_get_tx_data( p_acb->app_id,
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 61 static void bta_dm_policy_cback(tBTA_SYS_CONN_STATUS status, UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
82 static void bta_dm_rm_cback(tBTA_SYS_CONN_STATUS status, UINT8 id, UINT8 app_id, BD_ADDR peer_addr);
908 static void bta_dm_policy_cback(tBTA_SYS_CONN_STATUS status, UINT8 id, UINT8 app_id, BD_ADDR peer_addr)
911 UINT16 policy = app_id
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_session_unittest.cc 276 tab->set_extension_app_id("app_id");
305 ASSERT_EQ("app_id",
  /external/chromium/chrome/browser/web_applications/
web_app.cc 346 std::wstring app_id = ShellIntegration::GetAppId(
371 app_id.c_str());
  /external/chromium/android/autofill/
profile_android.h 235 const std::string& app_id) { NOTREACHED(); return NULL; }
  /external/chromium/chrome/browser/sessions/
session_service_unittest.cc 587 std::string app_id("foo");
595 helper_.SetTabExtensionAppID(window_id, tab_id, app_id);
601 EXPECT_TRUE(app_id == windows[0]->tabs[0]->extension_app_id);
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c     [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_int.h 208 UINT8 app_id; member in struct:__anon1935
491 UINT8 app_id; /* application id */ member in struct:__anon1959
bta_av_aact.c 874 bta_sys_app_open(BTA_ID_AV, p_scb->app_id, p_scb->peer_addr);
    [all...]

Completed in 418 milliseconds

1 2 34 5