Home
last modified time | relevance | path

Searched refs:Close (Results 1 – 25 of 75) sorted by relevance

123

/base/update/updater/services/diffpatch/bzip2/
Dbzip2_adapter.h32 int32_t Close() override;
72 virtual int32_t Close() in Close() function
91 int32_t Close() override;
Dlz4_adapter.h58 int32_t Close() override;
76 int32_t Close() override;
Ddeflate_adapter.h32 virtual int32_t Close() in Close() function
Dzip_adapter.h33 int32_t Close() override;
/base/usb/usb_manager/test/native/service_unittest/src/
Dusb_device_pipe_test.cpp90 ret = UsbSrvClient.Close(pipe);
121 ret = UsbSrvClient.Close(pipe);
158 ret = UsbSrvClient.Close(pipe);
197 ret = UsbSrvClient.Close(pipe);
236 ret = UsbSrvClient.Close(pipe);
273 ret = UsbSrvClient.Close(pipe);
312 ret = UsbSrvClient.Close(pipe);
351 ret = UsbSrvClient.Close(pipe);
389 ret = UsbSrvClient.Close(pipe);
430 ret = UsbSrvClient.Close(pipe);
[all …]
Dusb_bulkcallback_test.cpp144 bool close = UsbSrvClient.Close(pipe);
192 bool close = UsbSrvClient.Close(pipe);
242 bool close = UsbSrvClient.Close(pipe);
292 bool close = UsbSrvClient.Close(pipe);
342 bool close = UsbSrvClient.Close(pipe);
392 bool close = UsbSrvClient.Close(pipe);
446 bool close = UsbSrvClient.Close(pipe);
499 bool close = UsbSrvClient.Close(pipe);
554 bool close = UsbSrvClient.Close(pipe);
609 bool close = UsbSrvClient.Close(pipe);
[all …]
Dusb_request_test.cpp106 bool close = UsbSrvClient.Close(pip);
152 bool close = UsbSrvClient.Close(pip);
195 bool close = UsbSrvClient.Close(pip);
238 bool close = UsbSrvClient.Close(pip);
284 bool close = UsbSrvClient.Close(pip);
330 bool close = UsbSrvClient.Close(pip);
379 bool close = UsbSrvClient.Close(pip);
427 bool close = UsbSrvClient.Close(pip);
478 bool close = UsbSrvClient.Close(pip);
529 bool close = UsbSrvClient.Close(pip);
[all …]
/base/hiviewdfx/faultloggerd/services/
Dfault_logger_pipe.cpp90 Close(pfds_[PIPE_READ]); in Destroy()
91 Close(pfds_[PIPE_WRITE]); in Destroy()
96 void FaultLoggerPipe::Close(int fd) const in Close() function in OHOS::HiviewDFX::FaultLoggerPipe
Dfault_logger_pipe.h35 void Close(int fd) const;
/base/hiviewdfx/hiview/core/
Devent_server.h33 int Close() override;
47 int Close() override;
Ddevice_node.h35 virtual int Close() = 0;
Devent_server.cpp180 int SocketDevice::Close() in Close() function in OHOS::HiviewDFX::SocketDevice
224 int BBoxDevice::Close() in Close() function in OHOS::HiviewDFX::BBoxDevice
307 it->second->Close(); in AddToMonitor()
361 devItem.second->Close(); in CloseDevs()
/base/usb/usb_manager/interfaces/innerkits/native/src/
Dusb_device_pipe.cpp33 int32_t USBDevicePipe::Close() in Close() function in OHOS::USB::USBDevicePipe
36 bool bSuccess = UsbSrvClient::GetInstance().Close(*this); in Close()
/base/hiviewdfx/hiappevent/test/unittest/common/native/
Dhiappevent_cache_test.cpp38 AppEventCache::GetInstance()->Close(); in TearDown()
80 result = AppEventCache::GetInstance()->Close();
115 result = AppEventCache::GetInstance()->Close();
172 result = AppEventCache::GetInstance()->Close();
223 result = AppEventCache::GetInstance()->Close();
/base/hiviewdfx/hiview/adapter/utility/include/extra/
Dunique_fd.h25 static void Close(int fd) in Close() function
29 Close(fd); in Close()
148 Deleter::Close(fd_); in Reset()
/base/update/updater/test/unittest/diffpatch/
Dbzip2_unittest.cpp90 adapter.Close(); in BZip2AdapterBufferTest()
100 adapter2.Close(); in BZip2AdapterBufferTest()
121 adapter.Close(); in BZip2AdapterBufferTest()
122 readAdapter.Close(); in BZip2AdapterBufferTest()
150 adapter.Close(); in BZip2AdapterAddMoreTest()
175 adapter.Close(); in BZip2AdapterAddMoreTest()
176 readAdapter.Close(); in BZip2AdapterAddMoreTest()
/base/hiviewdfx/hiview/core/test/unittest/common/
Devent_server_test.cpp58 res = bbox.Close();
/base/telephony/core_service/services/sim/src/
Dsim_rdb_helper.cpp112 result->Close(); in GetDefaultMainCardSlotId()
136 result->Close(); in GetDefaultMessageCardSlotId()
160 result->Close(); in GetDefaultCellularDataCardSlotId()
184 result->Close(); in GetDefaultVoiceCardSlotId()
309 result->Close(); in QueryDataBySlotId()
329 result->Close(); in QueryDataByIccId()
350 result->Close(); in QueryAllData()
373 result->Close(); in QueryAllValidData()
/base/usb/usb_manager/test/fuzztest/usbmgrclose_fuzzer/
Dusbmgrclose_fuzzer.cpp42 if (usbSrvClient.Close(reinterpret_cast<const USBDevicePipe&>(data)) == UEC_OK) { in UsbMgrCloseFuzzTest()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
Dapp_event_cache.h35 int Close();
/base/security/access_token/services/common/database/include/
Dsqlite_helper.h34 void Close();
/base/usb/usb_manager/interfaces/innerkits/native/include/
Dusb_device_pipe.h35 int32_t Close();
/base/usb/usb_manager/test/fuzztest/common/src/
Dusb_common_fuzz.cpp46 usbSrvClient.Close(pipe); in UsbMgrPrepareFuzzEnv()
/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
Dzip_writer.cpp38 Close(); in ~ZipWriter()
61 bool ZipWriter::Close() in Close() function in OHOS::HiviewDFX::ZipWriter
92 ret = Close(); in Write()
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp165 void IMFAdapterImpl::Close() in Close() function in OHOS::NWeb::IMFAdapterImpl
167 MiscServices::InputMethodController::GetInstance()->Close(); in Close()

123