Home
last modified time | relevance | path

Searched refs:method_call (Results 126 – 150 of 822) sorted by relevance

12345678910>>...33

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/dbus/properties/
H A Ddbus_properties.cc115 dbus::MethodCall* method_call, in OnGetAllProperties() argument
119 dbus::MessageReader reader(method_call); in OnGetAllProperties()
127 dbus::Response::FromMethodCall(method_call); in OnGetAllProperties()
153 dbus::MethodCall* method_call, in OnGetProperty() argument
158 dbus::MessageReader reader(method_call); in OnGetProperty()
169 dbus::Response::FromMethodCall(method_call); in OnGetProperty()
176 dbus::MethodCall* method_call, in OnSetProperty() argument
180 std::move(response_sender).Run(dbus::Response::FromMethodCall(method_call)); in OnSetProperty()
/dports/www/p5-Protocol-XMLRPC/Protocol-XMLRPC-0.10/lib/Protocol/XMLRPC/
H A DDispatcher.pm105 my $method_call;
108 $method_call = Protocol::XMLRPC::MethodCall->parse($xml);
115 my $method_name = $method_call->name;
124 my $params = $method_call->params;
128 $method_call->name . '(' . join(', ', @{$method->{args}}) . ')';
145 eval { $param = $method->{handler}->(@{$method_call->params}) };
/dports/comms/anyremote/anyremote-6.7.3/cfg-data/Server-mode/
H A Dgwenview.cfg67 …Exec(if [ "x$(gw_pid)" != "x" ]; then dbus-send --type=method_call --dest=org.kde.gwenview-$(gw_pi…
71 …Exec(if [ "x$(gw_pid)" != "x" ]; then dbus-send --type=method_call --dest=org.kde.gwenview-$(gw_pi…
75 …Exec(if [ "x$(gw_pid)" != "x" ]; then dbus-send --type=method_call --dest=org.kde.gwenview-$(gw_pi…
79 …Exec(if [ "x$(gw_pid)" != "x" ]; then dbus-send --type=method_call --dest=org.kde.gwenview-$(gw_pi…
83 …Exec(if [ "x$(gw_pid)" != "x" ]; then dbus-send --type=method_call --dest=org.kde.gwenview-$(gw_pi…
87 …Exec(if [ "x$(gw_pid)" != "x" ]; then dbus-send --type=method_call --dest=org.kde.gwenview-$(gw_pi…
91 …Exec(if [ "x$(gw_pid)" != "x" ]; then dbus-send --type=method_call --dest=org.kde.gwenview-$(gw_pi…
95 …Exec(if [ "x$(gw_pid)" != "x" ]; then dbus-send --type=method_call --dest=org.kde.gwenview-$(gw_pi…
99 …Exec(if [ "x$(gw_pid)" != "x" ]; then dbus-send --type=method_call --dest=org.kde.gwenview-$(gw_pi…
103 …Exec(if [ "x$(gw_pid)" != "x" ]; then dbus-send --type=method_call --dest=org.kde.gwenview-$(gw_pi…
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/palette_derive-0.5.0/src/convert/
H A Dfrom_color.rs166 method_call, in impl_from()
177 #method_call in impl_from()
198 method_call, in impl_from_alpha_to_alpha()
210 color: #method_call, in impl_from_alpha_to_alpha()
232 method_call, in impl_from_no_alpha_to_alpha()
243 #method_call.into() in impl_from_no_alpha_to_alpha()
265 method_call, in impl_from_alpha_to_no_alpha()
291 #method_call in impl_from_alpha_to_no_alpha()
330 let method_call = match color { in prepare_from_impl() localVariable
345 method_call, in prepare_from_impl()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/dbus/
H A Dlibvda_service_provider.cc43 dbus::MethodCall* method_call, in ProvideMojoConnection() argument
49 method_call, DBUS_ERROR_FAILED, in ProvideMojoConnection()
61 weak_ptr_factory_.GetWeakPtr(), method_call, std::move(response_sender))); in ProvideMojoConnection()
65 dbus::MethodCall* method_call, in OnBootstrapVideoAcceleratorFactoryCallback() argument
72 dbus::Response::FromMethodCall(method_call); in OnBootstrapVideoAcceleratorFactoryCallback()
H A Dmojo_connection_service_provider.cc64 dbus::MethodCall* method_call, in BootstrapMojoConnectionForIioService() argument
78 SendResponse(std::move(platform_channel), method_call, in BootstrapMojoConnectionForIioService()
83 dbus::MethodCall* method_call, in BootstrapMojoConnectionForSensorClients() argument
97 SendResponse(std::move(platform_channel), method_call, in BootstrapMojoConnectionForSensorClients()
116 dbus::MethodCall* method_call, in SendResponse() argument
122 dbus::Response::FromMethodCall(method_call); in SendResponse()
H A Dplugin_vm_service_provider.h83 void GetLicenseData(dbus::MethodCall* method_call,
87 void ShowSettingsPage(dbus::MethodCall* method_call,
93 void GetUserId(dbus::MethodCall* method_call,
99 void GetPermissions(dbus::MethodCall* method_call,
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/dbus/
H A Dbluetooth_gatt_manager_client.cc35 dbus::MethodCall method_call( in RegisterApplication() local
39 dbus::MessageWriter writer(&method_call); in RegisterApplication()
54 &method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT, in RegisterApplication()
67 dbus::MethodCall method_call( in UnregisterApplication() local
71 dbus::MessageWriter writer(&method_call); in UnregisterApplication()
79 &method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT, in UnregisterApplication()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/dbus/
H A Dbluetooth_gatt_manager_client.cc35 dbus::MethodCall method_call( in RegisterApplication() local
39 dbus::MessageWriter writer(&method_call); in RegisterApplication()
54 &method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT, in RegisterApplication()
67 dbus::MethodCall method_call( in UnregisterApplication() local
71 dbus::MessageWriter writer(&method_call); in UnregisterApplication()
79 &method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT, in UnregisterApplication()
/dports/graphics/darktable/darktable-3.6.1/tools/
H A Dwatch_folder.sh92 HAVE_LUA=$("${DBUS_SEND}" --print-reply --type=method_call --dest=org.darktable.service /darktable …
102 …"${DBUS_SEND}" --type=method_call --dest=org.darktable.service /darktable org.darktable.service.Re…
107 …"${DBUS_SEND}" --type=method_call --dest=org.darktable.service /darktable org.darktable.service.Re…
118 …"${DBUS_SEND}" --type=method_call --dest=org.darktable.service /darktable org.darktable.service.Re…
120 …ID=$("${DBUS_SEND}" --print-reply --type=method_call --dest=org.darktable.service /darktable org.d…
/dports/graphics/darktable38/darktable-3.8.0/tools/
H A Dwatch_folder.sh92 HAVE_LUA=$("${DBUS_SEND}" --print-reply --type=method_call --dest=org.darktable.service /darktable …
102 …"${DBUS_SEND}" --type=method_call --dest=org.darktable.service /darktable org.darktable.service.Re…
107 …"${DBUS_SEND}" --type=method_call --dest=org.darktable.service /darktable org.darktable.service.Re…
118 …"${DBUS_SEND}" --type=method_call --dest=org.darktable.service /darktable org.darktable.service.Re…
120 …ID=$("${DBUS_SEND}" --print-reply --type=method_call --dest=org.darktable.service /darktable org.d…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/geolocation/
H A Dwifi_data_provider_linux.cc147 dbus::MethodCall method_call(DBUS_INTERFACE_PROPERTIES, "Get"); in GetAccessPointData() local
148 dbus::MessageWriter builder(&method_call); in GetAccessPointData()
152 &method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT)); in GetAccessPointData()
180 dbus::MethodCall method_call(kNetworkManagerInterface, "GetDevices"); in GetAdapterDeviceList() local
183 &method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT)); in GetAdapterDeviceList()
204 dbus::MethodCall method_call("org.freedesktop.NetworkManager.Device.Wireless", in GetAccessPointsForAdapter() local
207 &method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT)); in GetAccessPointsForAdapter()
325 dbus::MethodCall method_call(DBUS_INTERFACE_PROPERTIES, "Get"); in GetAccessPointProperty() local
326 dbus::MessageWriter builder(&method_call); in GetAccessPointProperty()
331 &method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT); in GetAccessPointProperty()
/dports/net-im/licq-osd/licq-f271d55/dbus/
H A DREADME31 # dbus-send --type=method_call --dest=org.licq /org/licq/Core org.licq.Core.GetVersion
34 # dbus-send --type=method_call --dest=org.licq /org/licq/Core org.licq.Core.Shutdown
38 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList org.licq.Contact…
42 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org…
48 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org…
49 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678/876…
53 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org…
54 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678/876…
57 # dbus-send --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org.licq.Account.…
58 # dbus-send --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org.licq.Account.…
/dports/net-im/licq-qt-gui/licq-f271d55/dbus/
H A DREADME31 # dbus-send --type=method_call --dest=org.licq /org/licq/Core org.licq.Core.GetVersion
34 # dbus-send --type=method_call --dest=org.licq /org/licq/Core org.licq.Core.Shutdown
38 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList org.licq.Contact…
42 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org…
48 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org…
49 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678/876…
53 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org…
54 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678/876…
57 # dbus-send --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org.licq.Account.…
58 # dbus-send --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org.licq.Account.…
/dports/net-im/licq/licq-f271d55/dbus/
H A DREADME31 # dbus-send --type=method_call --dest=org.licq /org/licq/Core org.licq.Core.GetVersion
34 # dbus-send --type=method_call --dest=org.licq /org/licq/Core org.licq.Core.Shutdown
38 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList org.licq.Contact…
42 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org…
48 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org…
49 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678/876…
53 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org…
54 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678/876…
57 # dbus-send --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org.licq.Account.…
58 # dbus-send --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org.licq.Account.…
/dports/net-im/licq-icq/licq-f271d55/dbus/
H A DREADME31 # dbus-send --type=method_call --dest=org.licq /org/licq/Core org.licq.Core.GetVersion
34 # dbus-send --type=method_call --dest=org.licq /org/licq/Core org.licq.Core.Shutdown
38 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList org.licq.Contact…
42 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org…
48 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org…
49 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678/876…
53 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org…
54 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678/876…
57 # dbus-send --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org.licq.Account.…
58 # dbus-send --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org.licq.Account.…
/dports/net-im/licq-jabber/licq-f271d55/dbus/
H A DREADME31 # dbus-send --type=method_call --dest=org.licq /org/licq/Core org.licq.Core.GetVersion
34 # dbus-send --type=method_call --dest=org.licq /org/licq/Core org.licq.Core.Shutdown
38 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList org.licq.Contact…
42 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org…
48 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org…
49 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678/876…
53 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org…
54 # dbus-send --print-reply --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678/876…
57 # dbus-send --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org.licq.Account.…
58 # dbus-send --type=method_call --dest=org.licq /org/licq/ContactList/ICQ/12345678 org.licq.Account.…
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/geolocation/
H A Dwifi_data_provider_linux.cc148 dbus::MethodCall method_call(DBUS_INTERFACE_PROPERTIES, "Get"); in GetAccessPointData() local
149 dbus::MessageWriter builder(&method_call); in GetAccessPointData()
153 &method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT)); in GetAccessPointData()
181 dbus::MethodCall method_call(kNetworkManagerInterface, "GetDevices"); in GetAdapterDeviceList() local
184 &method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT)); in GetAdapterDeviceList()
205 dbus::MethodCall method_call("org.freedesktop.NetworkManager.Device.Wireless", in GetAccessPointsForAdapter() local
208 &method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT)); in GetAccessPointsForAdapter()
326 dbus::MethodCall method_call(DBUS_INTERFACE_PROPERTIES, "Get"); in GetAccessPointProperty() local
327 dbus::MessageWriter builder(&method_call); in GetAccessPointProperty()
332 &method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT); in GetAccessPointProperty()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/dbus/
H A Ddisplay_service_provider.h33 void SetDisplayPower(dbus::MethodCall* method_call,
38 dbus::MethodCall* method_call,
44 dbus::MethodCall* method_call,
50 dbus::MethodCall* method_call,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/hermes/
H A Dhermes_profile_client_unittest.cc58 dbus::MethodCall method_call(hermes::kHermesProfileInterface, in TEST_F() local
60 method_call.SetSerial(123); in TEST_F()
80 dbus::ErrorResponse::FromMethodCall(&method_call, in TEST_F()
92 dbus::MethodCall method_call(hermes::kHermesProfileInterface, in TEST_F() local
94 method_call.SetSerial(123); in TEST_F()
114 dbus::ErrorResponse::FromMethodCall(&method_call, in TEST_F()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/spam/
H A Dakismet_service_spec.rb24 shared_examples 'no activity if Akismet is not enabled' do |method_call|
30 expect(subject.send(method_call)).to be_falsey
36 subject.send(method_call)
40 shared_examples 'false if Akismet is not available' do |method_call|
47 expect(subject.send(method_call)).to be_falsey
53 subject.send(method_call)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/networking_private/
H A Dnetworking_private_linux.cc374 dbus::MethodCall method_call( in ConnectToNetwork() local
377 dbus::MessageWriter builder(&method_call); in ConnectToNetwork()
390 dbus::MessageWriter wifi_array(&method_call); in ConnectToNetwork()
495 dbus::MethodCall method_call( in DisconnectFromNetwork() local
686 dbus::MethodCall method_call( in GetNetworkDevices() local
714 dbus::MessageWriter builder(&method_call); in GetDeviceType()
773 dbus::MessageWriter builder(&method_call); in GetAccessPointProperty()
904 dbus::MethodCall method_call( in AddAccessPointsFromDevice() local
1023 dbus::MessageWriter builder(&method_call); in GetConnectedAccessPoint()
1080 dbus::MessageWriter builder(&method_call); in GetDeviceOfConnection()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/networking_private/
H A Dnetworking_private_linux.cc402 dbus::MethodCall method_call( in ConnectToNetwork() local
405 dbus::MessageWriter builder(&method_call); in ConnectToNetwork()
418 dbus::MessageWriter wifi_array(&method_call); in ConnectToNetwork()
523 dbus::MethodCall method_call( in DisconnectFromNetwork() local
702 dbus::MethodCall method_call( in GetNetworkDevices() local
730 dbus::MessageWriter builder(&method_call); in GetDeviceType()
789 dbus::MessageWriter builder(&method_call); in GetAccessPointProperty()
920 dbus::MethodCall method_call( in AddAccessPointsFromDevice() local
1039 dbus::MessageWriter builder(&method_call); in GetConnectedAccessPoint()
1096 dbus::MessageWriter builder(&method_call); in GetDeviceOfConnection()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/shill/
H A Dshill_client_helper.cc264 method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT, in CallVoidMethod()
271 dbus::MethodCall* method_call, in CallObjectPathMethodWithErrorCallback() argument
279 method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT, in CallObjectPathMethodWithErrorCallback()
287 dbus::MethodCall* method_call, in CallValueMethod() argument
291 method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT, in CallValueMethod()
298 dbus::MethodCall* method_call, in CallVoidMethodWithErrorCallback() argument
304 method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT, in CallVoidMethodWithErrorCallback()
312 dbus::MethodCall* method_call, in CallBooleanMethodWithErrorCallback() argument
328 dbus::MethodCall* method_call, in CallStringMethodWithErrorCallback() argument
344 dbus::MethodCall* method_call, in CallValueMethodWithErrorCallback() argument
[all …]
H A Dmodem_messaging_client_unittest.cc90 void OnDelete(dbus::MethodCall* method_call, in OnDelete() argument
94 method_call->GetInterface()); in OnDelete()
95 EXPECT_EQ(modemmanager::kSMSDeleteFunction, method_call->GetMember()); in OnDelete()
97 dbus::MessageReader reader(method_call); in OnDelete()
107 void OnList(dbus::MethodCall* method_call, in OnList() argument
111 method_call->GetInterface()); in OnList()
112 EXPECT_EQ(modemmanager::kSMSListFunction, method_call->GetMember()); in OnList()
113 dbus::MessageReader reader(method_call); in OnList()

12345678910>>...33