/base/update/updater/services/diffpatch/bzip2/ |
D | bzip2_adapter.h | 32 int32_t Close() override; 72 virtual int32_t Close() in Close() function 91 int32_t Close() override;
|
D | lz4_adapter.h | 58 int32_t Close() override; 76 int32_t Close() override;
|
D | deflate_adapter.h | 32 virtual int32_t Close() in Close() function
|
D | zip_adapter.h | 33 int32_t Close() override;
|
/base/usb/usb_manager/test/native/service_unittest/src/ |
D | usb_device_pipe_test.cpp | 90 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 …]
|
D | usb_bulkcallback_test.cpp | 144 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 …]
|
D | usb_request_test.cpp | 106 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/ |
D | fault_logger_pipe.cpp | 90 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
|
D | fault_logger_pipe.h | 35 void Close(int fd) const;
|
/base/hiviewdfx/hiview/core/ |
D | event_server.h | 33 int Close() override; 47 int Close() override;
|
D | device_node.h | 35 virtual int Close() = 0;
|
D | event_server.cpp | 180 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/ |
D | usb_device_pipe.cpp | 33 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/ |
D | hiappevent_cache_test.cpp | 38 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/ |
D | unique_fd.h | 25 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/ |
D | bzip2_unittest.cpp | 90 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/ |
D | event_server_test.cpp | 58 res = bbox.Close();
|
/base/telephony/core_service/services/sim/src/ |
D | sim_rdb_helper.cpp | 112 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/ |
D | usbmgrclose_fuzzer.cpp | 42 if (usbSrvClient.Close(reinterpret_cast<const USBDevicePipe&>(data)) == UEC_OK) { in UsbMgrCloseFuzzTest()
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/ |
D | app_event_cache.h | 35 int Close();
|
/base/security/access_token/services/common/database/include/ |
D | sqlite_helper.h | 34 void Close();
|
/base/usb/usb_manager/interfaces/innerkits/native/include/ |
D | usb_device_pipe.h | 35 int32_t Close();
|
/base/usb/usb_manager/test/fuzztest/common/src/ |
D | usb_common_fuzz.cpp | 46 usbSrvClient.Close(pipe); in UsbMgrPrepareFuzzEnv()
|
/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/ |
D | zip_writer.cpp | 38 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/ |
D | imf_adapter_impl.cpp | 165 void IMFAdapterImpl::Close() in Close() function in OHOS::NWeb::IMFAdapterImpl 167 MiscServices::InputMethodController::GetInstance()->Close(); in Close()
|