Home
last modified time | relevance | path

Searched refs:IntellVoiceDeathRecipient (Results 1 - 8 of 8) sorted by relevance

/foundation/ai/intelligent_voice_framework/utils/
H A Dintell_voice_death_recipient.h24 class IntellVoiceDeathRecipient : public IRemoteObject::DeathRecipient { class
27 explicit IntellVoiceDeathRecipient(ServerDiedCallback callback) : callback_(callback) {}; in IntellVoiceDeathRecipient() function in OHOS::IntellVoiceUtils::IntellVoiceDeathRecipient
28 ~IntellVoiceDeathRecipient() override = default;
40 DISALLOW_COPY_AND_MOVE(IntellVoiceDeathRecipient);
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
H A Dtrigger_host_manager.cpp82 sptr<IntellVoiceDeathRecipient> recipient = new (std::nothrow) IntellVoiceDeathRecipient( in RegisterTriggerHDIDeathRecipient()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/hdi_adapter/
H A Dheadset_host_manager.h51 sptr<OHOS::IntellVoiceUtils::IntellVoiceDeathRecipient> engineHdiDeathRecipient_ = nullptr;
H A Dheadset_host_manager.cpp65 engineHdiDeathRecipient_ = new (std::nothrow) IntellVoiceDeathRecipient( in RegisterEngineHDIDeathRecipient()
H A Dengine_host_manager.h69 sptr<OHOS::IntellVoiceUtils::IntellVoiceDeathRecipient> engineHdiDeathRecipient_ = nullptr;
H A Dengine_host_manager.cpp88 engineHdiDeathRecipient_ = new (std::nothrow) IntellVoiceDeathRecipient( in RegisterEngineHDIDeathRecipient()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H A Dintell_voice_service_manager.h172 std::map<IntellVoiceEngineType, sptr<IntellVoiceUtils::IntellVoiceDeathRecipient>> proxyDeathRecipient_;
H A Dintell_voice_service_manager.cpp497 proxyDeathRecipient_[type] = new (std::nothrow) IntellVoiceDeathRecipient([&]() { in RegisterProxyDeathRecipient()
502 proxyDeathRecipient_[type] = new (std::nothrow) IntellVoiceDeathRecipient([&]() { in RegisterProxyDeathRecipient()
514 proxyDeathRecipient_[type] = new (std::nothrow) IntellVoiceDeathRecipient([&]() { in RegisterProxyDeathRecipient()

Completed in 4 milliseconds