Home
last modified time | relevance | path

Searched defs:close (Results 1 – 15 of 15) sorted by relevance

/foundation/communication/netstack/interfaces/kits/js/
D@ohos.net.webSocket.d.ts78 close(callback: AsyncCallback<boolean>): void; method
79 close(options: WebSocketCloseOptions, callback: AsyncCallback<boolean>): void; method
80 close(options?: WebSocketCloseOptions): Promise<boolean>; method
D@ohos.net.socket.d.ts155 close(callback: AsyncCallback<void>): void; method
156 close(): Promise<void>; method
285 close(callback: AsyncCallback<void>): void; method
286 close(): Promise<void>; method
556 close(callback: AsyncCallback<void>): void; method
557 close(): Promise<void>; method
/foundation/distributeddatamgr/preferences/frameworks/native/include/
Dpool.h109 int32_t Clean(std::function<void(std::shared_ptr<T>)> close) noexcept in Clean()
/foundation/distributeddatamgr/kv_store/frameworks/common/
Dpool.h107 int32_t Clean(std::function<void(std::shared_ptr<T>)> close) noexcept in Clean()
/foundation/communication/bluetooth_service/services/bluetooth/hardware/include/
Dbt_vendor_lib.h177 void (*close)(void); member
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/rosen/
Dtesting_path.h74 virtual void AddPoly(const std::vector<TestingPoint>& points, int count, bool close) {} in AddPoly()
/foundation/communication/ipc/interfaces/innerkits/rust/src/
Dashmem.rs81 pub fn close(&self) { in close() method
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
Ddistributeddb_cloud_db_proxy_test.cpp452 std::atomic<bool> close = false; variable
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/
D@ohos.multimedia.camera.d.ts934 close(callback: AsyncCallback<void>): void; method
944 close(): Promise<void>; method
/foundation/communication/netstack/test/unittest/tlssocket/client/
DTlsSocketBranchTest.cpp417 bool close = tlsSocketInternal->Close(); variable
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
Drecording_path.cpp111 void RecordingPath::AddPoly(const std::vector<Point>& points, int count, bool close) in AddPoly()
Dpath_cmd_list.cpp259 AddPolyOpItem::AddPolyOpItem(const std::pair<uint32_t, size_t>& points, int32_t count, bool close) in AddPolyOpItem()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
Dpath.cpp113 void Path::AddPoly(const std::vector<Point>& points, int count, bool close) in AddPoly()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_path.cpp122 void SkiaPath::AddPoly(const std::vector<Point>& points, int count, bool close) in AddPoly()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
Da2dp_profile_peer.cpp1128 void A2dpProfilePeer::Reconfigure(bool close) in Reconfigure()