Home
last modified time | relevance | path

Searched refs:app_id (Results 1 – 21 of 21) sorted by relevance

/external/libweave/src/
Daccess_black_list_manager.h22 std::vector<uint8_t> app_id; member
30 const std::vector<uint8_t>& app_id,
34 const std::vector<uint8_t>& app_id,
37 const std::vector<uint8_t>& app_id) const = 0;
45 return l.user_id == r.user_id && l.app_id == r.app_id &&
Daccess_api_handler.cc40 std::string app_id; in GetIds() local
41 parameters.GetString(kApplicationId, &app_id); in GetIds()
42 if (!Base64Decode(app_id, app_id_decoded)) { in GetIds()
143 std::vector<uint8_t> app_id; in Block() local
145 if (!GetIds(parameters, &user_id, &app_id, &error)) { in Block()
156 manager_->Block(user_id, app_id, expiration, in Block()
172 std::vector<uint8_t> app_id; in Unblock() local
174 if (!GetIds(parameters, &user_id, &app_id, &error)) { in Unblock()
179 manager_->Unblock(user_id, app_id, in Unblock()
197 entry->SetString(kApplicationId, Base64Encode(e.app_id)); in List()
Daccess_black_list_manager_impl.cc90 const std::vector<uint8_t>& app_id, in Block() argument
113 auto& value = entries_[std::make_pair(user_id, app_id)]; in Block()
119 const std::vector<uint8_t>& app_id, in Unblock() argument
121 if (!entries_.erase(std::make_pair(user_id, app_id))) { in Unblock()
136 const std::vector<uint8_t>& app_id) const { in IsBlocked()
138 for (const auto& app : {{}, app_id}) { in IsBlocked()
Daccess_black_list_manager_impl.h28 const std::vector<uint8_t>& app_id,
32 const std::vector<uint8_t>& app_id,
35 const std::vector<uint8_t>& app_id) const override;
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/
Ddatastore_test_util.py35 self.app_id = 'my-app'
38 os.environ['APPLICATION_ID'] = self.app_id
42 self.app_id, None)
/external/v8/build/android/pylib/remote/device/
Dremote_device_uirobot_test_run.py53 'android_robot', None, app_id=self._app_id)
60 def _UploadTestToDevice(self, test_type, test_path, app_id=None): argument
66 'app_id':app_id,
Dremote_device_test_run.py257 'robotium', test_with_deps.name, app_id=self._app_id)
280 def _UploadTestToDevice(self, test_type, test_path, app_id=None): argument
290 self._env.token, test_src, 'raw', test_type, app_id=app_id)
/external/chromium-trace/catapult/catapult_build/
Dappengine_deploy.py16 def AppcfgUpdate(paths, app_id): argument
37 '--application=%s' % app_id,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/
Dlayer1.py565 def create_deployment(self, stack_id, command, app_id=None, argument
606 if app_id is not None:
607 params['AppId'] = app_id
1164 def delete_app(self, app_id): argument
1178 params = {'AppId': app_id, }
1428 def describe_deployments(self, stack_id=None, app_id=None, argument
1463 if app_id is not None:
1464 params['AppId'] = app_id
2416 def update_app(self, app_id, name=None, description=None, argument
2474 params = {'AppId': app_id, }
/external/autotest/client/cros/
Dwebstore_test.py261 def launch_app(self, app_id): argument
268 logging.info('Launching app %s', app_id)
271 self.driver.get(self.detail_page(app_id))
/external/libweave/src/privet/
Dprivet_types.h37 const std::vector<uint8_t>& app_id) in UserAppId()
40 app{user_id.empty() ? user_id : app_id} {}
Dauth_manager.cc378 std::vector<uint8_t> app_id{ in ParseAccessToken() local
382 *user_info = UserInfo{auth_scope, UserAppId{type, user_id, app_id}}; in ParseAccessToken()
518 std::vector<uint8_t> app_id; in CreateAccessTokenFromAuth() local
520 app_id.assign(last_app_id->id, last_app_id->id + last_app_id->id_len); in CreateAccessTokenFromAuth()
522 UserInfo info{auth_scope, {AuthType::kLocal, user_id, app_id}}; in CreateAccessTokenFromAuth()
/external/chromium-trace/catapult/dashboard/bin/
Ddeploy29 appengine_deploy.AppcfgUpdate(paths, app_id=args.appid)
/external/chromium-trace/catapult/dashboard/docs/
Drollback.md17 list](https://appengine.google.com/deployment?&app_id=s~chromeperf).
Ddeploy-checklist.md7 list](https://appengine.google.com/deployment?&app_id=s~chromeperf):
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
Dmap_job_control.py205 state.app_id = job_config._app
/external/kernel-headers/original/uapi/linux/genwqe/
Dgenwqe_card.h345 __u64 app_id; /* informational/sim: AppID */ member
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
Dpipeline.py890 app_id = os.environ['APPLICATION_ID']
891 shard_index = app_id.find('~')
893 app_id = app_id[shard_index+1:]
897 'app_id': app_id,
900 'base_path': '%s.appspot.com%s' % (app_id, self.base_path),
929 sender = '%s@%s.appspotmail.com' % (app_id, app_id)
/external/v8/tools/gyp/pylib/gyp/
Dmac_tool.py495 app_id = '%s.%s' % (team_identifier, bundle_identifier)
496 if fnmatch.fnmatch(app_id, app_id_pattern):
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dmodel.py595 app_id = db.StringProperty(required=False, indexed=True) variable in MapreduceState
Dhandlers.py1783 state.app_id = _app