Searched refs:entity_id (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/policy/test/
H A Dlocal_policy_test_server.h54 // 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);
H A Dlocal_policy_test_server.cc140 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());
139 UpdatePolicy(const std::string& type, const std::string& entity_id, const std::string& policy) argument
152 UpdatePolicyData(const std::string& type, const std::string& entity_id, const std::string& data) argument
263 GetSelector(const std::string& type, const std::string& entity_id) argument
/external/chromium_org/sync/test/fake_server/
H A Dfake_server.cc439 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/
H A Dcloud_policy_client.cc405 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
H A Dcloud_policy_client_unittest.cc531 std::string entity_id; local
533 entity_id = fetch_request.settings_entity_id();
534 PolicyNamespaceKey key(fetch_request.policy_type(), entity_id);

Completed in 267 milliseconds