Home | History | Annotate | Download | only in login

Lines Matching refs:SignedSettings

34       SignedSettings::ReturnCode code, const std::string& email));
36 SignedSettings::ReturnCode code, const std::string& email));
38 SignedSettings::ReturnCode code, const std::string& email));
40 SignedSettings::ReturnCode code,
44 SignedSettings::ReturnCode code,
71 virtual void OnOpCreated(SignedSettings* op) {
72 // Use MockOwnershipService for all SignedSettings op.
76 virtual void OnOpStarted(SignedSettings* op) {
79 virtual void OnOpCompleted(SignedSettings* op) {
92 to_return.set_policy_type(SignedSettings::kDevicePolicyType);
131 EXPECT_CALL(cb, OnWhitelistCompleted(SignedSettings::SUCCESS, _))
134 EXPECT_CALL(cb, OnCheckWhitelistCompleted(SignedSettings::SUCCESS, _))
139 EXPECT_CALL(cb, OnUnwhitelistCompleted(SignedSettings::SUCCESS, _))
144 EXPECT_CALL(cb, OnStorePropertyCompleted(SignedSettings::SUCCESS, _, _))
147 EXPECT_CALL(cb, OnRetrievePropertyCompleted(SignedSettings::SUCCESS, _, _))
182 EXPECT_CALL(cb, OnWhitelistCompleted(SignedSettings::SUCCESS, _))
185 EXPECT_CALL(cb, OnCheckWhitelistCompleted(SignedSettings::SUCCESS, _))
190 EXPECT_CALL(cb, OnUnwhitelistCompleted(SignedSettings::SUCCESS, _))
198 EXPECT_CALL(cb, OnStorePropertyCompleted(SignedSettings::SUCCESS, _, _))
201 EXPECT_CALL(cb, OnRetrievePropertyCompleted(SignedSettings::SUCCESS, _, _))