Home
last modified time | relevance | path

Searched defs:client (Results 326 - 350 of 722) sorted by relevance

1...<<11121314151617181920>>...29

/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dinput_manager_impl_test.cpp170 MMIClientPtr client = MMIEventHdl.GetMMIClient(); in HWTEST_F() local
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dmultimodal_event_handler.cpp35 void OnConnected(const IfMMIClient& client) in OnConnected() argument
53 void OnDisconnected(const IfMMIClient &client) in OnDisconnected() argument
/foundation/multimodalinput/input/service/message_handle/src/
H A Dinject_notice_manager.cpp53 auto client = AAFwk::AbilityManagerClient::GetInstance(); in StartNoticeAbility() local
/foundation/multimodalinput/input/intention/cooperate/test/src/
H A Dcooperate_client_test.cpp176 StreamClientTest client; in HWTEST_F() local
203 StreamClientTest client; in HWTEST_F() local
233 StreamClientTest client; in HWTEST_F() local
257 StreamClientTest client; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dnet_conn_client.h55 static NetConnClient client; in GetInstance() local
/foundation/communication/netstack/test/fuzztest/websocketcapi_fuzzer/
H A Dwebsocket_capi_fuzzer.cpp83 struct WebSocket *client = nullptr; in SetAddHeaderTest() local
97 struct WebSocket *client = new WebSocket(); in SetRequestOptionsTest() local
110 struct WebSocket *client = new WebSocket(); in SetConnectUrlTest() local
121 struct WebSocket *client = new WebSocket(); in SetSendDataTest() local
133 struct WebSocket *client = new WebSocket(); SetSendDataLengthTest() local
145 struct WebSocket *client = new WebSocket(); SetCloseOptionTest() local
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H A Di_wifi_chip.c43 RpcClient *client = GetChipRpcClient(); in GetChipId() local
66 RpcClient *client = GetChipRpcClient(); in CreateIface() local
94 RpcClient *client = GetChipRpcClient(); GetIface() local
122 RpcClient *client = GetChipRpcClient(); GetIfaceNames() local
147 RpcClient *client = GetChipRpcClient(); RemoveIface() local
166 RpcClient *client = GetChipRpcClient(); GetCapabilities() local
189 RpcClient *client = GetChipRpcClient(); GetSupportedComboModes() local
220 RpcClient *client = GetChipRpcClient(); ConfigComboModes() local
239 RpcClient *client = GetChipRpcClient(); GetComboModes() local
269 RpcClient *client = GetChipRpcClient(); RegisterEventCallback() local
307 RpcClient *client = GetChipRpcClient(); RequestFirmwareDebugDump() local
332 RpcClient *client = GetChipRpcClient(); IsChipSupportDbdc() local
355 RpcClient *client = GetChipRpcClient(); IsChipSupportCsa() local
378 RpcClient *client = GetChipRpcClient(); IsChipSupportRadarDetect() local
401 RpcClient *client = GetChipRpcClient(); IsChipSupportDfsChannel() local
424 RpcClient *client = GetChipRpcClient(); IsChipSupportIndoorChannel() local
[all...]
H A Di_wifi_hotspot_iface.c52 RpcClient *client = GetApRpcClient(); in StartSoftAp() local
74 RpcClient *client = GetApRpcClient(); in StopSoftAp() local
95 RpcClient *client = GetApRpcClient(); SetHostapdConfig() local
122 RpcClient *client = GetApRpcClient(); GetStaInfos() local
148 RpcClient *client = GetApRpcClient(); SetMacFilter() local
169 RpcClient *client = GetApRpcClient(); DelMacFilter() local
190 RpcClient *client = GetApRpcClient(); DisassociateSta() local
211 RpcClient *client = GetApRpcClient(); GetValidFrequenciesForBand() local
240 RpcClient *client = GetApRpcClient(); SetCountryCode() local
279 RpcClient *client = GetApRpcClient(); RegisterAsscociatedEvent() local
311 RpcClient *client = GetSupplicantRpcClient(); WpaSetPowerModel() local
331 RpcClient *client = GetSupplicantRpcClient(); WpaGetPowerModel() local
[all...]
/foundation/communication/netstack/test/fuzztest/websocketinnerapi_fuzzer/
H A Dwebsocket_inner_fuzzer.cpp77 static void OnMessage(WebSocketClient *client, const std::string &data, size_t length) {} in OnMessage() argument
79 static void OnOpen(WebSocketClient *client, OpenResult openResult) {} in OnOpen() argument
81 static void OnError(WebSocketClient *client, ErrorResult error) {} in OnError() argument
83 static void OnClose(WebSocketClient *client, CloseResult closeResult) {} in OnClose() argument
94 WebSocketClient *client = new WebSocketClient(); in SetRequestOptionsTest() local
108 WebSocketClient *client = new WebSocketClient(); in SetConnectUrlTest() local
122 WebSocketClient *client = new WebSocketClient(); SetSendDataTest() local
138 WebSocketClient *client = new WebSocketClient(); SetSendDataLengthTest() local
155 WebSocketClient *client = new WebSocketClient(); SetCloseOptionTest() local
[all...]
/foundation/communication/netstack/interfaces/kits/c/net_websocket/src/
H A Dnet_websocket.cpp98 int OH_WebSocketClient_AddHeader(struct WebSocket *client, struct WebSocket_Header header) in OH_WebSocketClient_AddHeader() argument
124 int OH_WebSocketClient_Send(struct WebSocket *client, char *data, size_t length) in OH_WebSocketClient_Send() argument
140 int OH_WebSocketClient_Connect(struct WebSocket *client, const char *url, struct WebSocket_RequestOptions options) in OH_WebSocketClient_Connect() argument
167 OH_WebSocketClient_Close(struct WebSocket *client, struct WebSocket_CloseOption options) OH_WebSocketClient_Close() argument
195 OH_WebSocketClient_Destroy(struct WebSocket *client) OH_WebSocketClient_Destroy() argument
[all...]
/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dserver.c113 static int DealReadMessage(RpcServer *server, Context *client) in DealReadMessage() argument
151 static void DealFdReadEvent(RpcServer *server, Context *client, unsigned int mask) in DealFdReadEvent() argument
173 DealFdWriteEvent(RpcServer *server, Context *client) DealFdWriteEvent() argument
197 Context *client = FindContext(server->clients, fd); DealFdEvents() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/
H A Dnetlink_listener.cpp166 NetlinkListener* client = reinterpret_cast<NetlinkListener *>(object); in EventProcess() local
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Duser_manager.cpp340 OHOS::AppExecFwk::BundleMgrClient client; in CreateBundleDataDir() local
/foundation/filemanagement/storage_service/services/storage_manager/client/
H A Dstorage_manager_client.cpp44 sptr<IStorageManager> client = GetStorageManagerProxy(); in PrepareAddUser() local
55 sptr<IStorageManager> client = GetStorageManagerProxy(); in RemoveUser() local
66 sptr<IStorageManager> client = GetStorageManagerProxy(); in GenerateUserKeys() local
77 sptr<IStorageManager> client = GetStorageManagerProxy(); DeleteUserKeys() local
91 sptr<IStorageManager> client = GetStorageManagerProxy(); UpdateUserAuth() local
106 sptr<IStorageManager> client = GetStorageManagerProxy(); UpdateUseAuthWithRecoveryKey() local
119 sptr<IStorageManager> client = GetStorageManagerProxy(); ActiveUserKey() local
130 sptr<IStorageManager> client = GetStorageManagerProxy(); InactiveUserKey() local
141 sptr<IStorageManager> client = GetStorageManagerProxy(); UpdateKeyContext() local
152 sptr<IStorageManager> client = GetStorageManagerProxy(); LockUserScreen() local
165 sptr<IStorageManager> client = GetStorageManagerProxy(); UnlockUserScreen() local
176 sptr<IStorageManager> client = GetStorageManagerProxy(); GetFileEncryptStatus() local
187 sptr<IStorageManager> client = GetStorageManagerProxy(); GetLockScreenStatus() local
199 sptr<IStorageManager> client = GetStorageManagerProxy(); MountDfsDocs() local
211 sptr<IStorageManager> client = GetStorageManagerProxy(); UMountDfsDocs() local
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/
H A Dscreen_session_manager_interface.h159 virtual void SetClient(const sptr<IScreenSessionManagerClient>& client) {} in SetClient() argument
/test/xts/acts/communication/netstack_websocket/entry/src/main/cpp/
H A DwebsocketNdkTest.cpp29 static void OnOpen(struct WebSocket *client, WebSocket_OpenResult openResult) in OnOpen() argument
34 static void OnMessage(struct WebSocket *client, char *data, uint32_t length) in OnMessage() argument
39 static void OnError(struct WebSocket *client, WebSocket_ErrorResult error) in OnError() argument
44 static void OnClose(struct WebSocket *client, WebSocket_CloseResult closeResult) in OnClose() argument
53 struct WebSocket *client = new WebSocket(); in OHWebsocketClientConstruct() local
67 struct WebSocket *client = new WebSocket(); in OHWebSocketClientAddHeader() local
81 struct WebSocket *client = new WebSocket(); OHWebSocketClientConnect() local
94 struct WebSocket *client = new WebSocket(); OHWebSocketClientSend() local
107 struct WebSocket *client = new WebSocket(); OHWebSocketClientClose() local
120 struct WebSocket *client = new WebSocket(); OHWebsocketClientDestroy() local
[all...]
/test/xts/device_attest_lite/framework/small/src/client/
H A Dattest_framework_client_proxy.c174 uint8 *client = malloc(len); in CreateClient() local
/third_party/elfutils/debuginfod/
H A Ddebuginfod-find.c64 static debuginfod_client *client; variable
[all...]
/third_party/alsa-lib/test/
H A Dseq-sender.c110 void send_event(snd_seq_t *handle, int queue, int client, int port, in send_event() argument
150 int client, port, queue, max, err, v1, v2, time = 0, pcm_flag = 0; in event_sender() local
[all...]
H A Dseq.c86 void show_port_info(snd_seq_t *handle, int client, int port) in show_port_info() argument
114 void show_client_info(snd_seq_t *handle, int client) in show_client_info() argument
[all...]
/third_party/libuv/test/
H A Dtest-udp-send-unreachable.c32 static uv_udp_t client; variable
[all...]
H A Dtest-callback-stack.c33 static uv_tcp_t client; variable
H A Dtest-tcp-writealot.c149 uv_tcp_t client; in TEST_IMPL() local
H A Dtest-tcp-close-accept.c145 uv_tcp_t* client; in TEST_IMPL() local
/third_party/libuv/docs/code/multi-echo-server/
H A Dmain.c37 uv_tcp_t *client = (uv_tcp_t*) malloc(sizeof(uv_tcp_t)); in on_new_connection() local

Completed in 12 milliseconds

1...<<11121314151617181920>>...29