Home
last modified time | relevance | path

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

1234567891011

/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_common_utils_test/src/
H A Dmedialibrary_privacy_manager_test.cpp33 int32_t ret = mediaPrivacyManager.Open(); in HWTEST_F()
39 string path = ".Open"; in HWTEST_F()
43 int32_t ret = mediaPrivacyManager.Open(); in HWTEST_F()
53 int32_t ret = mediaPrivacyManager.Open(); in HWTEST_F()
59 string path = ".Open"; in HWTEST_F()
63 int32_t ret = mediaPrivacyManager.Open(); in HWTEST_F()
73 int32_t ret = mediaPrivacyManager.Open(); in HWTEST_F()
79 string path = "data:image/;base64,Open.jpeg"; in HWTEST_F()
83 int32_t ret = mediaPrivacyManager.Open(); in HWTEST_F()
89 string path = "data:image/;base64,Open in HWTEST_F()
[all...]
/foundation/multimedia/ringtone_library/test/unittest/ringtone_utils_test/src/
H A Dringtone_privacy_manager_test.cpp43 int32_t ret = ringtonePrivacyManager.Open(); in HWTEST_F()
49 const string path = ".Open"; in HWTEST_F()
52 int32_t ret = ringtonePrivacyManager.Open(); in HWTEST_F()
60 int32_t ret = ringtonePrivacyManager.Open(); in HWTEST_F()
69 int32_t ret = ringtonePrivacyManager.Open(); in HWTEST_F()
78 int32_t ret = ringtonePrivacyManager.Open(); in HWTEST_F()
86 int32_t ret = ringtonePrivacyManager.Open(); in HWTEST_F()
94 int32_t ret = ringtonePrivacyManager.Open(); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dmetadata_stream_test.cpp300 // Open the file in HWTEST_F()
301 ASSERT_TRUE(stream.Open(OpenMode::ReadWrite)); in HWTEST_F()
317 // Open the file again in HWTEST_F()
367 stream.Open(OpenMode::ReadWrite); in HWTEST_F()
381 ASSERT_TRUE(stream1.Open(OpenMode::ReadWrite)); in HWTEST_F()
382 ASSERT_TRUE(stream2.Open(OpenMode::ReadWrite)); in HWTEST_F()
419 sourceStream.Open(); in HWTEST_F()
420 destStream.Open(); in HWTEST_F()
437 // Open the file in HWTEST_F()
438 ASSERT_TRUE(stream.Open(OpenMod in HWTEST_F()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_resultset_and_json_optimize.cpp91 ASSERT_EQ(g_store->Open(g_Property), E_OK); in SetUp()
128 * @tc.desc: Test the SQLiteSingleVerResultSet Open function
142 * @tc.steps: step2. Call SQLiteSingleVerResultSet.Open with parameter true. in HWTEST_F()
145 EXPECT_EQ(resultSet1->Open(true), E_OK); in HWTEST_F()
154 * @tc.steps: step4. Call SQLiteSingleVerResultSet.Open with parameter false. in HWTEST_F()
157 EXPECT_EQ(resultSet2->Open(false), E_OK); in HWTEST_F()
182 * @tc.steps: step2. Call SQLiteSingleVerResultSet.Open in HWTEST_F()
185 EXPECT_EQ(resultSet->Open(false), E_OK); in HWTEST_F()
215 * @tc.steps: step2. Call SQLiteSingleVerResultSet.Open. in HWTEST_F()
218 EXPECT_EQ(resultSet->Open(fals in HWTEST_F()
[all...]
H A Ddistributeddb_storage_rd_result_and_json_optimize_test.cpp90 ASSERT_EQ(g_store->Open(g_Property), E_OK); in SetUp()
127 * @tc.desc: Test the RdSingleVerResultSet Open function
141 * @tc.steps: step2. Call RdSingleVerResultSet.Open with parameter true. in HWTEST_F()
144 EXPECT_EQ(resultSet1->Open(false), E_OK); in HWTEST_F()
153 * @tc.steps: step4. Call RdSingleVerResultSet.Open with parameter false. in HWTEST_F()
156 EXPECT_EQ(resultSet2->Open(false), E_OK); in HWTEST_F()
181 * @tc.steps: step2. Call RdSingleVerResultSet.Open in HWTEST_F()
184 EXPECT_EQ(resultSet->Open(false), E_OK); in HWTEST_F()
214 * @tc.steps: step2. Call RdSingleVerResultSet.Open. in HWTEST_F()
217 EXPECT_EQ(resultSet->Open(fals in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_playlist_downloader_unit_test.cpp52 downloader.Open(testUrl, tmpHttpHeader); in HWTEST_F()
63 downloader.Open(testUrl, httpHeader); in HWTEST_F()
85 downloader.Open(testUrl, httpHeader); in HWTEST_F()
94 downloader.Open(testUrl, httpHeader); in HWTEST_F()
104 downloader.Open(testUrl, httpHeader); in HWTEST_F()
123 downloader.Open(testUrl1, httpHeader); in HWTEST_F()
H A Dhls_media_downloader_unit_test.cpp303 downloader->Open(testUrl, httpHeader); in HWTEST_F()
321 downloader->Open(testUrl, httpHeader); in HWTEST_F()
337 downloader->Open(testUrl, httpHeader); in HWTEST_F()
362 downloader->Open(testUrl, httpHeader); in HWTEST_F()
404 downloader->Open(testUrl, httpHeader); in HWTEST_F()
429 downloader->Open(testUrl, httpHeader); in HWTEST_F()
457 downloader->Open(testUrl, httpHeader); in HWTEST_F()
485 downloader->Open(testUrl, httpHeader); in HWTEST_F()
517 downloader->Open(testUrl, httpHeader); in HWTEST_F()
543 downloader->Open(testUr in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcustomdialog_composed_element.cpp24 {"open", [](const CustomDialogComposedElement &inspector) { return inspector.Open(); }}
30 DumpLog::GetInstance().AddDesc(std::string("open: ").append(Open())); in Dump()
51 std::string CustomDialogComposedElement::Open() const in Open() function in OHOS::Ace::V2::CustomDialogComposedElement
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_input_impl.cpp69 Camera_ErrorCode Camera_Input::Open() in Open() function in Camera_Input
71 int32_t ret = innerCameraInput_->Open(); in Open()
77 int32_t ret = innerCameraInput_->Open(true, secureSeqId); in OpenSecureCamera()
/foundation/multimedia/av_codec/test/unittest/http_source_test/
H A Dhttp_media_downloader_unit_test.cpp46 g_flvResult = FLVhttpMediaDownloader->Open(FLV_SEGMENT_BASE, httpHeader); in SetUpTestCase()
47 g_mp4Result = MP4httpMediaDownloader->Open(MP4_SEGMENT_BASE, httpHeader); in SetUpTestCase()
89 httpMediaDownloader->Open(FLV_SEGMENT_BASE, httpHeader); in HWTEST_F()
112 httpMediaDownloader->Open(FLV_SEGMENT_BASE, httpHeader); in HWTEST_F()
137 httpMediaDownloader->Open(MP4_SEGMENT_BASE, httpHeader); in HWTEST_F()
162 httpMediaDownloader->Open(MP4_SEGMENT_BASE, httpHeader); in HWTEST_F()
190 httpMediaDownloader->Open(MP4_SEGMENT_BASE, httpHeader); in HWTEST_F()
253 httpMediaDownloader->Open(FLV_SEGMENT_BASE, httpHeader); in HWTEST_F()
275 httpMediaDownloader->Open(FLV_SEGMENT_BASE, httpHeader); in HWTEST_F()
297 httpMediaDownloader->Open(MP4_SEGMENT_BAS in HWTEST_F()
[all...]
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcapture_input.h43 virtual int Open() = 0;
48 virtual int Open(bool isEnableSecureCamera, uint64_t* secureSeqId) = 0;
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dheif_exif_metadata_accessor_test.cpp63 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
94 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
112 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
170 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
196 ASSERT_TRUE(writeStream->Open(OpenMode::ReadWrite)); in HWTEST_F()
212 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
235 ASSERT_TRUE(newStream->Open(OpenMode::ReadWrite)); in HWTEST_F()
H A Dpng_exif_metadata_accessor_test.cpp73 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
87 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
115 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
160 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
201 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
254 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
308 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
354 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
395 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
440 ASSERT_TRUE(stream->Open(OpenMod in HWTEST_F()
[all...]
H A Djpeg_exif_metadata_accessor_test.cpp78 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
128 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
175 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
230 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
285 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
335 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
391 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
425 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
439 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
453 ASSERT_TRUE(stream->Open(OpenMod in HWTEST_F()
[all...]
H A Dwebp_exif_metadata_accessor_test.cpp100 EXPECT_TRUE(readStream->Open(OpenMode::ReadWrite)); in HWTEST_F()
116 EXPECT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
132 EXPECT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
183 EXPECT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
227 EXPECT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
283 EXPECT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
338 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
395 EXPECT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
443 EXPECT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
468 ASSERT_TRUE(stream->Open(OpenMod in HWTEST_F()
[all...]
H A Ddng_exif_metadata_accessor_test.cpp52 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
109 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
166 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
223 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
279 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
336 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
391 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
448 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
498 ASSERT_TRUE(stream->Open(OpenMode::ReadWrite)); in HWTEST_F()
512 ASSERT_TRUE(stream->Open(OpenMod in HWTEST_F()
[all...]
/foundation/multimedia/av_codec/test/unittest/dash_test/
H A Ddash_segment_downloader_unit_test.cpp87 bool result = segmentDownloader->Open(segmentSp); in HWTEST_F()
114 bool result = segmentDownloader->Open(segmentSp); in HWTEST_F()
144 bool result = segmentDownloader->Open(segmentSp); in HWTEST_F()
168 segmentDownloader->Open(segmentSp); in HWTEST_F()
214 segmentDownloader->Open(segmentSp); in HWTEST_F()
250 segmentDownloader->Open(segmentSp); in HWTEST_F()
300 segmentDownloader->Open(segmentSp); in HWTEST_F()
333 segmentDownloaderSp->Open(segmentSp); in HWTEST_F()
369 segmentDownloaderSp->Open(segmentSp); in HWTEST_F()
425 segmentDownloaderSp->Open(segmentS in HWTEST_F()
[all...]
H A Ddash_mpd_downloader_unit_test.cpp55 g_mpdDownloader->Open(MPD_SEGMENT_BASE); in SetUpTestCase()
225 downloader.Open(testUrl); in HWTEST_F()
238 downloader.Open(testUrl); in HWTEST_F()
249 downloader.Open(testUrl); in HWTEST_F()
260 downloader.Open(testUrl); in HWTEST_F()
271 downloader.Open(testUrl); in HWTEST_F()
H A Ddash_media_downloader_unit_test.cpp54 g_result = g_mediaDownloader->Open(testUrl, httpHeader); in SetUpTestCase()
225 mediaDownloader->Open(testUrl, httpHeader); in HWTEST_F()
272 mediaDownloader->Open(testUrl, httpHeader); in HWTEST_F()
329 mediaDownloader->Open(testUrl, httpHeader); in HWTEST_F()
386 mediaDownloader->Open(testUrl, httpHeader); in HWTEST_F()
405 mediaDownloader->Open(testUrl, httpHeader); in HWTEST_F()
434 mediaDownloader->Open(testUrl, httpHeader); in HWTEST_F()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp854 * @tc.desc: test ObjectStorageEngine Open, calling Open repeatedly.
862 uint32_t ret = objectStorageEngine->Open(bundleName); in HWTEST_F()
864 ret = objectStorageEngine->Open(bundleName); in HWTEST_F()
883 uint32_t ret = objectStorageEngine->Open(bundleName); in HWTEST_F()
902 uint32_t ret = objectStorageEngine->Open(bundleName); in HWTEST_F()
923 uint32_t ret = objectStorageEngine->Open(bundleName); in HWTEST_F()
934 * @tc.desc: test ObjectStorageEngine GetTable, not calling Open().
949 * @tc.desc: test ObjectStorageEngine GetTable, calling Open(),but not calling CreateTable().
957 uint32_t ret = objectStorageEngine->Open(bundleNam in HWTEST_F()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dikvdb_raw_cursor.h30 // Open the raw cursor.
31 virtual int Open() = 0;
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dopen.h24 class Open final {
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dopen.h24 class Open final {
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Dnetwork_client.h32 virtual Status Open(const std::string& url) = 0;
/foundation/multimedia/ringtone_library/services/utils/include/
H A Dringtone_privacy_manager.h35 EXPORT int32_t Open();

Completed in 16 milliseconds

1234567891011