Home
last modified time | relevance | path

Searched refs:lowLatencyListener_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_manager.h148 sptr<LowLatencyListener> lowLatencyListener_ = nullptr; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp72 lowLatencyListener_(sptr<LowLatencyListener>(new(std::nothrow) LowLatencyListener())),
85 lowLatencyListener_ = nullptr; in ~ComponentManager()
105 Publisher::GetInstance().RegisterListener(DHTopic::TOPIC_LOW_LATENCY, lowLatencyListener_); in Init()
205 Publisher::GetInstance().UnregisterListener(DHTopic::TOPIC_LOW_LATENCY, lowLatencyListener_); in UnInit()