/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/ |
H A D | intell_voice_engine_arbitration.h | 41 ArbitrationResult ApplyArbitration(IntellVoiceEngineType type, 42 std::map<IntellVoiceEngineType, sptr<EngineBase>> &engines); 43 sptr<EngineBase> GetEngine(IntellVoiceEngineType type, 44 const std::map<IntellVoiceEngineType, sptr<EngineBase>> &engines); 47 …bool JudgeRejection(IntellVoiceEngineType type, const std::map<IntellVoiceEngineType, sptr<EngineB… 48 void HandlePreemption(IntellVoiceEngineType type, 49 const std::map<IntellVoiceEngineType, sptr<EngineBase>> &engines); 50 …void HandleReplace(IntellVoiceEngineType type, std::map<IntellVoiceEngineType, sptr<EngineBase>> &… 53 …std::map<IntellVoiceEngineType, std::map<IntellVoiceEngineType, EngineRelationType>> engineRelatio…
|
H A D | intell_voice_service_manager.h | 48 static void SetEnrollResult(IntellVoiceEngineType type, bool result) in SetEnrollResult() 56 static bool GetEnrollResult(IntellVoiceEngineType type) in GetEnrollResult() 65 sptr<IIntellVoiceEngine> HandleCreateEngine(IntellVoiceEngineType type); 66 int32_t HandleReleaseEngine(IntellVoiceEngineType type); 84 bool RegisterProxyDeathRecipient(IntellVoiceEngineType type, const sptr<IRemoteObject> &object); 85 bool DeregisterProxyDeathRecipient(IntellVoiceEngineType type); 125 int32_t ReleaseEngine(IntellVoiceEngineType type); 131 int32_t ReleaseEngineInner(IntellVoiceEngineType type); 133 bool IsEngineExist(IntellVoiceEngineType type); 158 std::map<IntellVoiceEngineType, sptr<EngineBase>> engines_; [all …]
|
H A D | intell_voice_engine_arbitration.cpp | 37 ArbitrationResult IntellVoiceEngineArbitration::ApplyArbitration(IntellVoiceEngineType type, in ApplyArbitration() 38 std::map<IntellVoiceEngineType, sptr<EngineBase>> &engines) in ApplyArbitration() argument 51 sptr<EngineBase> IntellVoiceEngineArbitration::GetEngine(IntellVoiceEngineType type, in GetEngine() 52 const std::map<IntellVoiceEngineType, sptr<EngineBase>> &engines) in GetEngine() argument 62 bool IntellVoiceEngineArbitration::JudgeRejection(IntellVoiceEngineType type, in JudgeRejection() 63 const std::map<IntellVoiceEngineType, sptr<EngineBase>> &engines) in JudgeRejection() argument 81 void IntellVoiceEngineArbitration::HandlePreemption(IntellVoiceEngineType type, in HandlePreemption() 82 const std::map<IntellVoiceEngineType, sptr<EngineBase>> &engines) in HandlePreemption() argument 103 void IntellVoiceEngineArbitration::HandleReplace(IntellVoiceEngineType type, in HandleReplace() 104 std::map<IntellVoiceEngineType, sptr<EngineBase>> &engines) in HandleReplace() argument
|
H A D | intell_voice_service.h | 36 …int32_t CreateIntellVoiceEngine(IntellVoiceEngineType type, sptr<IIntellVoiceEngine> &inst) overri… 37 int32_t ReleaseIntellVoiceEngine(IntellVoiceEngineType type) override; 39 …bool RegisterDeathRecipient(IntellVoiceEngineType type, const sptr<IRemoteObject> &object) overrid… 40 bool DeregisterDeathRecipient(IntellVoiceEngineType type) override;
|
H A D | intell_voice_service_stub.cpp | 57 IntellVoiceEngineType type = static_cast<IntellVoiceEngineType>(data.ReadInt32()); in CreateEngineInner() 76 IntellVoiceEngineType type = static_cast<IntellVoiceEngineType>(data.ReadInt32()); in ReleaseEngineInner()
|
H A D | intell_voice_service_stub.h | 32 …virtual bool RegisterDeathRecipient(IntellVoiceEngineType type, const sptr<IRemoteObject> &object)… 33 virtual bool DeregisterDeathRecipient(IntellVoiceEngineType type) = 0;
|
H A D | intell_voice_service_manager.cpp | 81 sptr<IIntellVoiceEngine> IntellVoiceServiceManager::CreateEngine(IntellVoiceEngineType type, const … in CreateEngine() 105 sptr<IIntellVoiceEngine> IntellVoiceServiceManager::CreateEngineInner(IntellVoiceEngineType type, in CreateEngineInner() 127 int32_t IntellVoiceServiceManager::ReleaseEngine(IntellVoiceEngineType type) in ReleaseEngine() 154 int32_t IntellVoiceServiceManager::ReleaseEngineInner(IntellVoiceEngineType type) in ReleaseEngineInner() 473 bool IntellVoiceServiceManager::RegisterProxyDeathRecipient(IntellVoiceEngineType type, in RegisterProxyDeathRecipient() 512 bool IntellVoiceServiceManager::DeregisterProxyDeathRecipient(IntellVoiceEngineType type) in DeregisterProxyDeathRecipient() 532 bool IntellVoiceServiceManager::IsEngineExist(IntellVoiceEngineType type) in IsEngineExist() 773 sptr<IIntellVoiceEngine> IntellVoiceServiceManager::HandleCreateEngine(IntellVoiceEngineType type) in HandleCreateEngine() 780 int32_t IntellVoiceServiceManager::HandleReleaseEngine(IntellVoiceEngineType type) in HandleReleaseEngine()
|
H A D | intell_voice_service.cpp | 76 int32_t IntellVoiceService::CreateIntellVoiceEngine(IntellVoiceEngineType type, sptr<IIntellVoiceEn… in CreateIntellVoiceEngine() 99 int32_t IntellVoiceService::ReleaseIntellVoiceEngine(IntellVoiceEngineType type) in ReleaseIntellVoiceEngine() 382 bool IntellVoiceService::RegisterDeathRecipient(IntellVoiceEngineType type, const sptr<IRemoteObjec… in RegisterDeathRecipient() 402 bool IntellVoiceService::DeregisterDeathRecipient(IntellVoiceEngineType type) in DeregisterDeathRecipient()
|
/ohos5.0/foundation/ai/intelligent_voice_framework/interfaces/inner_api/native/ |
H A D | intell_voice_manager.h | 29 using OHOS::IntellVoiceEngine::IntellVoiceEngineType; 43 int32_t CreateIntellVoiceEngine(IntellVoiceEngineType type, sptr<IIntellVoiceEngine> &inst); 44 int32_t ReleaseIntellVoiceEngine(IntellVoiceEngineType type);
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/ |
H A D | intell_voice_service_proxy.h | 30 …int32_t CreateIntellVoiceEngine(IntellVoiceEngineType type, sptr<IIntellVoiceEngine> &inst) overri… 31 int32_t ReleaseIntellVoiceEngine(IntellVoiceEngineType type) override;
|
H A D | intell_voice_service_proxy.cpp | 27 int32_t IntellVoiceServiceProxy::CreateIntellVoiceEngine(IntellVoiceEngineType type, sptr<IIntellVo… in CreateIntellVoiceEngine() 55 int32_t IntellVoiceServiceProxy::ReleaseIntellVoiceEngine(IntellVoiceEngineType type) in ReleaseIntellVoiceEngine()
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/ |
H A D | i_intell_voice_service.h | 47 …virtual int32_t CreateIntellVoiceEngine(IntellVoiceEngineType type, sptr<IIntellVoiceEngine> &inst… 48 virtual int32_t ReleaseIntellVoiceEngine(IntellVoiceEngineType type) = 0;
|
H A D | i_intell_voice_engine.h | 26 enum IntellVoiceEngineType { enum
|
/ohos5.0/foundation/ai/intelligent_voice_framework/tests/fuzztest/intellvoice_fuzzer/ |
H A D | intellvoice_fuzzer.cpp | 45 IntellVoiceEngineType type = *reinterpret_cast<const IntellVoiceEngineType *>(data); in IntellVoiceManagerFuzzTest()
|
H A D | servicemanager_fuzzer.cpp | 51 IntellVoiceEngineType type = *reinterpret_cast<const IntellVoiceEngineType *>(data); in IntellVoiceServiceManagerFuzzTest()
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/ |
H A D | engine_factory.h | 26 …static sptr<EngineBase> CreateEngineInst(IntellVoiceEngineType type, const std::string ¶m = ""…
|
H A D | engine_factory.cpp | 28 sptr<EngineBase> EngineFactory::CreateEngineInst(IntellVoiceEngineType type, const std::string &par… in CreateEngineInst()
|
/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/native/ |
H A D | intell_voice_manager.cpp | 78 int32_t IntellVoiceManager::CreateIntellVoiceEngine(IntellVoiceEngineType type, sptr<IIntellVoiceEn… in CreateIntellVoiceEngine() 88 int32_t IntellVoiceManager::ReleaseIntellVoiceEngine(IntellVoiceEngineType type) in ReleaseIntellVoiceEngine()
|