Home
last modified time | relevance | path

Searched refs:Destroy (Results 1 – 25 of 1082) sorted by relevance

12345678910>>...44

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H A Dparam_check_test.cpp58 result0 = aDecBufferDemo->Destroy(codec);
63 result0 = aDecBufferDemo->Destroy(codec);
68 result0 = aDecBufferDemo->Destroy(codec);
73 result0 = aDecBufferDemo->Destroy(codec);
78 result0 = aDecBufferDemo->Destroy(codec);
83 result0 = aDecBufferDemo->Destroy(codec);
88 result0 = aDecBufferDemo->Destroy(codec);
93 result0 = aDecBufferDemo->Destroy(codec);
111 result0 = aDecBufferDemo->Destroy(codec);
116 result0 = aDecBufferDemo->Destroy(codec);
[all …]
H A Dstatus_check_test.cpp62 result0 = aDecBufferDemo->Destroy(codec);
79 result0 = aDecBufferDemo->Destroy(codec);
98 result0 = aDecBufferDemo->Destroy(codec);
117 result0 = aDecBufferDemo->Destroy(codec);
134 result0 = aDecBufferDemo->Destroy(codec);
151 result0 = aDecBufferDemo->Destroy(codec);
168 result0 = aDecBufferDemo->Destroy(codec);
183 result0 = aDecBufferDemo->Destroy(codec);
208 result0 = aDecBufferDemo->Destroy(codec);
232 result0 = aDecBufferDemo->Destroy(codec);
[all …]
H A Dnull_check_test.cpp58 result0 = aDecBufferDemo->Destroy(codec);
75 result0 = aDecBufferDemo->Destroy(codec);
92 result0 = aDecBufferDemo->Destroy(nullptr);
94 result0 = aDecBufferDemo->Destroy(codec);
113 result0 = aDecBufferDemo->Destroy(codec);
137 result0 = aDecBufferDemo->Destroy(codec);
162 result0 = aDecBufferDemo->Destroy(codec);
181 result0 = aDecBufferDemo->Destroy(codec);
207 result0 = aDecBufferDemo->Destroy(codec);
235 result0 = aDecBufferDemo->Destroy(codec);
[all …]
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_test.cpp188 ASSERT_EQ(WMError::WM_OK, window->Destroy());
201 ASSERT_EQ(WMError::WM_OK, window->Destroy());
214 ASSERT_EQ(WMError::WM_OK, window->Destroy());
227 ASSERT_EQ(WMError::WM_OK, window->Destroy());
240 ASSERT_EQ(WMError::WM_OK, window->Destroy());
253 ASSERT_EQ(WMError::WM_OK, window->Destroy());
270 ASSERT_EQ(WMError::WM_OK, window->Destroy());
283 ASSERT_EQ(WMError::WM_OK, window->Destroy());
296 ASSERT_EQ(WMError::WM_OK, window->Destroy());
309 ASSERT_EQ(WMError::WM_OK, window->Destroy());
[all …]
H A Dwindow_session_impl_two_test.cpp149 window->Destroy();
167 window->Destroy();
185 window->Destroy();
200 window->Destroy();
232 window->Destroy();
246 window->Destroy();
283 window->Destroy();
303 window->Destroy();
322 window->Destroy();
335 window->Destroy();
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/
H A DInnerAVMuxerInterfaceDependCheckTest.cpp115 Destroy(muxerDemo);
138 Destroy(muxerDemo);
161 Destroy(muxerDemo);
186 Destroy(muxerDemo);
215 Destroy(muxerDemo);
233 Destroy(muxerDemo);
254 Destroy(muxerDemo);
277 Destroy(muxerDemo);
302 Destroy(muxerDemo);
331 Destroy(muxerDemo);
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/
H A Dparam_check_test.cpp58 result0 = audioBufferAacEncDemo->Destroy(codec);
63 result0 = audioBufferAacEncDemo->Destroy(codec);
68 result0 = audioBufferAacEncDemo->Destroy(codec);
86 result0 = audioBufferAacEncDemo->Destroy(codec);
91 result0 = audioBufferAacEncDemo->Destroy(codec);
96 result0 = audioBufferAacEncDemo->Destroy(codec);
125 result0 = audioBufferAacEncDemo->Destroy(codec);
134 result0 = audioBufferAacEncDemo->Destroy(codec);
143 result0 = audioBufferAacEncDemo->Destroy(codec);
152 result0 = audioBufferAacEncDemo->Destroy(codec);
[all …]
H A Dstatus_check_test.cpp67 result0 = audioBufferAacEncDemo->Destroy(codec);
84 result0 = audioBufferAacEncDemo->Destroy(codec);
103 result0 = audioBufferAacEncDemo->Destroy(codec);
122 result0 = audioBufferAacEncDemo->Destroy(codec);
139 result0 = audioBufferAacEncDemo->Destroy(codec);
156 result0 = audioBufferAacEncDemo->Destroy(codec);
173 result0 = audioBufferAacEncDemo->Destroy(codec);
188 result0 = audioBufferAacEncDemo->Destroy(codec);
219 result0 = audioBufferAacEncDemo->Destroy(codec);
248 result0 = audioBufferAacEncDemo->Destroy(codec);
[all …]
H A Dnull_check_test.cpp58 result0 = audioBufferAacEncDemo->Destroy(codec);
75 result0 = audioBufferAacEncDemo->Destroy(codec);
92 result0 = audioBufferAacEncDemo->Destroy(nullptr);
94 result0 = audioBufferAacEncDemo->Destroy(codec);
113 result0 = audioBufferAacEncDemo->Destroy(codec);
142 result0 = audioBufferAacEncDemo->Destroy(codec);
172 result0 = audioBufferAacEncDemo->Destroy(codec);
191 result0 = audioBufferAacEncDemo->Destroy(codec);
222 result0 = audioBufferAacEncDemo->Destroy(codec);
255 result0 = audioBufferAacEncDemo->Destroy(codec);
[all …]
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/message/
H A Dshared_obj.h18 void (*Destroy)(struct OBJ_TYPE * obj)
23 ErrorCode InitSharedObj##OBJ_TYPE(struct OBJ_TYPE *obj, void (*Destroy)(struct OBJ_TYPE *)); \
50 if (obj->Destroy != NULL) { \
51 obj->Destroy(obj); \
56 ErrorCode InitSharedObj##OBJ_TYPE(struct OBJ_TYPE *obj, void (*Destroy)(struct OBJ_TYPE *)) \
58 if (Destroy == NULL) { \
64 obj->Destroy = Destroy; \
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/threading/
H A Dintf_thread_pool.h57 ptr->Destroy(); in CORE_BEGIN_NAMESPACE()
64 virtual void Destroy() = 0; in CORE_BEGIN_NAMESPACE()
77 ptr->Destroy(); in CORE_BEGIN_NAMESPACE()
84 virtual void Destroy() = 0; in CORE_BEGIN_NAMESPACE()
152 ptr->Destroy(); in operator()
161 virtual void Destroy() = 0;
173 ptr->Destroy(); in operator()
182 virtual void Destroy() = 0;
193 ptr->Destroy(); in operator()
202 virtual void Destroy() = 0;
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H A DNativeAVMuxerInterfaceDependCheckTest.cpp137 Destroy(muxerDemo, handle);
161 Destroy(muxerDemo, handle);
186 Destroy(muxerDemo, handle);
214 Destroy(muxerDemo, handle);
245 Destroy(muxerDemo, handle);
266 Destroy(muxerDemo, handle);
291 Destroy(muxerDemo, handle);
316 Destroy(muxerDemo, handle);
344 Destroy(muxerDemo, handle);
375 Destroy(muxerDemo, handle);
[all …]
/ohos5.0/foundation/window/window_manager/test/systemtest/dms/
H A Ddisplay_manager_test.cpp150 window->Destroy();
191 window1->Destroy();
192 window2->Destroy();
193 window3->Destroy();
228 window1->Destroy();
229 window2->Destroy();
230 window3->Destroy();
281 window1->Destroy();
282 window2->Destroy();
283 window3->Destroy();
[all …]
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_subwindow_test.cpp102 subWindow->Destroy();
130 subWindow->Destroy();
158 subWindow->Destroy();
186 subWindow->Destroy();
219 subWindow->Destroy();
220 subWindow2->Destroy();
252 subWindow0->Destroy();
253 subWindow1->Destroy();
281 subWindow->Destroy();
331 subWindow->Destroy();
[all …]
H A Dwindow_focus_test.cpp182 window1->Destroy();
183 window2->Destroy();
184 window3->Destroy();
185 subWindow->Destroy();
221 mainWindow->Destroy();
222 subWindow->Destroy();
265 mainWindow1->Destroy();
266 mainWindow2->Destroy();
594 window1->Destroy();
595 window2->Destroy();
[all …]
H A Dwindow_touch_outside_test.cpp124 firstWindow->Destroy();
146 firstWindow->Destroy();
147 secondWindow->Destroy();
168 firstWindow->Destroy();
169 secondWindow->Destroy();
198 firstWindow->Destroy();
199 secondWindow->Destroy();
200 thirdWindow->Destroy();
H A Dwindow_dialogwindow_test.cpp102 dialogWindow->Destroy();
132 dialogWindow0->Destroy();
164 dialogWindow0->Destroy();
188 ASSERT_EQ(WMError::WM_OK, dialogWindow0->Destroy());
197 ASSERT_EQ(WMError::WM_OK, dialogWindow1->Destroy());
226 dialogWindow->Destroy();
254 ASSERT_EQ(WMError::WM_OK, dialogWindow->Destroy());
256 dialogWindow->Destroy();
281 ASSERT_EQ(WMError::WM_OK, mainWindow->Destroy());
282 ASSERT_EQ(WMError::WM_OK, dialogWindow->Destroy());
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeInterfaceDependCheckTest.cpp147 Destroy(decoderDemo, handle);
169 Destroy(decoderDemo, handle);
191 Destroy(decoderDemo, handle);
219 Destroy(decoderDemo, handle);
259 Destroy(decoderDemo, handle);
296 Destroy(decoderDemo, handle);
333 Destroy(decoderDemo, handle);
370 Destroy(decoderDemo, handle);
407 Destroy(decoderDemo, handle);
455 Destroy(decoderDemo, handle);
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeInterfaceDependCheckTest.cpp149 Destroy(encoderDemo, handle);
171 Destroy(encoderDemo, handle);
193 Destroy(encoderDemo, handle);
221 Destroy(encoderDemo, handle);
261 Destroy(encoderDemo, handle);
298 Destroy(encoderDemo, handle);
335 Destroy(encoderDemo, handle);
372 Destroy(encoderDemo, handle);
409 Destroy(encoderDemo, handle);
457 Destroy(encoderDemo, handle);
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/InnerAPI/
H A DInnerInterfaceDependCheckTest.cpp134 Destroy(encoderDemo);
161 Destroy(encoderDemo);
191 Destroy(encoderDemo);
224 Destroy(encoderDemo);
262 Destroy(encoderDemo);
298 Destroy(encoderDemo);
334 Destroy(encoderDemo);
373 Destroy(encoderDemo);
398 Destroy(encoderDemo);
428 Destroy(encoderDemo);
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/
H A DInnerInterfaceDependCheckTest.cpp141 Destroy(decoderDemo);
169 Destroy(decoderDemo);
200 Destroy(decoderDemo);
234 Destroy(decoderDemo);
272 Destroy(decoderDemo);
309 Destroy(decoderDemo);
346 Destroy(decoderDemo);
386 Destroy(decoderDemo);
411 Destroy(decoderDemo);
442 Destroy(decoderDemo);
[all …]
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dinner_window.cpp32 PlaceHolderWindow::GetInstance().Destroy(); in WM_IMPLEMENT_SINGLE_INSTANCE()
38 PlaceHolderWindow::GetInstance().Destroy(); in AfterUnfocused()
44 PlaceHolderWindow::GetInstance().Destroy(); in OnInputEvent()
51 PlaceHolderWindow::GetInstance().Destroy(); in OnInputEvent()
129 void PlaceHolderWindow::Destroy() in Destroy() function in OHOS::Rosen::PlaceHolderWindow
136 window_->Destroy(); in Destroy()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_inner_window_test.cpp63 holderWindow_->Destroy();
68 holderWindow_->Destroy();
72 holderWindow_->Destroy();
76 holderWindow_->Destroy();
78 holderWindow_->Destroy();
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A Derrorcode-media.md24 Destroy this instance and re-create it. If the re-creation fails, stop related operations.
80 2. Destroy this instance and re-create it. If the re-creation fails, stop related operations.
98 Destroy this instance and re-create it. If the re-creation fails, stop related operations.
174 2. Destroy this instance and re-create it. If the re-creation fails, stop related operations.
192 Destroy this instance and re-create it. If the re-creation fails, stop related operations.
211 2. Destroy this instance and re-create it. If the re-creation fails, stop related operations.
230 2. Destroy this instance and re-create it. If the re-creation fails, stop related operations.
249 2. Destroy this instance and re-create it. If the re-creation fails, stop related operations.
268 2. Destroy this instance and re-create it. If the re-creation fails, stop related operations.
287 2. Destroy this instance and re-create it. If the re-creation fails, stop related operations.
[all …]
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/
H A Ddetail_enhancer_video_ndk_unit_test.cpp208 ndkLoader.Destroy(callback);
209 ndkLoader.Destroy(instance);
393 OH_VideoProcessing::Destroy(instance);
423 OH_VideoProcessing::Destroy(instance);
453 OH_VideoProcessing::Destroy(instance);
483 OH_VideoProcessing::Destroy(instance);
513 OH_VideoProcessing::Destroy(instance);
526 OH_VideoProcessing::Destroy(instance);
552 OH_VideoProcessing::Destroy(instance);
586 OH_VideoProcessing::Destroy(instance);
[all …]

12345678910>>...44