/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/ |
H A D | param_check_test.cpp | 58 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 D | status_check_test.cpp | 62 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 D | null_check_test.cpp | 58 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 D | window_test.cpp | 188 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 D | window_session_impl_two_test.cpp | 149 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 D | InnerAVMuxerInterfaceDependCheckTest.cpp | 115 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 D | param_check_test.cpp | 58 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 D | status_check_test.cpp | 67 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 D | null_check_test.cpp | 58 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 D | shared_obj.h | 18 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 D | intf_thread_pool.h | 57 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 D | NativeAVMuxerInterfaceDependCheckTest.cpp | 137 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 D | display_manager_test.cpp | 150 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 D | window_subwindow_test.cpp | 102 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 D | window_focus_test.cpp | 182 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 D | window_touch_outside_test.cpp | 124 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 D | window_dialogwindow_test.cpp | 102 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 D | NativeInterfaceDependCheckTest.cpp | 147 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 D | NativeInterfaceDependCheckTest.cpp | 149 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 D | InnerInterfaceDependCheckTest.cpp | 134 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 D | InnerInterfaceDependCheckTest.cpp | 141 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 D | inner_window.cpp | 32 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 D | window_inner_window_test.cpp | 63 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 D | errorcode-media.md | 24 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 D | detail_enhancer_video_ndk_unit_test.cpp | 208 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 …]
|