Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/test/frame_report/unittest/
H A Drs_frame_report_test.cpp49 fr.CloseLibrary(); in HWTEST_F()
188 fr.CloseLibrary(); in HWTEST_F()
192 fr.CloseLibrary(); in HWTEST_F()
204 fr.CloseLibrary(); in HWTEST_F()
210 fr.CloseLibrary(); in HWTEST_F()
/foundation/multimedia/av_codec/services/engine/codec/video/
H A Dhevc_decoder_loader.cpp48 loader.CloseLibrary(); in CreateByName()
60 loader.CloseLibrary(); in GetCapabilityList()
67 void HevcDecoderLoader::CloseLibrary() in CloseLibrary() function in OHOS::MediaAVCodec::HevcDecoderLoader
H A Dfcodec_loader.cpp48 loader.CloseLibrary(); in CreateByName()
60 loader.CloseLibrary(); in GetCapabilityList()
66 void FCodecLoader::CloseLibrary() in CloseLibrary() function in OHOS::MediaAVCodec::FCodecLoader
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Ddynamic_interface.cpp46 CloseLibrary(); in Unload()
61 void DynamicInterface::CloseLibrary() in CloseLibrary() function in OHOS::MediaAVCodec::PostProcessing::DynamicInterface
H A Ddynamic_interface.h55 void CloseLibrary();
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/luminance/
H A Drs_luminance_control.cpp41 CloseLibrary(); in ~RSLuminanceControl()
44 void RSLuminanceControl::CloseLibrary() in CloseLibrary() function in OHOS::Rosen::RSLuminanceControl
83 CloseLibrary(); in LoadLibrary()
87 CloseLibrary(); in LoadLibrary()
91 CloseLibrary(); in LoadLibrary()
/foundation/graphic/graphic_surface/sync_fence/src/
H A Dframe_sched.cpp49 CloseLibrary(); in ~FrameSched()
66 void FrameSched::CloseLibrary() in CloseLibrary() function in OHOS::Rosen::FrameSched
/foundation/graphic/graphic_surface/utils/rs_frame_report_ext/include/
H A Drs_frame_report_ext.h37 void CloseLibrary();
/foundation/multimedia/av_codec/services/engine/codec/include/video/
H A Dhevc_decoder_loader.h31 void CloseLibrary();
H A Dfcodec_loader.h31 void CloseLibrary();
/foundation/graphic/graphic_2d/rosen/modules/frame_report/src/
H A Drs_frame_report.cpp47 CloseLibrary(); in ~RsFrameReport()
79 void RsFrameReport::CloseLibrary() in CloseLibrary() function in OHOS::Rosen::RsFrameReport
82 LOGE("RsFrameReport:[CloseLibrary]libframe_ui_intf.so failed!\n"); in CloseLibrary()
87 LOGI("RsFrameReport:[CloseLibrary]libframe_ui_intf.so close success!\n"); in CloseLibrary()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/luminance/
H A Drs_luminance_control_test.cpp91 luminCtrl.CloseLibrary(); in HWTEST_F()
99 luminCtrl.CloseLibrary(); in HWTEST_F()
/foundation/graphic/graphic_surface/sync_fence/include/
H A Dframe_sched.h44 void CloseLibrary();
/foundation/graphic/graphic_2d/utils/rs_frame_report_ext/include/
H A Drs_frame_report_ext.h42 void CloseLibrary();
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dframe_report.cpp37 CloseLibrary(); in ~FrameReport()
90 void FrameReport::CloseLibrary() in CloseLibrary() function in OHOS::Ace::FrameReport
93 LOGE("frame-ace:[CloseLibrary]libframe_ui_intf.so failed!\n"); in CloseLibrary()
/foundation/graphic/graphic_surface/utils/frame_report/src/
H A Dframe_report.cpp60 CloseLibrary(); in ~FrameReport()
147 LOGE("FrameReport::CloseLibrary libgame_acc_sched_client.z.so close failed!"); in LoadLibrary()
150 LOGI("FrameReport::CloseLibrary libgame_acc_sched_client.z.so close success!"); in LoadLibrary()
159 void FrameReport::CloseLibrary() in CloseLibrary() function in OHOS::Rosen::FrameReport
165 LOGE("FrameReport::CloseLibrary libgame_acc_sched_client.z.so close failed!"); in CloseLibrary()
169 LOGI("FrameReport::CloseLibrary libgame_acc_sched_client.z.so close success!"); in CloseLibrary()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dframe_report.cpp37 void FrameReport::CloseLibrary() {} in CloseLibrary() function in OHOS::Ace::FrameReport
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_frame_report.cpp37 void FrameReport::CloseLibrary() {} in CloseLibrary() function in OHOS::Ace::FrameReport
/foundation/graphic/graphic_2d/rosen/modules/frame_report/include/
H A Drs_frame_report.h52 void CloseLibrary();
/foundation/graphic/graphic_surface/utils/frame_report/export/
H A Dframe_report.h50 void CloseLibrary();
/foundation/graphic/graphic_2d/utils/rs_frame_report_ext/src/
H A Drs_frame_report_ext.cpp76 void RsFrameReportExt::CloseLibrary() in CloseLibrary() function in OHOS::Rosen::RsFrameReportExt
79 HILOG_ERROR(LOG_CORE, "RsFrameReportExt:[CloseLibrary]libframe_ui_intf.so failed!"); in CloseLibrary()
84 HILOG_INFO(LOG_CORE, "RsFrameReportExt:[CloseLibrary]libframe_ui_intf.so close success!"); in CloseLibrary()
/foundation/arkui/ace_engine/frameworks/base/log/
H A Dframe_report.h75 void CloseLibrary();
/foundation/graphic/graphic_surface/sync_fence/test/unittest/
H A Dframe_sched_test.cpp128 * Function: CloseLibrary
132 * CaseDescription: 1. call CloseLibrary
140 frameSched->CloseLibrary(); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/luminance/
H A Drs_luminance_control.h68 void CloseLibrary();
/foundation/graphic/graphic_surface/utils/frame_report/test/unittest/
H A Dframe_report_test.cpp211 * Function: CloseLibrary
215 * CaseDescription: 1. call CloseLibrary
219 Rosen::FrameReport::GetInstance().CloseLibrary(); in HWTEST_F()

Completed in 11 milliseconds