Home
last modified time | relevance | path

Searched refs:OnClose (Results 1 - 25 of 42) sorted by relevance

12

/foundation/communication/netstack/test/fuzztest/websocketinnerapi_fuzzer/
H A Dwebsocket_inner_fuzzer.cpp83 static void OnClose(WebSocketClient *client, CloseResult closeResult) {} in OnClose() function
95 client->Registcallback(OnOpen, OnMessage, OnError, OnClose); in SetRequestOptionsTest()
109 client->Registcallback(OnOpen, OnMessage, OnError, OnClose); in SetConnectUrlTest()
123 client->Registcallback(OnOpen, OnMessage, OnError, OnClose); in SetSendDataTest()
139 client->Registcallback(OnOpen, OnMessage, OnError, OnClose); in SetSendDataLengthTest()
156 client->Registcallback(OnOpen, OnMessage, OnError, OnClose); in SetCloseOptionTest()
/foundation/CastEngine/castengine_wifi_display/services/network/eventhandler/
H A Devent_descriptor_listener.cpp106 OnClose(fd); in OnReadable()
121 OnClose(fd); in OnShutdown()
134 void EventDescriptorListener::OnClose(int32_t fd) in OnClose() function in OHOS::Sharing::EventDescriptorListener
H A Devent_descriptor_listener.h34 virtual void OnClose(int32_t fd);
/foundation/communication/netstack/test/unittest/websocket_inner_unittest/
H A Dwebsocket_inner_unittest.cpp55 static void OnClose(WebSocketClient *client, CloseResult closeResult) {} in OnClose() function
65 client->Registcallback(OnOpen, OnMessage, OnError, OnClose); in HWTEST_F()
75 client->Registcallback(OnOpen, OnMessage, OnError, OnClose); in HWTEST_F()
/foundation/communication/netstack/test/unittest/websocket_test/
H A Dwebsocket_inner_unittest.cpp55 static void OnClose(WebSocketClient *client, CloseResult closeResult) {} in OnClose() function
65 client->Registcallback(OnOpen, OnMessage, OnError, OnClose); in HWTEST_F()
75 client->Registcallback(OnOpen, OnMessage, OnError, OnClose); in HWTEST_F()
H A Dwebsocket_capi_unittest.cpp46 static void OnClose(struct WebSocket *client, WebSocket_CloseResult closeResult) {} in OnClose() function
57 client = OH_WebSocketClient_Constructor(OnOpen, OnMessage, OnError, OnClose); in HWTEST_F()
129 client = OH_WebSocketClient_Constructor(OnOpen, OnMessage, OnError, OnClose); in HWTEST_F()
/foundation/communication/netstack/test/unittest/websocket_capi_unittest/
H A Dwebsocket_capi_unittest.cpp47 static void OnClose(struct WebSocket *client, WebSocket_CloseResult closeResult) {} in OnClose() function
58 client = OH_WebSocketClient_Constructor(OnOpen, OnMessage, OnError, OnClose); in HWTEST_F()
130 client = OH_WebSocketClient_Constructor(OnOpen, OnMessage, OnError, OnClose); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_result_set_stub.h48 int32_t OnClose(MessageParcel &data, MessageParcel &reply);
70 [Code::CMD_CLOSE] = &RdbResultSetStub::OnClose
H A Drdb_result_set_stub.cpp246 int32_t RdbResultSetStub::OnClose(MessageParcel &data, MessageParcel &reply) in OnClose() function in OHOS::DistributedRdb::RdbResultSetStub
/foundation/arkui/napi/sample/native_module_netserver/
H A Dnet_server.cpp73 void NetServer::OnClose(uv_handle_t* peer) in OnClose() function in NetServer
176 uv_close((uv_handle_t*)handle, OnClose); in TakeDiffactionsByStatus()
229 uv_close((uv_handle_t*)req->handle, OnClose); in AfterShutdown()
H A Dnetserver.cpp72 void NetServer::OnClose(uv_handle_t* peer) in OnClose() function in NetServer
175 uv_close((uv_handle_t*)handle, OnClose); in TakeDiffactionsByStatus()
228 uv_close((uv_handle_t*)req->handle, OnClose); in AfterShutdown()
H A Dnet_server.h66 static void OnClose(uv_handle_t* peer);
H A Dnetserver.h107 static void OnClose(uv_handle_t* peer);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dikvdb.h44 virtual void OnClose(const std::function<void(void)> &func) = 0;
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_exec/include/
H A Dwebsocket_exec.h85 static void OnClose(EventManager *manager, lws_close_status closeStatus, const std::string &closeReason);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Ddocument_store.h57 void OnClose(const std::function<void(void)> &notifier);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_store_manager.cpp98 store->OnClose([dbRealPath]() { in GetDocumentStore()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_render_image.h122 napi_value OnClose();
H A Djs_render_image.cpp230 return (me != nullptr) ? me->OnClose() : nullptr; in JsClose()
277 napi_value JSRenderImage::OnClose() in OnClose() function in OHOS::Ace::Framework::JSRenderImage
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_stub.h36 int32_t OnClose(const AppId &appId, const StoreId &storeId, MessageParcel &data, MessageParcel &reply);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb.h69 void OnClose(const std::function<void(void)> &notifier) final;
/foundation/communication/netstack/test/unittest/tls_test/server/
H A Dtls_socket_branch_test.cpp230 server.OnClose(onCloseCallback); in HWTEST_F()
/foundation/communication/netstack/test/unittest/tlssocket/server/
H A Dtls_socket_branch_test.cpp230 server.OnClose(onCloseCallback); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.h44 void OnClose(const std::function<void(void)> &notifier);
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.h92 napi_value OnClose(napi_env env, napi_callback_info info);

Completed in 10 milliseconds

12