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

1 2

  /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/chrome/browser/ui/
browser_init.h 86 // If true, the tab corresponds to an app an |app_id| gives the id of the
94 std::string app_id; member in struct:BrowserInit::LaunchWithProfile::Tab
134 // e.g. --app=http://www.google.com/ or --app_id=... return true.
135 // In this case |app_url| or |app_id| are populated if they're non-null.
136 bool IsAppLaunch(std::string* app_url, std::string* app_id);
browser_init.cc 450 const std::string& app_id,
456 extensions_service->GetExtensionById(app_id, false);
458 // The extension with id |app_id| may have been uninstalled.
749 std::string* app_id) {
756 if (app_id)
757 *app_id = command_line_.GetSwitchValueASCII(switches::kAppId);
764 std::string app_id; local
769 if (!IsAppLaunch(NULL, &app_id) || app_id.empty())
774 if (!GetAppLaunchContainer(profile, app_id, &extension, &launch_container)
788 std::string url_string, app_id; local
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_pan_api.h 63 UINT8 app_id; /* application id */ member in struct:__anon2801
bta_fs_co.h 110 #define BTA_FS_INVALID_APP_ID (0xFF) /* this app_id is reserved */
154 UINT8 app_id; member in struct:__anon2671
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...]
bta_hh_api.h 144 UINT8 app_id; /* corresponding application ID */ member in struct:__anon2711
484 UINT8 sub_class, UINT8 app_id,
bta_ag_api.h 259 UINT8 app_id; member in struct:__anon2588
412 tBTA_AG_FEAT features, char *p_service_names[], UINT8 app_id);
bta_av_api.h 268 UINT8 app_id; /* ID associated with call to BTA_AvRegister() */ member in struct:__anon2640
551 UINT8 app_id);
bta_jv_api.h 400 tBTA_JV_PM_ID app_id; /* JV app ID */ member in struct:__anon2797
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_hh.h 64 UINT8 app_id; member in struct:__anon2892
btif_hl.h 227 UINT8 app_id; member in struct:__anon2913
267 int app_id; member in struct:__anon2916
309 extern BOOLEAN btif_hl_find_app_idx(UINT8 app_id, UINT8 *p_app_idx);
315 extern BOOLEAN btif_hl_save_mdl_cfg(UINT8 app_id, UINT8 item_idx, tBTA_HL_MDL_CFG *p_mdl_cfg);
316 extern BOOLEAN btif_hl_delete_mdl_cfg(UINT8 app_id, UINT8 item_idx);
324 extern BOOLEAN btif_hl_load_mdl_config (UINT8 app_id, UINT8 buffer_size,
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 240 std::wstring app_id = ShellIntegration::GetAppId( local
256 app_id.c_str());
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hdp.cpp 55 static void app_registration_state_callback(int app_id, bthl_app_reg_state_t state) {
57 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAppRegistrationState, app_id,
62 static void channel_state_callback(int app_id, bt_bdaddr_t *bd_addr, int mdep_cfg_index,
86 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onChannelStateChanged, app_id, addr,
196 int app_id; local
212 if ( (status = sBluetoothHdpInterface->register_application(&reg_param, &app_id)) !=
220 return app_id;
223 static jboolean unregisterHealthAppNative(JNIEnv *env, jobject object, int app_id) {
227 if ((status = sBluetoothHdpInterface->unregister_application(app_id)) != BT_STATUS_SUCCESS) {
228 ALOGE("Failed to unregister app %d, status: %d", app_id, status)
    [all...]
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_int.h 142 UINT8 app_id; /* application id for the connection */ member in struct:__anon2852
153 UINT8 app_id[3]; /* application id for PAN roles */ member in struct:__anon2853
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_int.h 123 UINT8 app_id; member in struct:__anon2546
149 UINT8 app_id; /* application ID for this connection */ member in struct:__anon2548
233 UINT8 sub_class, UINT16 max_latency, UINT16 min_tout, UINT8 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/oprofile/libpp/
callgraph_container.cpp 533 image_name_id app_id = image_names.create(app_name); local
536 app_id, debug_info);
538 callee_image_id, app_id, debug_info);
  /hardware/libhardware/include/hardware/
bt_hh.h 78 uint8_t app_id; member in struct:__anon20631
98 * hid_info will contain attr_mask, sub_class, app_id, vendor_id, product_id, version, ctry_code, len
  /system/core/init/
property_service.c 274 unsigned int app_id; local
282 app_id = multiuser_get_app_id(uid);
283 if (app_id == AID_BLUETOOTH) {
284 uid = app_id;
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_int.h 169 UINT8 app_id; member in struct:__anon2378
280 UINT8 app_id; /* application id */ member in struct:__anon2387
352 UINT8 app_id, BD_ADDR peer_addr);
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_utils.c 1048 BOOLEAN bta_hl_find_app_idx(UINT8 app_id, UINT8 *p_app_idx)
1056 (bta_hl_cb.acb[i].app_id == app_id))
1065 APPL_TRACE_DEBUG3("bta_hl_find_app_idx found=%d app_id=%d idx=%d ",
1066 found, app_id, i);
1704 UINT8 app_id = p_acb->app_id; local
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_storage.c 123 /* <18 char bd addr> <space>LIST <attr_mask> <space> > <sub_class> <space> <app_id> <space>
1389 uint8_t app_id; local
    [all...]
btif_hl.c 101 static int btif_hl_get_next_channel_id(UINT8 app_id);
756 BOOLEAN btif_hl_dch_open(UINT8 app_id, BD_ADDR bd_addr,
768 BTIF_TRACE_DEBUG2("%s app_id=%d ",
769 __FUNCTION__, app_id );
773 if (btif_hl_find_app_idx(app_id, &app_idx))
786 p_pcb->channel_id = (int) btif_hl_get_next_channel_id(app_id);
819 BTA_HlSdpQuery(app_id,p_acb->app_handle, bd_addr);
893 BOOLEAN btif_hl_cch_open(UINT8 app_id, BD_ADDR bd_addr, UINT16 ctrl_psm,
903 BTIF_TRACE_DEBUG5("%s app_id=%d ctrl_psm=%d mdep_cfg_idx=%d op=%d",
904 __FUNCTION__, app_id, ctrl_psm, mdep_cfg_idx, op)
1668 UINT8 app_id =(UINT8) (channel_id >> 16); local
2139 int app_id = 0; local
2258 int app_id = (int) btif_hl_get_app_id(p_acb->delete_mdl.channel_id); local
2283 int app_id = (int) btif_hl_get_app_id(p_scb->channel_id); local
2307 int app_id = (int) btif_hl_get_app_id(p_pcb->channel_id); local
2336 int app_id = (int) btif_hl_get_app_id(p_pcb->channel_id); local
3343 int app_id; local
4126 UINT8 app_idx, mcl_idx, mdl_idx, mdl_cfg_idx, app_id, mdep_cfg_idx; local
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_int.h 170 tBTA_JV_PM_ID app_id; /* JV app specific id indicating power table to use */ member in struct:__anon2821
324 tBTA_JV_PM_ID app_id; member in struct:__anon2834
  /external/bluetooth/bluedroid/bta/av/
bta_av_int.h 208 UINT8 app_id; member in struct:__anon2398
491 UINT8 app_id; /* application id */ member in struct:__anon2422

Completed in 1375 milliseconds

1 2