Home
last modified time | relevance | path

Searched defs:unload (Results 1 – 3 of 3) 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.cpp129 bool unload = !modelData->SameModel(model); in StartGenericRecognition() local
192 int32_t TriggerHelper::InitRecognition(std::shared_ptr<TriggerModelData> modelData, bool unload) in InitRecognition()