Home
last modified time | relevance | path

Searched refs:Open (Results 1 - 25 of 67) sorted by relevance

123

/base/msdp/device_status/test/unittest/intention/common/src/
H A Depoll_manager_test.cpp108 * @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 Dbzip2_adapter.h31 int32_t Open() override;
57 int32_t Open() override;
71 virtual int32_t Open() = 0;
90 int32_t Open() override;
H A Dlz4_adapter.h60 int32_t Open() override;
81 int32_t Open() override;
H A Ddeflate_adapter.h28 virtual int32_t Open() in Open() function in UpdatePatch::DeflateAdapter
H A Dzip_adapter.h35 int32_t Open() override;
H A Dbzip2_adapter.cpp22 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 Devent_server.h35 int Open() override;
55 int Open() override;
/base/security/security_guard/test/fuzztest/risk_collect/riskcollect_fuzzer/
H A Drisk_collect_fuzzer.cpp82 adapter.Open(pathName, 0); in KernelInterfaceAdapterFuzzTest()
84 adapter.Open(pathName2, 0); in KernelInterfaceAdapterFuzzTest()
/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_check_labels_session.h30 ErrCode Open() override;
/base/update/updater/test/unittest/diffpatch/
H A Dbzip2_unittest.cpp82 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 Devent_server_test.cpp57 int res = bbox.Open(); in HWTEST_F()
/base/hiviewdfx/hiview/core/include/
H A Ddevice_node.h39 virtual int Open() = 0;
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dcollect_device_client.h32 int Open();
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_check_labels_session.cpp31 ErrCode AppAccountCheckLabelsSession::Open() in Open() function in OHOS::AccountSA::AppAccountCheckLabelsSession
/base/security/security_guard/test/unittest/data_collect/sa/
H A Dkernel_interface_adapter.h37 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 Dvcard_file_utils.h25 int32_t Open(const std::string &filePath);
/base/accesscontrol/sandbox_manager/services/common/database/include/
H A Dsqlite_helper.h31 void Open();
/base/msdp/device_status/intention/common/epoll/include/
H A Depoll_manager.h37 bool Open();
/base/security/access_token/services/common/database/include/
H A Dsqlite_helper.h40 void Open();
/base/hiviewdfx/hidumper/frameworks/native/include/util/zip/
H A Dzip_writer.h31 bool Open();
/base/hiviewdfx/hiview/base/
H A Daudit.cpp101 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 Dapp_account_check_labels_module_test.cpp90 ErrCode result = appAccountCheckLabelsSessionPtr->Open(); in HWTEST_F()
92 result = appAccountCheckLabelsSessionPtr->Open(); in HWTEST_F()
/base/update/updater/services/diffpatch/patch/
H A Dblocks_patch.cpp155 controlDataReader_->Open(); in ReadHeader()
156 diffDataReader_->Open(); in ReadHeader()
157 extraDataReader_->Open(); in ReadHeader()
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dzip_utils.cpp66 zipWriter.Open(); in ZipFolder()
/base/msdp/device_status/intention/prototype/include/
H A Di_device.h53 virtual int32_t Open() = 0;

Completed in 8 milliseconds

123