Lines Matching refs:ObjectProxy

54 ObjectProxy::ObjectProxy(Bus* bus,  in ObjectProxy()  function in dbus::ObjectProxy
65 ObjectProxy::~ObjectProxy() { in ~ObjectProxy()
72 scoped_ptr<Response> ObjectProxy::CallMethodAndBlockWithErrorDetails( in CallMethodAndBlockWithErrorDetails()
109 scoped_ptr<Response> ObjectProxy::CallMethodAndBlock(MethodCall* method_call, in CallMethodAndBlock()
115 void ObjectProxy::CallMethod(MethodCall* method_call, in CallMethod()
119 base::Bind(&ObjectProxy::OnCallMethodError, in CallMethod()
126 void ObjectProxy::CallMethodWithErrorCallback(MethodCall* method_call, in CallMethodWithErrorCallback()
138 base::Closure task = base::Bind(&ObjectProxy::RunResponseCallback, in CallMethodWithErrorCallback()
154 base::Closure task = base::Bind(&ObjectProxy::StartAsyncMethodCall, in CallMethodWithErrorCallback()
169 void ObjectProxy::ConnectToSignal(const std::string& interface_name, in ConnectToSignal()
178 base::Bind(&ObjectProxy::ConnectToSignalInternal, this, interface_name, in ConnectToSignal()
191 void ObjectProxy::SetNameOwnerChangedCallback( in SetNameOwnerChangedCallback()
198 void ObjectProxy::WaitForServiceToBeAvailable( in WaitForServiceToBeAvailable()
205 base::Bind(&ObjectProxy::WaitForServiceToBeAvailableInternal, this)); in WaitForServiceToBeAvailable()
208 void ObjectProxy::Detach() { in Detach()
212 bus_->RemoveFilterFunction(&ObjectProxy::HandleMessageThunk, this); in Detach()
232 ObjectProxy::ResponseCallback ObjectProxy::EmptyResponseCallback() { in EmptyResponseCallback()
236 ObjectProxy::OnPendingCallIsCompleteData::OnPendingCallIsCompleteData( in OnPendingCallIsCompleteData()
237 ObjectProxy* in_object_proxy, in OnPendingCallIsCompleteData()
247 ObjectProxy::OnPendingCallIsCompleteData::~OnPendingCallIsCompleteData() { in ~OnPendingCallIsCompleteData()
250 void ObjectProxy::StartAsyncMethodCall(int timeout_ms, in StartAsyncMethodCall()
260 base::Closure task = base::Bind(&ObjectProxy::RunResponseCallback, in StartAsyncMethodCall()
285 &ObjectProxy::OnPendingCallIsCompleteThunk, in StartAsyncMethodCall()
295 void ObjectProxy::OnPendingCallIsComplete(DBusPendingCall* pending_call, in OnPendingCallIsComplete()
302 base::Closure task = base::Bind(&ObjectProxy::RunResponseCallback, in OnPendingCallIsComplete()
315 void ObjectProxy::RunResponseCallback(ResponseCallback response_callback, in RunResponseCallback()
374 void ObjectProxy::OnPendingCallIsCompleteThunk(DBusPendingCall* pending_call, in OnPendingCallIsCompleteThunk()
378 ObjectProxy* self = data->object_proxy; in OnPendingCallIsCompleteThunk()
385 bool ObjectProxy::ConnectToNameOwnerChangedSignal() { in ConnectToNameOwnerChangedSignal()
391 bus_->AddFilterFunction(&ObjectProxy::HandleMessageThunk, this); in ConnectToNameOwnerChangedSignal()
415 bool ObjectProxy::ConnectToSignalInternal(const std::string& interface_name, in ConnectToSignalInternal()
436 void ObjectProxy::WaitForServiceToBeAvailableInternal() { in WaitForServiceToBeAvailableInternal()
443 base::Bind(&ObjectProxy::RunWaitForServiceToBeAvailableCallbacks, in WaitForServiceToBeAvailableInternal()
452 base::Bind(&ObjectProxy::RunWaitForServiceToBeAvailableCallbacks, in WaitForServiceToBeAvailableInternal()
458 DBusHandlerResult ObjectProxy::HandleMessage( in HandleMessage()
514 base::Bind(&ObjectProxy::RunMethod, in HandleMessage()
532 void ObjectProxy::RunMethod(base::TimeTicks start_time, in RunMethod()
552 DBusHandlerResult ObjectProxy::HandleMessageThunk( in HandleMessageThunk()
556 ObjectProxy* self = reinterpret_cast<ObjectProxy*>(user_data); in HandleMessageThunk()
560 void ObjectProxy::LogMethodCallFailure( in LogMethodCallFailure()
581 void ObjectProxy::OnCallMethodError(const std::string& interface_name, in OnCallMethodError()
598 bool ObjectProxy::AddMatchRuleWithCallback( in AddMatchRuleWithCallback()
627 bool ObjectProxy::AddMatchRuleWithoutCallback( in AddMatchRuleWithoutCallback()
649 void ObjectProxy::UpdateNameOwnerAndBlock() { in UpdateNameOwnerAndBlock()
659 DBusHandlerResult ObjectProxy::HandleNameOwnerChanged( in HandleNameOwnerChanged()
677 base::Bind(&ObjectProxy::RunNameOwnerChangedCallback, in HandleNameOwnerChanged()
684 base::Bind(&ObjectProxy::RunWaitForServiceToBeAvailableCallbacks, in HandleNameOwnerChanged()
695 void ObjectProxy::RunNameOwnerChangedCallback(const std::string& old_owner, in RunNameOwnerChangedCallback()
702 void ObjectProxy::RunWaitForServiceToBeAvailableCallbacks( in RunWaitForServiceToBeAvailableCallbacks()