Home
last modified time | relevance | path

Searched refs:method_call (Results 251 – 275 of 822) sorted by relevance

1...<<11121314151617181920>>...33

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/dbus/
H A Dliveness_service_provider.cc39 dbus::MethodCall* method_call, in CheckLiveness() argument
41 std::move(response_sender).Run(dbus::Response::FromMethodCall(method_call)); in CheckLiveness()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/dbus/
H A Dlibvda_service_provider.h43 dbus::MethodCall* method_call,
47 dbus::MethodCall* method_call,
H A Dscreen_lock_service_provider.cc38 dbus::MethodCall* method_call, in ShowLockScreen() argument
43 std::move(response_sender).Run(dbus::Response::FromMethodCall(method_call)); in ShowLockScreen()
H A Dmemory_pressure_service_provider.h48 dbus::MethodCall* method_call,
51 void GetMemoryMarginsKB(dbus::MethodCall* method_call,
H A Dkiosk_info_service_provider.cc41 dbus::MethodCall* method_call, in GetKioskAppRequiredPlatformVersion() argument
44 dbus::Response::FromMethodCall(method_call); in GetKioskAppRequiredPlatformVersion()
H A Dproxy_resolution_service_provider_unittest.cc113 dbus::MethodCall method_call(kNetworkProxyServiceInterface, in CallMethod() local
115 dbus::MessageWriter writer(&method_call); in CallMethod()
119 test_helper_.CallMethod(&method_call); in CallMethod()
H A Dmachine_learning_decision_service_provider.cc45 dbus::MethodCall* method_call, in ShouldDeferScreenDim() argument
48 dbus::Response::FromMethodCall(method_call); in ShouldDeferScreenDim()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/chromebox_for_meetings/
H A Dcfm_hotline_client.cc59 dbus::MethodCall method_call(::cfm::broker::kServiceInterfaceName, in BootstrapMojoConnection() local
61 dbus::MessageWriter writer(&method_call); in BootstrapMojoConnection()
65 &method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT, in BootstrapMojoConnection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/dbus/
H A Dbluetooth_gatt_application_service_provider_impl.cc93 dbus::MethodCall* method_call, in GetManagedObjects() argument
99 dbus::MessageReader reader(method_call); in GetManagedObjects()
102 dbus::Response::FromMethodCall(method_call); in GetManagedObjects()
H A Dbluetooth_debug_manager_client.cc74 dbus::MethodCall method_call(bluetooth_debug::kBluetoothDebugInterface, in SetLogLevels() local
77 dbus::MessageWriter writer(&method_call); in SetLogLevels()
84 &method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT, in SetLogLevels()
H A Dbluetooth_gatt_application_service_provider_unittest.cc358 dbus::MethodCall method_call("com.example.Interface", "SomeMethod"); in TEST_F() local
360 method_call.SetSerial(123); in TEST_F()
362 &method_call, base::BindOnce(&ResponseSenderCallback, kExpectedMessage)); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/dbus/
H A Dbluetooth_gatt_application_service_provider_impl.cc93 dbus::MethodCall* method_call, in GetManagedObjects() argument
99 dbus::MessageReader reader(method_call); in GetManagedObjects()
102 dbus::Response::FromMethodCall(method_call); in GetManagedObjects()
H A Dbluetooth_debug_manager_client.cc74 dbus::MethodCall method_call(bluetooth_debug::kBluetoothDebugInterface, in SetLogLevels() local
77 dbus::MessageWriter writer(&method_call); in SetLogLevels()
84 &method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT, in SetLogLevels()
H A Dbluetooth_gatt_application_service_provider_unittest.cc358 dbus::MethodCall method_call("com.example.Interface", "SomeMethod"); in TEST_F() local
360 method_call.SetSerial(123); in TEST_F()
362 &method_call, base::Bind(&ResponseSenderCallback, kExpectedMessage)); in TEST_F()
/dports/www/firefox/firefox-99.0/third_party/python/taskcluster_taskgraph/taskgraph/util/
H A Dmemoize.py28 def method_call(self, instance, *args): member in memoize
39 functools.partial(self.method_call, instance), self.func
/dports/comms/anyremote/anyremote-6.7.3/cfg-data/Bemused-emulation/
H A Damarok.cfg44 EXIT=Exec(dbus-send --type=method_call --dest=org.kde.amarok / org.freedesktop.MediaPlayer.Quit)
45 FADE=Exec(dbus-send --type=method_call --dest=org.kde.amarok /Player org.freedesktop.MediaPlayer.Vo…
47 …Exec(dbus-send --type=method_call --dest=org.kde.amarok /Player org.freedesktop.MediaPlayer.Positi…
68 …Exec(dbus-send --type=method_call --dest=org.kde.amarok /Player org.freedesktop.MediaPlayer.Positi…
70 VOLM($$)=Exec(dbus-send --type=method_call --dest=org.kde.amarok /Player org.freedesktop.MediaPlaye…
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/
H A Dimage_burner_client.cc34 dbus::MethodCall method_call(imageburn::kImageBurnServiceInterface, in BurnImage() local
36 dbus::MessageWriter writer(&method_call); in BurnImage()
39 proxy_->CallMethod(&method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT, in BurnImage()
/dports/audio/cantata/cantata-2.4.2/
H A Dcantata-remote.cmake69 …status=`$dbus --print-reply --reply-timeout=250 --type=method_call --session --dest=$service $path…
79 … dbus-send --type=method_call --session --dest=$service $path $methodPrefix.$method $methodArgument
/dports/devel/libsoup/libsoup-2.74.0/libsoup/
H A Dsoup-xmlrpc-old.h41 gboolean soup_xmlrpc_parse_method_call (const char *method_call,
47 gboolean soup_xmlrpc_extract_method_call (const char *method_call,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/battery/
H A Dbattery_status_manager_linux_unittest.cc50 dbus::MethodCall* method_call,
94 dbus::MethodCall* method_call, in CreateCallMethodResponse() argument
96 if (method_call->GetInterface() == kUPowerInterfaceName) { in CreateCallMethodResponse()
97 if (method_call->GetMember() == kUPowerMethodEnumerateDevices) { in CreateCallMethodResponse()
117 if (method_call->GetMember() == dbus::kPropertiesGet) { in CreateCallMethodResponse()
118 dbus::MessageReader reader(method_call); in CreateCallMethodResponse()
181 dbus::MethodCall* method_call,
234 dbus::MethodCall* method_call, in CreateCallMethodResponse() argument
236 if (method_call->GetInterface() == dbus::kPropertiesInterface) { in CreateCallMethodResponse()
237 if (method_call->GetMember() == dbus::kPropertiesGet) { in CreateCallMethodResponse()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/battery/
H A Dbattery_status_manager_linux_unittest.cc50 dbus::MethodCall* method_call,
94 dbus::MethodCall* method_call, in CreateCallMethodResponse() argument
96 if (method_call->GetInterface() == kUPowerInterfaceName) { in CreateCallMethodResponse()
97 if (method_call->GetMember() == kUPowerMethodEnumerateDevices) { in CreateCallMethodResponse()
117 if (method_call->GetMember() == dbus::kPropertiesGet) { in CreateCallMethodResponse()
118 dbus::MessageReader reader(method_call); in CreateCallMethodResponse()
181 dbus::MethodCall* method_call,
234 dbus::MethodCall* method_call, in CreateCallMethodResponse() argument
236 if (method_call->GetInterface() == dbus::kPropertiesInterface) { in CreateCallMethodResponse()
237 if (method_call->GetMember() == dbus::kPropertiesGet) { in CreateCallMethodResponse()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/upstart/
H A Dupstart_client.cc120 dbus::MethodCall method_call(kUpstartJobInterface, method); in CallJobMethod() local
121 dbus::MessageWriter writer(&method_call); in CallJobMethod()
125 &method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT, in CallJobMethod()
/dports/devel/py-lxml/lxml-4.7.1/benchmark/
H A Dbenchbase.py287 method_call = None
289 method_call = method
314 benchmarks.append((name, method_call, tree_tuple,
375 def runBench(suite, method_name, method_call, tree_set, tn, an, argument
377 if method_call is None:
389 method_call(*args) # run once to skip setup overhead
400 method_call(*args)
/dports/sysutils/consolekit2/ConsoleKit2-520b862/data/
H A D90-consolekit.in11 --type=method_call --print-reply --reply-timeout=2000 \
16 --type=method_call --print-reply --reply-timeout=2000 \
/dports/www/p5-Catalyst-View-HTML-Template-Compiled/Catalyst-View-HTML-Template-Compiled-0.16/
H A DChanges16 - deprecated HTC options 'deref' and 'method_call' removed
33 - Set method_call => '.', # default ->

1...<<11121314151617181920>>...33