/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/post_processing/ |
H A D | dynamic_interface.cpp | 30 Unload(); in ~DynamicInterface() 42 void DynamicInterface::Unload() in Unload() function in OHOS::MediaAVCodec::PostProcessing::DynamicInterface
|
H A D | dynamic_interface.h | 34 void Unload();
|
H A D | dynamic_controller.cpp | 47 interface_.Unload(); in UnloadInterfacesImpl()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolloadunload_fuzzer/ |
H A D | soundpoolloadunload_fuzzer.cpp | 120 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 D | egl_wrapper_loader_test.cpp | 112 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 D | hdi_support.cpp | 82 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 D | soundpool_mock.cpp | 97 int32_t SoundPoolMock::Unload(int32_t soundID) in Unload() function in SoundPoolMock 100 return soundPool_->Unload(soundID); in Unload()
|
H A D | soundpool_unit_test.cpp | 440 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 D | egl_wrapper_loader.h | 32 bool Unload(EglWrapperDispatchTable *table);
|
H A D | egl_wrapper_loader.cpp | 213 bool EglWrapperLoader::Unload(EglWrapperDispatchTable *table) in Unload() function in OHOS::EglWrapperLoader
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/load/include/ |
H A D | module_loader.h | 32 int Unload(const std::string& moduleName);
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperloader_fuzzer/ |
H A D | eglwrapperloader_fuzzer.cpp | 70 loader.Unload(&dispatchTable2); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | nnrt_client.h | 42 int (*Unload)(uint32_t hiaiModelId) = nullptr; variable
|
H A D | nnrt_client.cpp | 73 LoadFunction(libNNRtService, "Unload", &nnrtService.Unload); in GetInstance()
|
H A D | neural_network_core.cpp | 1409 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 D | sound_id_manager.h | 39 int32_t Unload(int32_t soundID);
|
H A D | soundpool.cpp | 187 int32_t SoundPool::Unload(int32_t soundID) in Unload() function in OHOS::Media::SoundPool 200 return soundIDManager_->Unload(soundID); in Unload()
|
H A D | soundpool.h | 51 int32_t Unload(int32_t soundID) override;
|
H A D | sound_id_manager.cpp | 195 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 D | keeper.rs | 92 let _ = tx.send(TaskManagerEvent::Schedule(ScheduleEvent::Unload)); in unload_sa()
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/soundpool/include/ |
H A D | isoundpool.h | 137 virtual int32_t Unload(int32_t soundID) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/soundpool_test/include/ |
H A D | soundpool_mock.h | 51 int32_t Unload(int32_t soundID);
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/load/ |
H A D | module_loader.cpp | 88 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 D | trigger_connector.cpp | 180 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 D | trigger_connector.h | 84 int32_t Unload();
|