OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASK_BROKER
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/sandbox/win/src/
policy_engine_unittest.cc
53
opcode_maker.MakeOpAction(
ASK_BROKER
, kPolNone);
81
EXPECT_EQ(
ASK_BROKER
, pol_ev.GetAction());
86
EXPECT_EQ(
ASK_BROKER
, pol_ev.GetAction());
handle_policy.cc
22
PolicyRule duplicate_rule(
ASK_BROKER
);
61
// The only action supported is
ASK_BROKER
which means duplicate the handle.
62
if (
ASK_BROKER
!= eval_result) {
named_pipe_policy.cc
51
PolicyRule pipe(
ASK_BROKER
);
70
// The only action supported is
ASK_BROKER
which means create the pipe.
71
if (
ASK_BROKER
!= eval_result) {
policy_low_level_unittest.cc
21
PolicyRule pr(
ASK_BROKER
);
33
PolicyRule pr(
ASK_BROKER
);
54
PolicyRule pr(
ASK_BROKER
);
76
EXPECT_EQ(
ASK_BROKER
, pol_ev.GetAction());
87
PolicyRule pr(
ASK_BROKER
);
113
EXPECT_EQ(
ASK_BROKER
, pol_ev.GetAction());
118
EXPECT_EQ(
ASK_BROKER
, pol_ev.GetAction());
125
PolicyRule pr(
ASK_BROKER
);
151
EXPECT_EQ(
ASK_BROKER
, pol_ev.GetAction());
158
PolicyRule pr(
ASK_BROKER
);
[
all
...]
filesystem_policy.cc
88
EvalResult result =
ASK_BROKER
;
183
// rule = new PolicyRule(
ASK_BROKER
);
187
PolicyRule format(
ASK_BROKER
);
188
PolicyRule short_name(
ASK_BROKER
);
242
// The only action supported is
ASK_BROKER
which means create the requested
244
if (
ASK_BROKER
!= eval_result) {
271
// The only action supported is
ASK_BROKER
which means open the requested
273
if (
ASK_BROKER
!= eval_result) {
299
// The only action supported is
ASK_BROKER
which means query the requested
301
if (
ASK_BROKER
!= eval_result)
[
all
...]
registry_policy.cc
130
EvalResult result =
ASK_BROKER
;
178
// The only action supported is
ASK_BROKER
which means create the requested
180
if (
ASK_BROKER
!= eval_result) {
209
// The only action supported is
ASK_BROKER
which means open the requested
211
if (
ASK_BROKER
!= eval_result) {
sync_policy.cc
149
EvalResult result =
ASK_BROKER
;
188
// The only action supported is
ASK_BROKER
which means create the requested
190
if (
ASK_BROKER
!= eval_result)
225
// The only action supported is
ASK_BROKER
which means create the requested
227
if (
ASK_BROKER
!= eval_result)
policy_target.cc
66
return POLICY_MATCH == result &&
ASK_BROKER
== processor.GetAction();
policy_engine_opcodes.h
58
ASK_BROKER
, // The target must generate an IPC to the broker. On the broker
143
// return can take other values such as
ASK_BROKER
.
policy_opcodes_unittest.cc
339
PolicyOpcode* op1 = opcode_maker.MakeOpAction(
ASK_BROKER
, kPolNone);
341
EXPECT_EQ(
ASK_BROKER
, op1->Evaluate(&ppb1, 1, &mc1));
Completed in 83 milliseconds