OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:entity_id
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/policy/test/
local_policy_test_server.h
53
// Updates policy served by the server for a given (type,
entity_id
) pair.
61
const std::string&
entity_id
,
65
// (type,
entity_id
) pair, at the /externalpolicydata path. Requests to that
67
// |
entity_id
| values joined by a '/'.
69
// If this data is set but no policy is set for the (type,
entity_id
) pair,
75
const std::string&
entity_id
,
90
const std::string&
entity_id
);
local_policy_test_server.cc
123
const std::string&
entity_id
,
127
std::string selector = GetSelector(type,
entity_id
);
136
const std::string&
entity_id
,
140
std::string selector = GetSelector(type,
entity_id
);
247
const std::string&
entity_id
) {
249
if (!
entity_id
.empty())
250
selector = base::StringPrintf("%s/%s", type.c_str(),
entity_id
.c_str());
/external/chromium_org/components/policy/core/common/cloud/
cloud_policy_client.cc
385
std::string
entity_id
;
local
387
entity_id
= policy_data.settings_entity_id();
388
PolicyNamespaceKey key(type,
entity_id
);
391
<< type << ", entity: " <<
entity_id
<< ", ignoring";
local
cloud_policy_client_unittest.cc
530
std::string
entity_id
;
local
532
entity_id
= fetch_request.settings_entity_id();
533
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 74 milliseconds