Home
last modified time | relevance | path

Searched refs:Unload (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Ddynamic_interface.cpp30 Unload(); in ~DynamicInterface()
42 void DynamicInterface::Unload() in Unload() function in OHOS::MediaAVCodec::PostProcessing::DynamicInterface
H A Ddynamic_interface.h34 void Unload();
H A Ddynamic_controller.cpp47 interface_.Unload(); in UnloadInterfacesImpl()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolloadunload_fuzzer/
H A Dsoundpoolloadunload_fuzzer.cpp120 TestSoundPool::Unload(urlSoundid); in FuzzSoundPoolUnload()
121 TestSoundPool::Unload(fdSoundid); in FuzzSoundPoolUnload()
124 TestSoundPool::Unload(soundID); in FuzzSoundPoolUnload()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_loader_test.cpp112 auto result = EglWrapperLoader::GetInstance().Unload(&dispatchTable); in HWTEST_F()
123 auto result = EglWrapperLoader::GetInstance().Unload(nullptr); in HWTEST_F()
137 auto result = EglWrapperLoader::GetInstance().Unload(&dispatchTable); in HWTEST_F()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/src/
H A Dhdi_support.cpp82 void Unload() in Unload() function
161 hdiImpl.Unload(); in LoadHdiImpl()
174 hdiImpl.Unload(); in LoadHdiImpl()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
H A Dsoundpool_mock.cpp97 int32_t SoundPoolMock::Unload(int32_t soundID) in Unload() function in SoundPoolMock
100 return soundPool_->Unload(soundID); in Unload()
H A Dsoundpool_unit_test.cpp440 EXPECT_EQ(MSERR_OK, soundPool_->Unload(soundIDs_[0]));
441 EXPECT_EQ(MSERR_OK, soundPool_->Unload(soundIDs_[1]));
442 EXPECT_EQ(MSERR_OK, soundPool_->Unload(soundIDs_[2]));
443 EXPECT_EQ(MSERR_OK, soundPool_->Unload(soundIDs_[3]));
496 int32_t unload = soundPool_->Unload(soundIDs_[0]);
498 unload = soundPool_->Unload(soundIDs_[1]);
520 int32_t unload = soundPool_->Unload(-1);
523 unload = soundPool_->Unload(5);
978 EXPECT_EQ(MSERR_OK, soundPool_->Unload(soundIDs_[loadNum_]));
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_loader.h32 bool Unload(EglWrapperDispatchTable *table);
H A Degl_wrapper_loader.cpp213 bool EglWrapperLoader::Unload(EglWrapperDispatchTable *table) in Unload() function in OHOS::EglWrapperLoader
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/load/include/
H A Dmodule_loader.h32 int Unload(const std::string& moduleName);
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperloader_fuzzer/
H A Deglwrapperloader_fuzzer.cpp70 loader.Unload(&dispatchTable2); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dnnrt_client.h42 int (*Unload)(uint32_t hiaiModelId) = nullptr; variable
H A Dnnrt_client.cpp73 LoadFunction(libNNRtService, "Unload", &nnrtService.Unload); in GetInstance()
H A Dneural_network_core.cpp1409 OH_NN_ReturnCode Unload(const ExecutorConfig* config) in Unload() function
1422 if (nnrtService.Unload == nullptr) { in Unload()
1427 int ret = nnrtService.Unload(config->hiaiModelId); in Unload()
1457 OH_NN_ReturnCode ret = Unload(executorImpl->GetExecutorConfig()); in OH_NNExecutor_Destroy()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_id_manager.h39 int32_t Unload(int32_t soundID);
H A Dsoundpool.cpp187 int32_t SoundPool::Unload(int32_t soundID) in Unload() function in OHOS::Media::SoundPool
200 return soundIDManager_->Unload(soundID); in Unload()
H A Dsoundpool.h51 int32_t Unload(int32_t soundID) override;
H A Dsound_id_manager.cpp195 int32_t SoundIDManager::Unload(int32_t soundID) in Unload() function in OHOS::Media::SoundIDManager
/ohos5.0/base/request/request/services/src/manage/scheduler/queue/
H A Dkeeper.rs92 let _ = tx.send(TaskManagerEvent::Schedule(ScheduleEvent::Unload)); in unload_sa()
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/soundpool/include/
H A Disoundpool.h137 virtual int32_t Unload(int32_t soundID) = 0;
/ohos5.0/foundation/multimedia/player_framework/test/unittest/soundpool_test/include/
H A Dsoundpool_mock.h51 int32_t Unload(int32_t soundID);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/load/
H A Dmodule_loader.cpp88 int ModuleLoader::Unload(const std::string& moduleName) in Unload() function in OHOS::HiviewDFX::HiAppEvent::ModuleLoader
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
H A Dtrigger_connector.cpp180 int32_t ret = it->second->Unload(); in UnloadModel()
370 int32_t TriggerConnector::TriggerSession::Model::Unload() in Unload() function in OHOS::IntellVoiceTrigger::TriggerConnector::TriggerSession::Model
H A Dtrigger_connector.h84 int32_t Unload();

12