HomeSort by relevance Sort by last modified time
    Searched full:entity_id (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/policy/test/
local_policy_test_server.h 54 // Updates policy served by the server for a given (type, entity_id) pair.
62 const std::string& entity_id,
66 // (type, entity_id) pair, at the /externalpolicydata path. Requests to that
68 // |entity_id| values joined by a '/'.
70 // If this data is set but no policy is set for the (type, entity_id) pair,
76 const std::string& entity_id,
91 const std::string& entity_id);
local_policy_test_server.cc 140 const std::string& entity_id,
144 std::string selector = GetSelector(type, entity_id);
153 const std::string& entity_id,
157 std::string selector = GetSelector(type, entity_id);
264 const std::string& entity_id) {
266 if (!entity_id.empty())
267 selector = base::StringPrintf("%s/%s", type.c_str(), entity_id.c_str());
  /external/chromium_org/sync/test/fake_server/
fake_server.cc 439 string entity_id = CommitEntity(client_entity, local
443 if (entity_id.empty()) {
448 if (entity_id != client_entity.id_string()) {
449 client_to_server_ids[client_entity.id_string()] = entity_id;
451 FakeServerEntity* entity = entities_[entity_id];
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_client.cc 405 std::string entity_id; local
407 entity_id = policy_data.settings_entity_id();
408 PolicyNamespaceKey key(type, entity_id);
411 << type << ", entity: " << entity_id << ", ignoring"; local
cloud_policy_client_unittest.cc 531 std::string entity_id; local
533 entity_id = fetch_request.settings_entity_id();
534 PolicyNamespaceKey key(fetch_request.policy_type(), entity_id);
  /hardware/samsung_slsi/exynos5/libv4l2/
exynos_mc.c 617 unsigned int entity_id, pad; local
634 entity_id = strtoul(p, &end, 10);
635 entity = exynos_media_get_entity_by_id(media, entity_id);

Completed in 232 milliseconds