/base/msdp/device_status/test/unittest/intention/common/src/ |
H A D | epoll_manager_test.cpp | 108 * @tc.desc: Test Open, open and close once 115 ASSERT_TRUE(epollMgr.Open()); in HWTEST_F() 123 * @tc.desc: Test Open, open and close twice 130 ASSERT_TRUE(epollMgr.Open()); in HWTEST_F() 133 EXPECT_TRUE(epollMgr.Open()); in HWTEST_F() 147 EXPECT_TRUE(epollMgr.Open()); in HWTEST_F() 161 EXPECT_TRUE(epollMgr.Open()); in HWTEST_F() 174 ASSERT_TRUE(epollMgr.Open()); in HWTEST_F() 190 ASSERT_TRUE(epollMgr.Open()); in HWTEST_F() 208 ASSERT_TRUE(epollMgr.Open()); in HWTEST_F() [all...] |
/base/update/updater/services/diffpatch/bzip2/ |
H A D | bzip2_adapter.h | 31 int32_t Open() override;
57 int32_t Open() override;
71 virtual int32_t Open() = 0;
90 int32_t Open() override;
|
H A D | lz4_adapter.h | 60 int32_t Open() override;
81 int32_t Open() override;
|
H A D | deflate_adapter.h | 28 virtual int32_t Open()
in Open() function in UpdatePatch::DeflateAdapter
|
H A D | zip_adapter.h | 35 int32_t Open() override;
|
H A D | bzip2_adapter.cpp | 22 int32_t BZip2Adapter::Open()
in Open() function in UpdatePatch::BZip2Adapter 113 int32_t BZip2StreamAdapter::Open()
in Open() function in UpdatePatch::BZip2StreamAdapter 116 return BZip2Adapter::Open();
in Open() 184 int32_t BZip2BufferReadAdapter::Open()
in Open() function in UpdatePatch::BZip2BufferReadAdapter 195 PATCH_DEBUG("BZip2BufferReadAdapter::Open %zu dataLength_ %zu", offset_, dataLength_);
in Open()
|
/base/hiviewdfx/hiview/plugins/sysevent_source/include/ |
H A D | event_server.h | 35 int Open() override;
55 int Open() override;
|
/base/security/security_guard/test/fuzztest/risk_collect/riskcollect_fuzzer/ |
H A D | risk_collect_fuzzer.cpp | 82 adapter.Open(pathName, 0); in KernelInterfaceAdapterFuzzTest() 84 adapter.Open(pathName2, 0); in KernelInterfaceAdapterFuzzTest()
|
/base/account/os_account/services/accountmgr/include/appaccount/ |
H A D | app_account_check_labels_session.h | 30 ErrCode Open() override;
|
/base/update/updater/test/unittest/diffpatch/ |
H A D | bzip2_unittest.cpp | 82 adapter.Open(); in BZip2AdapterBufferTest() 94 adapter2.Open(); in BZip2AdapterBufferTest() 106 readAdapter.Open(); in BZip2AdapterBufferTest() 116 readAdapter2.Open(); in BZip2AdapterBufferTest() 136 adapter.Open(); in BZip2AdapterAddMoreTest() 156 readAdapter.Open(); in BZip2AdapterAddMoreTest() 247 deflateAdapter->Open(); in DeflateAdapterTest() 397 adapterTest.Open(); in HWTEST_F()
|
/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/ |
H A D | event_server_test.cpp | 57 int res = bbox.Open();
in HWTEST_F()
|
/base/hiviewdfx/hiview/core/include/ |
H A D | device_node.h | 39 virtual int Open() = 0;
|
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/ |
H A D | collect_device_client.h | 32 int Open();
|
/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_check_labels_session.cpp | 31 ErrCode AppAccountCheckLabelsSession::Open() in Open() function in OHOS::AccountSA::AppAccountCheckLabelsSession
|
/base/security/security_guard/test/unittest/data_collect/sa/ |
H A D | kernel_interface_adapter.h | 37 virtual int Open(const char* const pathName, int flags) { return 0; }; in Open() function in OHOS::Security::SecurityGuard::KernelInterfaceAdapter
|
/base/telephony/core_service/utils/vcard/include/ |
H A D | vcard_file_utils.h | 25 int32_t Open(const std::string &filePath);
|
/base/accesscontrol/sandbox_manager/services/common/database/include/ |
H A D | sqlite_helper.h | 31 void Open();
|
/base/msdp/device_status/intention/common/epoll/include/ |
H A D | epoll_manager.h | 37 bool Open();
|
/base/security/access_token/services/common/database/include/ |
H A D | sqlite_helper.h | 40 void Open();
|
/base/hiviewdfx/hidumper/frameworks/native/include/util/zip/ |
H A D | zip_writer.h | 31 bool Open();
|
/base/hiviewdfx/hiview/base/ |
H A D | audit.cpp | 101 writeFd_ = UniqueFd(FileUtil::Open(path, O_CREAT | O_APPEND | O_RDWR,
in Init() 198 writeFd_ = UniqueFd(FileUtil::Open(path, O_CREAT | O_TRUNC | O_RDWR,
in SwitchActiveFile()
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_check_labels_module_test.cpp | 90 ErrCode result = appAccountCheckLabelsSessionPtr->Open(); in HWTEST_F() 92 result = appAccountCheckLabelsSessionPtr->Open(); in HWTEST_F()
|
/base/update/updater/services/diffpatch/patch/ |
H A D | blocks_patch.cpp | 155 controlDataReader_->Open();
in ReadHeader() 156 diffDataReader_->Open();
in ReadHeader() 157 extraDataReader_->Open();
in ReadHeader()
|
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
H A D | zip_utils.cpp | 66 zipWriter.Open(); in ZipFolder()
|
/base/msdp/device_status/intention/prototype/include/ |
H A D | i_device.h | 53 virtual int32_t Open() = 0;
|