Home
last modified time | relevance | path

Searched refs:GetHelper (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dshill_device_client.cc48 GetHelper(device_path)->AddPropertyChangedObserver(observer); in AddPropertyChangedObserver()
54 GetHelper(device_path)->RemovePropertyChangedObserver(observer); in RemovePropertyChangedObserver()
61 GetHelper(device_path)->CallDictionaryValueMethod(&method_call, callback); in GetProperties()
68 GetHelper(device_path)->CallVoidMethod(&method_call, callback); in ProposeScan()
81 GetHelper(device_path)->CallVoidMethodWithErrorCallback(&method_call, in SetProperty()
93 GetHelper(device_path)->CallVoidMethod(&method_call, callback); in ClearProperty()
104 GetHelper(device_path)->CallObjectPathMethod(&method_call, callback); in AddIPConfig()
117 GetHelper(device_path)->CallVoidMethodWithErrorCallback( in RequirePin()
129 GetHelper(device_path)->CallVoidMethodWithErrorCallback( in EnterPin()
143 GetHelper(device_path)->CallVoidMethodWithErrorCallback( in UnblockPin()
[all …]
Dshill_service_client.cc75 GetHelper(service_path)->AddPropertyChangedObserver(observer); in AddPropertyChangedObserver()
81 GetHelper(service_path)->RemovePropertyChangedObserver(observer); in RemovePropertyChangedObserver()
88 GetHelper(service_path)->CallDictionaryValueMethodWithErrorCallback( in GetProperties()
105 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call, in SetProperty()
118 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call, in SetProperties()
131 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call, in ClearProperty()
145 GetHelper(service_path)->CallListValueMethodWithErrorCallback( in ClearProperties()
156 GetHelper(service_path)->CallVoidMethodWithErrorCallback( in Connect()
165 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call, in Disconnect()
175 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call, in Remove()
[all …]
Dshill_profile_client.cc32 GetHelper(profile_path)->AddPropertyChangedObserver(observer); in AddPropertyChangedObserver()
38 GetHelper(profile_path)->RemovePropertyChangedObserver(observer); in RemovePropertyChangedObserver()
67 ShillClientHelper* GetHelper(const dbus::ObjectPath& profile_path);
81 ShillClientHelper* ShillProfileClientImpl::GetHelper( in GetHelper() function in chromeos::__anonbb5ff42c0111::ShillProfileClientImpl
102 GetHelper(profile_path)->CallDictionaryValueMethodWithErrorCallback( in GetProperties()
115 GetHelper(profile_path)->CallDictionaryValueMethodWithErrorCallback( in GetEntry()
128 GetHelper(profile_path)->CallVoidMethodWithErrorCallback( in DeleteEntry()
Dshill_ipconfig_client.cc33 GetHelper(ipconfig_path)->AddPropertyChangedObserver(observer); in AddPropertyChangedObserver()
39 GetHelper(ipconfig_path)->RemovePropertyChangedObserver(observer); in RemovePropertyChangedObserver()
65 ShillClientHelper* GetHelper(const dbus::ObjectPath& ipconfig_path) { in GetHelper() function in chromeos::__anon9fad978a0111::ShillIPConfigClientImpl
96 GetHelper(ipconfig_path)->CallDictionaryValueMethod(&method_call, callback); in GetProperties()
104 GetHelper(ipconfig_path)->CallVoidMethod(&method_call, callback); in Refresh()
146 GetHelper(ipconfig_path)->CallVoidMethod(&method_call, callback); in SetProperty()
157 GetHelper(ipconfig_path)->CallVoidMethod(&method_call, callback); in ClearProperty()
165 GetHelper(ipconfig_path)->CallVoidMethod(&method_call, callback); in Remove()
/external/chromium_org/content/common/gpu/
Dimage_transport_surface_android.cc93 GetHelper()->manager()->LookupChannel(parent_client_id_); in Initialize()
98 GetHelper()->SetPreemptByFlag(parent_channel->GetPreemptionFlag()); in Initialize()
142 if (!GetHelper()->stub()->decoder() || in DoWakeUpGpu()
143 !GetHelper()->stub()->decoder()->MakeCurrent()) in DoWakeUpGpu()
Dimage_transport_surface.h205 ImageTransportHelper* GetHelper() { return helper_.get(); } in GetHelper() function
/external/chromium_org/net/tools/quic/test_tools/
Dquic_dispatcher_peer.h35 static QuicEpollConnectionHelper* GetHelper(QuicDispatcher* dispatcher);
Dquic_dispatcher_peer.cc41 QuicEpollConnectionHelper* QuicDispatcherPeer::GetHelper( in GetHelper() function in net::tools::test::QuicDispatcherPeer
Dquic_test_client.cc422 QuicConnectionPeer::GetHelper(client()->session()->connection())-> in WaitForResponseForMs()
443 QuicConnectionPeer::GetHelper(client()->session()->connection())-> in WaitForInitialResponseForMs()
/external/chromium_org/net/quic/test_tools/
Dquic_connection_peer.h96 static QuicConnectionHelperInterface* GetHelper(QuicConnection* connection);
Dquic_connection_peer.cc163 QuicConnectionHelperInterface* QuicConnectionPeer::GetHelper( in GetHelper() function in net::test::QuicConnectionPeer
/external/chromium_org/net/tools/quic/
Dend_to_end_test.cc326 QuicConnectionPeer::GetHelper( in Initialize()
359 QuicDispatcherPeer::GetHelper(dispatcher), in StartServer()
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation.h577 bool GetHelper(GLenum pname, GLint* params); in NON_EXPORTED_BASE()
Dgles2_implementation.cc689 bool GLES2Implementation::GetHelper(GLenum pname, GLint* params) { in GetHelper() function in gpu::gles2::GLES2Implementation
795 if (!GetHelper(pname, &value)) { in GetBooleanvHelper()
805 if (!GetHelper(pname, &value)) { in GetFloatvHelper()
813 return GetHelper(pname, params); in GetIntegervHelper()
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder.cc1216 bool GetHelper(GLenum pname, GLint* params, GLsizei* num_written);
4431 bool GLES2DecoderImpl::GetHelper( in GetHelper() function in gpu::gles2::GLES2DecoderImpl
4794 return GetHelper(pname, NULL, num_values); in GetNumValuesReturnedForGLGet()
4811 GetHelper(pname, values.get(), &num_written); in DoGetBooleanv()
4826 if (GetHelper(pname, NULL, &num_written)) { in DoGetFloatv()
4828 GetHelper(pname, values.get(), &num_written); in DoGetFloatv()
4843 !GetHelper(pname, params, &num_written)) { in DoGetIntegerv()
9709 !GetHelper(enums[ii], results, &num_written)) { in HandleGetMultipleIntegervCHROMIUM()