Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h

Issue 10823187: NaCl proxy for PPB_NetworkMonitor_Private (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 5 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
6 // 6 //
7 // Automatically generated code. See srpcgen.py 7 // Automatically generated code. See srpcgen.py
8 // 8 //
9 // NaCl Simple Remote Procedure Call interface abstractions. 9 // NaCl Simple Remote Procedure Call interface abstractions.
10 10
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 int32_t scope_id, 779 int32_t scope_id,
780 int32_t port, 780 int32_t port,
781 nacl_abi_size_t* addr_bytes, char* addr); 781 nacl_abi_size_t* addr_bytes, char* addr);
782 782
783 private: 783 private:
784 PpbNetAddressPrivateRpcClient(); 784 PpbNetAddressPrivateRpcClient();
785 PpbNetAddressPrivateRpcClient(const PpbNetAddressPrivateRpcClient&); 785 PpbNetAddressPrivateRpcClient(const PpbNetAddressPrivateRpcClient&);
786 void operator=(const PpbNetAddressPrivateRpcClient); 786 void operator=(const PpbNetAddressPrivateRpcClient);
787 }; // class PpbNetAddressPrivateRpcClient 787 }; // class PpbNetAddressPrivateRpcClient
788 788
789 class PpbNetworkListPrivateClient {
790 public:
791 static NaClSrpcError PPB_NetworkList_Private_IsNetworkList(
792 NaClSrpcChannel* channel,
793 PP_Resource resource,
794 int32_t* out_bool);
795 static NaClSrpcError PPB_NetworkList_Private_GetCount(
796 NaClSrpcChannel* channel,
797 PP_Resource resource,
798 int32_t* count);
799 static NaClSrpcError PPB_NetworkList_Private_GetName(
800 NaClSrpcChannel* channel,
801 PP_Resource resource,
802 int32_t index,
803 nacl_abi_size_t* name_bytes, char* name);
804 static NaClSrpcError PPB_NetworkList_Private_GetType(
805 NaClSrpcChannel* channel,
806 PP_Resource resource,
807 int32_t index,
808 int32_t* type);
809 static NaClSrpcError PPB_NetworkList_Private_GetState(
810 NaClSrpcChannel* channel,
811 PP_Resource resource,
812 int32_t index,
813 int32_t* state);
814 static NaClSrpcError PPB_NetworkList_Private_GetIpAddresses(
815 NaClSrpcChannel* channel,
816 PP_Resource resource,
817 int32_t index,
818 nacl_abi_size_t* addr_bytes, char* addr,
819 int32_t* addresses_count);
820 static NaClSrpcError PPB_NetworkList_Private_GetDisplayName(
821 NaClSrpcChannel* channel,
822 PP_Resource resource,
823 int32_t index,
824 nacl_abi_size_t* display_name_bytes, char* display_name);
825 static NaClSrpcError PPB_NetworkList_Private_GetMTU(
826 NaClSrpcChannel* channel,
827 PP_Resource resource,
828 int32_t index,
829 int32_t* mtu);
830
831 private:
832 PpbNetworkListPrivateClient();
833 PpbNetworkListPrivateClient(const PpbNetworkListPrivateClient&);
834 void operator=(const PpbNetworkListPrivateClient);
835 }; // class PpbNetworkListPrivateClient
836
837 class PpbNetworkMonitorPrivateClient {
838 public:
839 static NaClSrpcError PPB_NetworkMonitor_Private_Create(
840 NaClSrpcChannel* channel,
841 PP_Instance instance,
842 PP_Resource* out_resource);
843 static NaClSrpcError PPB_NetworkMonitor_Private_IsNetworkMonitor(
844 NaClSrpcChannel* channel,
845 PP_Resource resource,
846 int32_t* out_bool);
847
848 private:
849 PpbNetworkMonitorPrivateClient();
850 PpbNetworkMonitorPrivateClient(const PpbNetworkMonitorPrivateClient&);
851 void operator=(const PpbNetworkMonitorPrivateClient);
852 }; // class PpbNetworkMonitorPrivateClient
853
789 class PpbPdfRpcClient { 854 class PpbPdfRpcClient {
790 public: 855 public:
791 static NaClSrpcError PPB_PDF_GetLocalizedString( 856 static NaClSrpcError PPB_PDF_GetLocalizedString(
792 NaClSrpcChannel* channel, 857 NaClSrpcChannel* channel,
793 PP_Instance instance, 858 PP_Instance instance,
794 int32_t string_id, 859 int32_t string_id,
795 nacl_abi_size_t* string_bytes, char* string); 860 nacl_abi_size_t* string_bytes, char* string);
796 static NaClSrpcError PPB_PDF_GetResourceImage( 861 static NaClSrpcError PPB_PDF_GetResourceImage(
797 NaClSrpcChannel* channel, 862 NaClSrpcChannel* channel,
798 PP_Instance instance, 863 PP_Instance instance,
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
1319 PpbZoomRpcClient(); 1384 PpbZoomRpcClient();
1320 PpbZoomRpcClient(const PpbZoomRpcClient&); 1385 PpbZoomRpcClient(const PpbZoomRpcClient&);
1321 void operator=(const PpbZoomRpcClient); 1386 void operator=(const PpbZoomRpcClient);
1322 }; // class PpbZoomRpcClient 1387 }; // class PpbZoomRpcClient
1323 1388
1324 1389
1325 1390
1326 1391
1327 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ 1392 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_
1328 1393
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698