Lines Matching refs:DeviceTokenFetcher
30 DeviceTokenFetcher::DeviceTokenFetcher( in DeviceTokenFetcher() function in policy::DeviceTokenFetcher
43 DeviceTokenFetcher::DeviceTokenFetcher( in DeviceTokenFetcher() function in policy::DeviceTokenFetcher
59 DeviceTokenFetcher::~DeviceTokenFetcher() { in ~DeviceTokenFetcher()
63 void DeviceTokenFetcher::FetchToken( in FetchToken()
78 void DeviceTokenFetcher::FetchTokenInternal() { in FetchTokenInternal()
96 void DeviceTokenFetcher::SetUnmanagedState() { in SetUnmanagedState()
104 const std::string& DeviceTokenFetcher::GetDeviceToken() { in GetDeviceToken()
108 void DeviceTokenFetcher::StopAutoRetry() { in StopAutoRetry()
116 void DeviceTokenFetcher::AddObserver(DeviceTokenFetcher::Observer* observer) { in AddObserver()
120 void DeviceTokenFetcher::RemoveObserver( in RemoveObserver()
121 DeviceTokenFetcher::Observer* observer) { in RemoveObserver()
125 void DeviceTokenFetcher::HandleRegisterResponse( in HandleRegisterResponse()
136 void DeviceTokenFetcher::OnError(DeviceManagementBackend::ErrorCode code) { in OnError()
157 void DeviceTokenFetcher::Initialize(DeviceManagementService* service, in Initialize()
177 void DeviceTokenFetcher::SetState(FetcherState state) { in SetState()
238 &DeviceTokenFetcher::ExecuteRetryTask); in SetState()
244 void DeviceTokenFetcher::ExecuteRetryTask() { in ExecuteRetryTask()
261 void DeviceTokenFetcher::CancelRetryTask() { in CancelRetryTask()