Searched refs:UniqueProductType (Results 1 – 3 of 3) sorted by relevance
58 OHOS::IntellVoiceUtils::UniqueProductType<HeadsetWakeupEngineImpl> headsetImpl_ =59 OHOS::IntellVoiceUtils::UniqueProductType<HeadsetWakeupEngineImpl>(nullptr, nullptr);
161 IntellVoiceUtils::UniqueProductType<SwitchProvider> switchProvider_ =162 IntellVoiceUtils::UniqueProductType<SwitchProvider> {nullptr, nullptr};
49 using UniqueProductType = typename UniquePtrFactory<T>::UniqueProductPtr; variable