Home
last modified time | relevance | path

Searched refs:rpcId (Results 1 – 18 of 18) sorted by relevance

/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/contracts/xbmc-php-rpc/rpc/
H A DClient.php140 * @param string $rpcId The unique ID of the remote procedure call.
146 protected abstract function sendRequest($json, $rpcId); argument
154 * @param string $rpcId A unique string used for identifying the request.
157 private function buildJson($command, $params, $rpcId) { argument
162 'id' => $rpcId
175 private function checkResponse(XBMC_RPC_Response $response, $rpcId) { argument
176 return ($response->getId() == $rpcId);
318 $rpcId = $this->getRpcId();
319 $json = $this->buildJson($command, $params, $rpcId);
320 $response = new XBMC_RPC_Response($this->sendRequest($json, $rpcId));
[all …]
H A DTCPClient.php54 * @param string $rpcId The unique ID of the remote procedure call.
60 protected function sendRequest($json, $rpcId) { argument
68 if (strpos($result, '"id" : "' . $rpcId . '"') !== false) {
71 if (strpos($result, '"id":"' . $rpcId . '"') !== false) {
H A DHTTPClient.php87 * @param string $rpcId The unique ID of the remote procedure call.
93 protected function sendRequest($json, $rpcId) { argument
/dports/audio/ampache/ampache-php74-5.0.0/vendor/krixon/xbmc-php-rpc/rpc/
H A DClient.php140 * @param string $rpcId The unique ID of the remote procedure call.
146 protected abstract function sendRequest($json, $rpcId); argument
154 * @param string $rpcId A unique string used for identifying the request.
157 private function buildJson($command, $params, $rpcId) { argument
162 'id' => $rpcId
175 private function checkResponse(XBMC_RPC_Response $response, $rpcId) { argument
176 return ($response->getId() == $rpcId);
318 $rpcId = $this->getRpcId();
319 $json = $this->buildJson($command, $params, $rpcId);
320 $response = new XBMC_RPC_Response($this->sendRequest($json, $rpcId));
[all …]
H A DTCPClient.php54 * @param string $rpcId The unique ID of the remote procedure call.
60 protected function sendRequest($json, $rpcId) { argument
68 if (strpos($result, '"id" : "' . $rpcId . '"') !== false) {
71 if (strpos($result, '"id":"' . $rpcId . '"') !== false) {
H A DHTTPClient.php87 * @param string $rpcId The unique ID of the remote procedure call.
93 protected function sendRequest($json, $rpcId) { argument
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/
H A DSifDefs.h47 uint32 rpcId; member
58 uint32 rpcId; member
74 uint32 rpcId; member
88 uint32 rpcId; member
99 uint32 rpcId; member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/rpc/
H A Dutils.go218 rpcId := hex.EncodeToString(id)
220 rpcId = strings.TrimLeft(rpcId, "0")
221 if rpcId == "" {
222 rpcId = "0"
225 return ID("0x" + rpcId)
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.IntegrationTesting/
H A DXdsInteropClient.cs151 long rpcId = statsWatcher.RpcIdGenerator.Increment(); in RunSingleRpcAsync()
158 statsWatcher.OnRpcComplete(rpcId, response.Hostname); in RunSingleRpcAsync()
167 statsWatcher.OnRpcComplete(rpcId, null); in RunSingleRpcAsync()
209 public void OnRpcComplete(long rpcId, string responseHostname) in OnRpcComplete() argument
213 …if (!firstAcceptedRpcId.HasValue || rpcId < firstAcceptedRpcId || rpcId >= firstAcceptedRpcId + nu… in OnRpcComplete()
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.IntegrationTesting/
H A DXdsInteropClient.cs171 long rpcId = statsWatcher.RpcIdGenerator.Increment(); in RunSingleRpcAsync()
193 statsWatcher.OnRpcComplete(rpcId, rpcType, hostname); in RunSingleRpcAsync()
206 statsWatcher.OnRpcComplete(rpcId, rpcType, hostname); in RunSingleRpcAsync()
219 statsWatcher.OnRpcComplete(rpcId, rpcType, null); in RunSingleRpcAsync()
325 … public void OnRpcComplete(long rpcId, XdsInteropClient.RpcType rpcType, string responseHostname) in OnRpcComplete() argument
329 …if (!firstAcceptedRpcId.HasValue || rpcId < firstAcceptedRpcId || rpcId >= firstAcceptedRpcId + nu… in OnRpcComplete()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.IntegrationTesting/
H A DXdsInteropClient.cs171 long rpcId = statsWatcher.RpcIdGenerator.Increment(); in RunSingleRpcAsync()
193 statsWatcher.OnRpcComplete(rpcId, rpcType, hostname); in RunSingleRpcAsync()
206 statsWatcher.OnRpcComplete(rpcId, rpcType, hostname); in RunSingleRpcAsync()
219 statsWatcher.OnRpcComplete(rpcId, rpcType, null); in RunSingleRpcAsync()
325 … public void OnRpcComplete(long rpcId, XdsInteropClient.RpcType rpcType, string responseHostname) in OnRpcComplete() argument
329 …if (!firstAcceptedRpcId.HasValue || rpcId < firstAcceptedRpcId || rpcId >= firstAcceptedRpcId + nu… in OnRpcComplete()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ee/
H A DSIF.cpp404 file.SetRegister32(STATE_PACKET_CALL_RPCID, call.rpcId); in SaveState_RpcCall()
419 call.rpcId = file.GetRegister32(STATE_PACKET_CALL_RPCID); in LoadState_RpcCall()
434 file.SetRegister32(STATE_PACKET_REQUEST_END_RPCID, requestEnd.rpcId); in SaveState_RequestEnd()
447 requestEnd.rpcId = file.GetRegister32(STATE_PACKET_REQUEST_END_RPCID); in LoadState_RequestEnd()
510 rend.rpcId = bind->rpcId; in Cmd_Bind()
566 rend.rpcId = call->rpcId; in Cmd_Call()
608 rend.rpcId = otherData->rpcId; in Cmd_GetOtherData()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/externalguide/
H A Dphd2.cpp1484 int rpcId = nextRpcId++; in sendRpcCall() local
1485 call.insert("id", rpcId); in sendRpcCall()
1487 pendingRpcId = rpcId; in sendRpcCall()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Data.Tds/Mono.Data.Tds.Protocol/
H A DTds70.cs478 protected void ExecRPC (TdsRpcProcId rpcId, string sql, in ExecRPC() argument
487 Comm.Append ((ushort) rpcId); in ExecRPC()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.Data.Tds.cs215 …protected void ExecRPC(Mono.Data.Tds.Protocol.TdsRpcProcId rpcId, string sql, Mono.Data.Tds.TdsMet… in ExecRPC() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DMono.Data.Tds.cs214 …protected void ExecRPC(Mono.Data.Tds.Protocol.TdsRpcProcId rpcId, string sql, Mono.Data.Tds.TdsMet… in ExecRPC() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.Data.Tds.cs214 …protected void ExecRPC(Mono.Data.Tds.Protocol.TdsRpcProcId rpcId, string sql, Mono.Data.Tds.TdsMet… in ExecRPC() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DMono.Data.Tds.cs214 …protected void ExecRPC(Mono.Data.Tds.Protocol.TdsRpcProcId rpcId, string sql, Mono.Data.Tds.TdsMet… in ExecRPC() argument