Lines Matching refs:success
39 if (code == SignedSettings::SUCCESS) {
233 static void OnBoolComplete(void* delegate, bool success);
374 SUCCESS, value));
390 if (return_code == OwnerManager::SUCCESS) {
456 NewRunnableMethod(this, &WhitelistOp::PerformCallback, SUCCESS, value));
472 if (return_code == OwnerManager::SUCCESS) {
569 SUCCESS, value));
585 if (return_code == OwnerManager::SUCCESS) {
630 bool success = pol.mutable_device_proxy_settings()->ParseFromString(value);
631 DCHECK(success);
695 &RetrievePropertyOp::PerformCallback, SUCCESS, value));
773 void StorePolicyOp::OnBoolComplete(void* delegate, bool success) {
775 if (success)
798 SignedSettings::ReturnCode code = SUCCESS;
825 if (return_code == OwnerManager::SUCCESS) {
879 SUCCESS, value));
897 if (return_code == OwnerManager::SUCCESS)