Home
last modified time | relevance | path

Searched defs:reply (Results 2101 - 2125 of 3815) sorted by relevance

1...<<81828384858687888990>>...153

/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dut_net_policy_callback_stub.cpp98 MessageParcel reply; in HWTEST_F() local
136 MessageParcel reply; in HWTEST_F() local
159 MessageParcel reply; in HWTEST_F() local
184 MessageParcel reply; in HWTEST_F() local
202 MessageParcel reply; HWTEST_F() local
[all...]
/foundation/communication/ipc/ipc/test/unittest/rpc/server/
H A DRpcServerTest.cpp29 int32_t Calculator(uint32_t code, int32_t a, int32_t b, IpcIo *reply) in Calculator() argument
64 int32_t RemoteRequestOne(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option) in RemoteRequestOne() argument
137 IpcIo reply; HWTEST_F() local
199 IpcIo reply; HWTEST_F() local
[all...]
/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_stub.c64 static int32_t ProcessProto(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption *option) in ProcessProto() argument
103 static int32_t DBinderRemoteRequest(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption *option) in DBinderRemoteRequest() argument
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_supplier_test/
H A Dnet_supplier_callback_stub_test.cpp74 MessageParcel reply; in HWTEST_F() local
122 MessageParcel reply; in HWTEST_F() local
144 MessageParcel reply; in HWTEST_F() local
163 MessageParcel reply; in HWTEST_F() local
181 MessageParcel reply; HWTEST_F() local
201 MessageParcel reply; HWTEST_F() local
219 MessageParcel reply; HWTEST_F() local
237 MessageParcel reply; HWTEST_F() local
[all...]
/foundation/communication/ipc/ipc/test/rpc/server/
H A Drpc_server.c40 static int32_t RemoteRequestOne(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option) in RemoteRequestOne() argument
100 IpcIo reply; in main() local
/foundation/communication/ipc/services/dbinder/test/moduletest/src/
H A Drpc_test.cpp61 int32_t RpcFooStub::TestAccessToken(MessageParcel &data, MessageParcel &reply) in TestAccessToken() argument
73 int32_t RpcFooStub::TestRemoteObject(MessageParcel &data, MessageParcel &reply) in TestRemoteObject() argument
27 OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
86 TestAdd(MessageParcel &data, MessageParcel &reply) TestAdd() argument
110 TestAccessToken(MessageParcel &data, MessageParcel &reply) TestAccessToken() argument
117 TestRemoteObject(MessageParcel &data, MessageParcel &reply) TestRemoteObject() argument
124 TestAdd(MessageParcel &data, MessageParcel &reply) TestAdd() argument
[all...]
/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dbus_center_client_stub.c26 int32_t ClientOnJoinLNNResult(IpcIo *data, IpcIo *reply) in ClientOnJoinLNNResult() argument
63 int32_t ClientOnJoinMetaNodeResult(IpcIo *data, IpcIo *reply) in ClientOnJoinMetaNodeResult() argument
70 int32_t ClientOnLeaveLNNResult(IpcIo *data, IpcIo *reply) in ClientOnLeaveLNNResult() argument
92 int32_t ClientOnLeaveMetaNodeResult(IpcIo *data, IpcIo *reply) in ClientOnLeaveMetaNodeResult() argument
99 int32_t ClientOnNodeOnlineStateChanged(IpcIo *data, IpcIo *reply) in ClientOnNodeOnlineStateChanged() argument
127 int32_t ClientOnNodeBasicInfoChanged(IpcIo *data, IpcIo *reply) in ClientOnNodeBasicInfoChanged() argument
157 int32_t ClientOnTimeSyncResult(IpcIo *data, IpcIo *reply) in ClientOnTimeSyncResult() argument
186 void ClientOnPublishLNNResult(IpcIo *data, IpcIo *reply) in ClientOnPublishLNNResult() argument
199 ClientOnRefreshLNNResult(IpcIo *data, IpcIo *reply) ClientOnRefreshLNNResult() argument
212 ClientOnRefreshDeviceFound(IpcIo *data, IpcIo *reply) ClientOnRefreshDeviceFound() argument
[all...]
/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/
H A Dipc_proxy_inner.c43 static int32_t MakeInvokerListenReply(ProxyObject *proxyObject, uint64_t stubIndex, IpcIo *reply, uintptr_t *ptr) in MakeInvokerListenReply() argument
66 InvokerListenThread(ProxyObject *proxyObject, const char *localDeviceID, const char *remoteDeviceID, uint32_t pid, uint32_t uid, IpcIo *reply, uintptr_t *ptr) InvokerListenThread() argument
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dfoo_service.cpp103 MessageParcel data, reply; in GetFooName() local
112 MessageParcel data, reply; in SendAsyncReply() local
24 OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dndef_msg_callback_stub.cpp87 int NdefMsgCallbackStub::RemoteNdefMsgDiscovered(MessageParcel &data, MessageParcel &reply) in RemoteNdefMsgDiscovered() argument
44 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
H A Dquery_app_info_callback_stub.cpp120 int QueryAppInfoCallbackStub::RemoteQueryAppInfo(MessageParcel &data, MessageParcel &reply) in RemoteQueryAppInfo() argument
55 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_scan_callback_stub.cpp91 int WifiScanCallbackStub::RemoteOnWifiScanStateChanged(uint32_t code, MessageParcel &data, MessageParcel &reply) in RemoteOnWifiScanStateChanged() argument
32 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_feature_lite.cpp78 static int Invoke(IServerProxy *proxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
/foundation/communication/nfc/interfaces/inner_api/cardEmulation/
H A Dhce_cmd_callback_stub.cpp56 int HceCmdCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() argument
84 int HceCmdCallbackStub::RemoteOnCeApduData(MessageParcel &data, MessageParcel &reply) in RemoteOnCeApduData() argument
H A Dhce_session_proxy.cpp38 MessageParcel reply; in RegHceCmdCallback() local
71 MessageParcel reply; in SendRawFrame() local
93 MessageParcel reply; in GetPaymentServices() local
122 MessageParcel reply; in StopHce() local
146 MessageParcel reply; in IsDefaultService() local
175 MessageParcel reply; in StartHce() local
[all...]
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dprofile_change_listener_proxy.cpp37 MessageParcel reply; in OnTrustDeviceProfileAdd() local
52 MessageParcel reply; in OnTrustDeviceProfileDelete() local
72 MessageParcel reply; in OnTrustDeviceProfileUpdate() local
87 MessageParcel reply; OnDeviceProfileAdd() local
102 MessageParcel reply; OnDeviceProfileDelete() local
121 MessageParcel reply; OnDeviceProfileUpdate() local
136 MessageParcel reply; OnServiceProfileAdd() local
151 MessageParcel reply; OnServiceProfileDelete() local
170 MessageParcel reply; OnServiceProfileUpdate() local
185 MessageParcel reply; OnCharacteristicProfileAdd() local
200 MessageParcel reply; OnCharacteristicProfileDelete() local
220 MessageParcel reply; OnCharacteristicProfileUpdate() local
[all...]
/foundation/communication/netmanager_ext/test/netfirewallmanager/fuzztest/netfirewallclient_fuzzer/
H A Dnetfirewall_client_test.cpp99 MessageParcel reply; in OnRemoteRequest() local
/foundation/communication/nfc/test/fuzztest/services_test/oncardemulationnotifycbstub_test/oncardemulationnotifycbstub/oncardemulationnotifycbstub_fuzzer/
H A Doncardemulationnotifycbstub_fuzzer.cpp74 MessageParcel reply; in DoOnCardEmulationNotifyCbStubFuzzTest() local
/foundation/communication/netmanager_ext/frameworks/native/netfirewallclient/src/
H A Dnetfirewall_proxy.cpp46 MessageParcel reply; in SetNetFirewallPolicy() local
63 MessageParcel reply; in GetNetFirewallPolicy() local
99 MessageParcel reply; in AddNetFirewallRule() local
127 MessageParcel reply; in UpdateNetFirewallRule() local
151 MessageParcel reply; DeleteNetFirewallRule() local
178 MessageParcel reply; GetNetFirewallRules() local
206 MessageParcel reply; GetNetFirewallRule() local
238 MessageParcel reply; GetInterceptRecords() local
[all...]
/foundation/communication/nfc/test/fuzztest/cardemulation_test/hcesessionstub/hcesessionstub_fuzzer/
H A Dhcesessionstub_fuzzer.cpp75 MessageParcel reply; in DoHceSessionStubFuzzTest() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_callback_proxy_lite.cpp49 IpcIo reply; in OnWifiStateChanged() local
94 IpcIo reply; in OnWifiConnectionChanged() local
119 IpcIo reply; in OnWifiRssiChanged() local
145 IpcIo reply; in OnWifiWpsStateChanged() local
170 IpcIo reply; in OnStreamChanged() local
195 IpcIo reply; OnDeviceConfigChanged() local
[all...]
H A Dwifi_device_feature_lite.cpp78 static int Invoke(IServerProxy *proxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument
/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/syncdeviceprofileinner_fuzzer/
H A Dsyncdeviceprofileinner_fuzzer.cpp84 MessageParcel reply; in FuzzDumpLocalProfile() local
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_callback_stub_test.cpp105 MessageParcel reply; in HWTEST_F() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
H A Dwifi_sa_service_lite.c66 static int Invoke(IServerProxy *proxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument

Completed in 14 milliseconds

1...<<81828384858687888990>>...153