Searched defs:app_id (Results 1 - 13 of 13) sorted by relevance

/external/libweave/src/
H A Daccess_black_list_manager.h17 // user_id is empty, app_id is empty: block everything.
18 // user_id is not empty, app_id is empty: block if user_id matches.
19 // user_id is empty, app_id is not empty: block if app_id matches.
20 // user_id is not empty, app_id is not empty: block if both match.
22 std::vector<uint8_t> app_id; member in struct:weave::AccessBlackListManager::Entry
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
[all...]
H A Daccess_api_handler.cc40 std::string app_id; local
41 parameters.GetString(kApplicationId, &app_id);
42 if (!Base64Decode(app_id, app_id_decoded)) {
143 std::vector<uint8_t> app_id; local
145 if (!GetIds(parameters, &user_id, &app_id, &error)) {
156 manager_->Block(user_id, app_id, expiration,
172 std::vector<uint8_t> app_id; local
174 if (!GetIds(parameters, &user_id, &app_id, &error)) {
179 manager_->Unblock(user_id, app_id,
197 entry->SetString(kApplicationId, Base64Encode(e.app_id));
[all...]
H A Daccess_black_list_manager_impl.cc90 const std::vector<uint8_t>& app_id,
113 auto& value = entries_[std::make_pair(user_id, app_id)];
119 const std::vector<uint8_t>& app_id,
121 if (!entries_.erase(std::make_pair(user_id, app_id))) {
136 const std::vector<uint8_t>& app_id) const {
138 for (const auto& app : {{}, app_id}) {
89 Block(const std::vector<uint8_t>& user_id, const std::vector<uint8_t>& app_id, const base::Time& expiration, const DoneCallback& callback) argument
118 Unblock(const std::vector<uint8_t>& user_id, const std::vector<uint8_t>& app_id, const DoneCallback& callback) argument
/external/libweave/src/privet/
H A Dprivet_types.h37 const std::vector<uint8_t>& app_id)
40 app{user_id.empty() ? user_id : app_id} {}
35 UserAppId(AuthType auth_type, const std::vector<uint8_t>& user_id, const std::vector<uint8_t>& app_id) argument
H A Dauth_manager.cc378 std::vector<uint8_t> app_id{
382 *user_info = UserInfo{auth_scope, UserAppId{type, user_id, app_id}};
518 std::vector<uint8_t> app_id; local
520 app_id.assign(last_app_id->id, last_app_id->id + last_app_id->id_len);
522 UserInfo info{auth_scope, {AuthType::kLocal, user_id, app_id}};
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
H A Dmodel.py595 app_id = db.StringProperty(required=False, indexed=True) variable in class:MapreduceState
/external/kernel-headers/original/uapi/linux/genwqe/
H A Dgenwqe_card.h345 __u64 app_id; /* informational/sim: AppID */ member in struct:genwqe_bitstream
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1403 milliseconds