Home
last modified time | relevance | path

Searched refs:RemoteClient (Results 26 – 50 of 197) sorted by relevance

12345678

/dports/games/minetest/minetest-5.4.1/src/
H A Dclientiface.cpp56 RemoteClient::RemoteClient() : in RemoteClient() function in RemoteClient
67 void RemoteClient::ResendBlockIfOnWire(v3s16 p) in ResendBlockIfOnWire()
94 void RemoteClient::GetNextBlocks ( in GetNextBlocks()
398 void RemoteClient::GotBlock(v3s16 p) in GotBlock()
410 void RemoteClient::SentBlock(v3s16 p) in SentBlock()
419 void RemoteClient::SetBlockNotSent(v3s16 p) in SetBlockNotSent()
599 u64 RemoteClient::uptime() const in uptime()
708 RemoteClient *client = client_it.second; in sendToAll()
723 RemoteClient *client = client_it.second; in sendToAllCompat()
809 RemoteClient *client = n->second; in DeleteClient()
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/s3/
H A Dclient.go32 type RemoteClient struct { struct
56 func (c *RemoteClient) Get() (payload *remote.Payload, err error) { argument
100 func (c *RemoteClient) get() (*remote.Payload, error) { argument
150 func (c *RemoteClient) Put(data []byte) error { argument
197 func (c *RemoteClient) Delete() error { argument
256 func (c *RemoteClient) getMD5() ([]byte, error) { argument
289 func (c *RemoteClient) putMD5(sum []byte) error { argument
314 func (c *RemoteClient) deleteMD5() error { argument
360 func (c *RemoteClient) Unlock(id string) error { argument
397 func (c *RemoteClient) lockPath() string { argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/db/
H A DLocalTabsAccessor.java82 public List<RemoteClient> getClientsWithoutTabsByRecencyFromCursor(Cursor cursor) { in getClientsWithoutTabsByRecencyFromCursor()
83 final ArrayList<RemoteClient> clients = new ArrayList<>(cursor.getCount()); in getClientsWithoutTabsByRecencyFromCursor()
102 clients.add(new RemoteClient(clientGuid, clientName, lastModified, deviceType)); in getClientsWithoutTabsByRecencyFromCursor()
125 public List<RemoteClient> getClientsFromCursor(final Cursor cursor) { in getClientsFromCursor()
126 final ArrayList<RemoteClient> clients = new ArrayList<RemoteClient>(); in getClientsFromCursor()
145 RemoteClient lastClient = null; in getClientsFromCursor()
152 lastClient = new RemoteClient(clientGuid, clientName, lastModified, deviceType); in getClientsFromCursor()
216 (new UIAsyncTask.WithoutParams<List<RemoteClient>>(ThreadUtils.getBackgroundHandler()) { in getTabs()
218 protected List<RemoteClient> doInBackground() { in getTabs()
231 protected void onPostExecute(List<RemoteClient> clients) { in getTabs()
H A DTabsAccessor.java17 public void onQueryTabsComplete(List<RemoteClient> clients);
23 public List<RemoteClient> getClientsWithoutTabsByRecencyFromCursor(final Cursor cursor);
24 public List<RemoteClient> getClientsFromCursor(final Cursor cursor);
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dclientiface.cpp105 void RemoteClient::ResendBlockIfOnWire(v3s16 p) in ResendBlockIfOnWire()
115 int RemoteClient::GetNextBlocks( in GetNextBlocks()
571 void RemoteClient::SentBlock(v3s16 p, double time) in SentBlock()
576 void RemoteClient::SetBlockNotSent(v3s16 p) in SetBlockNotSent()
581 void RemoteClient::SetBlocksNotSent(std::map<v3s16, MapBlock*> &blocks) in SetBlocksNotSent()
592 void RemoteClient::SetBlockDeleted(v3s16 p) { in SetBlockDeleted()
597 void RemoteClient::notifyEvent(ClientStateEvent event) in notifyEvent()
706 u32 RemoteClient::uptime() in uptime()
777 RemoteClient* client = lockedGetClientNoEx(*i); in UpdatePlayerList()
800 RemoteClient *client = i->second.get(); in sendToAll()
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/manta/
H A Dclient.go24 type RemoteClient struct { struct
31 func (c *RemoteClient) Get() (*remote.Payload, error) { argument
61 func (c *RemoteClient) Put(data []byte) error { argument
81 func (c *RemoteClient) Delete() error { argument
89 func (c *RemoteClient) Lock(info *statemgr.LockInfo) (string, error) { argument
156 func (c *RemoteClient) Unlock(id string) error { argument
178 func (c *RemoteClient) getLockInfo() (*statemgr.LockInfo, error) { argument
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/pg/
H A Dclient.go15 type RemoteClient struct { struct
23 func (c *RemoteClient) Get() (*remote.Payload, error) { argument
43 func (c *RemoteClient) Put(data []byte) error { argument
54 func (c *RemoteClient) Delete() error { argument
63 func (c *RemoteClient) Lock(info *statemgr.LockInfo) (string, error) { argument
126 func (c *RemoteClient) getLockInfo() (*statemgr.LockInfo, error) { argument
130 func (c *RemoteClient) Unlock(id string) error { argument
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/consul/
H A Dclient.go39 type RemoteClient struct { struct
71 func (c *RemoteClient) Get() (*remote.Payload, error) { argument
123 func (c *RemoteClient) Put(data []byte) error { argument
289 func (c *RemoteClient) Delete() error { argument
311 func (c *RemoteClient) lockPath() string { argument
317 func (c *RemoteClient) putLockInfo(info *statemgr.LockInfo) error { argument
330 func (c *RemoteClient) getLockInfo() (*statemgr.LockInfo, error) { argument
378 func (c *RemoteClient) lock() (string, error) { argument
512 func (c *RemoteClient) createSession() (string, error) { argument
538 func (c *RemoteClient) Unlock(id string) error { argument
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/oss/
H A Dclient.go43 type RemoteClient struct { struct
56 func (c *RemoteClient) Get() (payload *remote.Payload, err error) { argument
99 func (c *RemoteClient) Put(data []byte) error { argument
132 func (c *RemoteClient) Delete() error { argument
209 func (c *RemoteClient) getMD5() ([]byte, error) { argument
252 func (c *RemoteClient) putMD5(sum []byte) error { argument
296 func (c *RemoteClient) deleteMD5() error { argument
327 func (c *RemoteClient) getLockInfo() (*statemgr.LockInfo, error) { argument
362 func (c *RemoteClient) Unlock(id string) error { argument
409 func (c *RemoteClient) lockPath() string { argument
[all …]
/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/
H A Dremoteprocedure.h46 IRemoteProcedure(RemoteClient& client, const String& name) in IRemoteProcedure()
54 RemoteClient& client() in client()
57 void client(RemoteClient& client) in client()
76 RemoteClient* _client;
136 RemoteProcedure(RemoteClient& client, const String& name) in RemoteProcedure()
140 RemoteProcedure(RemoteClient& client, const char* name) in RemoteProcedure()
223 RemoteProcedure(RemoteClient& client, const char* name) in RemoteProcedure()
303 RemoteProcedure(RemoteClient& client, const char* name) in RemoteProcedure()
380 RemoteProcedure(RemoteClient& client, const char* name) in RemoteProcedure()
454 RemoteProcedure(RemoteClient& client, const char* name) in RemoteProcedure()
[all …]
H A Dremoteresult.h79 explicit RemoteResult(RemoteClient& client) in RemoteResult()
96 RemoteClient& client() { return _client; } in client()
99 RemoteClient& _client;
/dports/devel/cxxtools/cxxtools-2.2.1/demo/
H A Drpcechoclient.cpp67 binary ? static_cast<cxxtools::RemoteClient&>(binaryClient) : in main()
68 json ? static_cast<cxxtools::RemoteClient&>(jsonClient) : in main()
69 jsonhttp ? static_cast<cxxtools::RemoteClient&>(jsonHttpClient) : in main()
70 static_cast<cxxtools::RemoteClient&>(xmlrpcClient), "echo"); in main()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/sync15/src/clients/
H A Dmod.rs12 pub use sync15_traits::client::{ClientData, DeviceType, RemoteClient};
59 impl From<&record::ClientRecord> for RemoteClient { implementation
60 fn from(record: &record::ClientRecord) -> RemoteClient { in from() argument
61 RemoteClient { in from()
H A Dengine.rs23 Command, CommandProcessor, CommandStatus, RemoteClient, CLIENTS_TTL,
35 recent_clients: HashMap<String, RemoteClient>,
234 pub recent_clients: HashMap<String, RemoteClient>,
473 RemoteClient { in test_clients_sync()
478 RemoteClient { in test_clients_sync()
483 RemoteClient { in test_clients_sync()
493 .collect::<Vec<RemoteClient>>(); in test_clients_sync()
675 RemoteClient { in test_fresh_client_record()
680 RemoteClient { in test_fresh_client_record()
690 .collect::<Vec<RemoteClient>>(); in test_fresh_client_record()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/overlays/ui/
H A DSendTabList.java15 import org.mozilla.gecko.db.RemoteClient;
111 public void setSyncClients(final RemoteClient[] c) { in setSyncClients()
112 final RemoteClient[] clients = c == null ? new RemoteClient[0] : c; in setSyncClients()
127 final RemoteClient[] records = clientListAdapter.toArray(); in getDialog()
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DTCPInterface.h26 struct RemoteClient;
116 RemoteClient* remoteClients;
141 DataStructures::ThreadsafeAllocatingQueue<RemoteClient*> newRemoteClients;
174 struct RemoteClient struct
176 RemoteClient() { in RemoteClient() argument
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/overlays/ui/
H A DSendTabList.java15 import org.mozilla.gecko.db.RemoteClient;
111 public void setSyncClients(final RemoteClient[] c) { in setSyncClients()
112 final RemoteClient[] clients = c == null ? new RemoteClient[0] : c; in setSyncClients()
127 final RemoteClient[] records = clientListAdapter.toArray(); in getDialog()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/overlays/service/sharemethods/
H A DSendTab.java17 import org.mozilla.gecko.db.RemoteClient;
175 Collection<RemoteClient> otherClients = getOtherClients(tabSender); in updateClientList()
178 RemoteClient[] records = new RemoteClient[otherClients.size()]; in updateClientList()
183 for (RemoteClient client : otherClients) { in updateClientList()
235 protected Collection<RemoteClient> getOtherClients(final TabSender sender) { in getOtherClients()
245 final Collection<RemoteClient> remoteClients = new ArrayList<>(clientRecords.size()); in getOtherClients()
247 remoteClients.add(new RemoteClient(cr.guid, cr.name, cr.lastModified, cr.type)); in getOtherClients()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/db/
H A DLocalTabsAccessor.java90 public List<RemoteClient> getClientsFromCursor(final Cursor cursor) { in getClientsFromCursor()
91 final ArrayList<RemoteClient> clients = new ArrayList<RemoteClient>(); in getClientsFromCursor()
110 RemoteClient lastClient = null; in getClientsFromCursor()
117 lastClient = new RemoteClient(clientGuid, clientName, lastModified, deviceType); in getClientsFromCursor()
181 (new UIAsyncTask.WithoutParams<List<RemoteClient>>(ThreadUtils.getBackgroundHandler()) { in getTabs()
183 protected List<RemoteClient> doInBackground() { in getTabs()
196 protected void onPostExecute(List<RemoteClient> clients) { in getTabs()
/dports/sysutils/terraform/terraform-1.0.11/internal/backend/remote-state/azure/
H A Dclient.go25 type RemoteClient struct { struct
34 func (c *RemoteClient) Get() (*remote.Payload, error) { argument
61 func (c *RemoteClient) Put(data []byte) error { argument
103 func (c *RemoteClient) Delete() error { argument
120 func (c *RemoteClient) Lock(info *statemgr.LockInfo) (string, error) { argument
191 func (c *RemoteClient) getLockInfo() (*statemgr.LockInfo, error) { argument
223 func (c *RemoteClient) writeLockInfo(info *statemgr.LockInfo) error { argument
249 func (c *RemoteClient) Unlock(id string) error { argument
/dports/audio/faust/faust-2.37.3/embedded/faustremote/
H A DMakefile2 sources = $(wildcard RemoteClient/*.cpp)
55 RemoteClient/Sources/remote_dsp_aux.o: RemoteClient/Sources/remote_dsp_aux.h
56 RemoteClient/Sources/remote_dsp_aux.o: utilities.h
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/ui/common/
H A DRemoteDeviceModel.cpp167 const auto& remoteClient = Env::getSingleton<RemoteClient>(); in RemoteDeviceModel()
168 …connect(remoteClient, &RemoteClient::fireDeviceAppeared, this, &RemoteDeviceModel::onUpdateReaderL… in RemoteDeviceModel()
169 …connect(remoteClient, &RemoteClient::fireDeviceUpdated, this, &RemoteDeviceModel::onUpdateReaderLi… in RemoteDeviceModel()
170 …connect(remoteClient, &RemoteClient::fireDeviceVanished, this, &RemoteDeviceModel::onUpdateReaderL… in RemoteDeviceModel()
171 …connect(remoteClient, &RemoteClient::fireDispatcherDestroyed, this, &RemoteDeviceModel::onUpdateRe… in RemoteDeviceModel()
246 const auto& connectedDeviceIDs = Env::getSingleton<RemoteClient>()->getConnectedDeviceIDs(); in updatePairedReaders()
327 …const auto& announcingRemoteDevices = Env::getSingleton<RemoteClient>()->getAnnouncingRemoteDevice… in presentReaders()
502 Env::getSingleton<RemoteClient>()->startDetection(); in onUiShown()
515 Env::getSingleton<RemoteClient>()->stopDetection(); in onUiHidden()
/dports/news/nzbget/nzbget-21.1/daemon/remote/
H A DRemoteClient.cpp30 void RemoteClient::printf(const char * msg,...) in printf()
41 void RemoteClient::perror(const char * msg) in perror()
49 bool RemoteClient::InitConnection() in InitConnection()
77 bool RemoteClient::ReceiveBoolResponse() in ReceiveBoolResponse()
607 bool RemoteClient::RequestServerLog(int lines) in RequestServerLog()
733 bool RemoteClient::RequestServerDumpDebug() in RequestServerDumpDebug()
838 bool RemoteClient::RequestServerShutdown() in RequestServerShutdown()
859 bool RemoteClient::RequestServerReload() in RequestServerReload()
880 bool RemoteClient::RequestServerVersion() in RequestServerVersion()
901 bool RemoteClient::RequestPostQueue() in RequestPostQueue()
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/networkremote/
H A Dincomingdataparser.h54 void SendLibrary(RemoteClient* client);
57 void DoGlobalSearch(QString, RemoteClient*);
70 void ClientConnect(const pb::remote::Message& msg, RemoteClient* client);
75 void GlobalSearch(RemoteClient* client, const pb::remote::Message& msg);
H A Dremoteclient.h13 class RemoteClient : public QObject {
16 RemoteClient(Application* app, QTcpSocket* client);
17 ~RemoteClient();

12345678