Home
last modified time | relevance | path

Searched defs:unload (Results 1 – 4 of 4) sorted by relevance

/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/rust/audio_rust_sa/
Dlib.rs45 fn unload(&self) -> IpcResult<String>; in unload() method
78 fn unload(&self) -> IpcResult<String>{ in unload() method
92 fn unload(&self) -> IpcResult<String> { in unload() method
Daudio.rs51 fn unload(&self) -> IpcResult<String>{ in unload() method
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
Dtrigger_helper.cpp158 bool unload = !modelData->SameModel(model); in StartGenericRecognition() local
265 int32_t TriggerHelper::InitRecognition(std::shared_ptr<TriggerModelData> modelData, bool unload) in InitRecognition()
/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
Dsoundpool_unit_test.cpp485 int32_t unload = soundPool_->Unload(soundIDs_[0]); variable
507 int32_t unload = soundPool_->Unload(-1); variable