Home
last modified time | relevance | path

Searched refs:InteractionManagerImpl (Results 1 - 2 of 2) sorted by relevance

/base/msdp/device_status/frameworks/native/interaction/src/
H A Dinteraction_manager_impl.cpp23 #define LOG_TAG "InteractionManagerImpl"
29 InteractionManagerImpl::InteractionManagerImpl() {} in InteractionManagerImpl() function in OHOS::Msdp::DeviceStatus::InteractionManagerImpl
31 InteractionManagerImpl::~InteractionManagerImpl() {} in ~InteractionManagerImpl()
33 bool InteractionManagerImpl::InitClient() in InitClient()
55 void InteractionManagerImpl::InitMsgHandler() in InitMsgHandler()
94 int32_t InteractionManagerImpl::RegisterCoordinationListener(std::shared_ptr<ICoordinationListener> listener, in RegisterCoordinationListener()
113 int32_t InteractionManagerImpl::UnregisterCoordinationListener(std::shared_ptr<ICoordinationListener> listener, in UnregisterCoordinationListener()
128 int32_t InteractionManagerImpl
[all...]
/base/msdp/device_status/frameworks/native/interaction/include/
H A Dinteraction_manager_impl.h31 class InteractionManagerImpl { class
32 DECLARE_SINGLETON(InteractionManagerImpl);
35 DISALLOW_MOVE(InteractionManagerImpl);
86 #define INTER_MGR_IMPL OHOS::Singleton<InteractionManagerImpl>::GetInstance()

Completed in 2 milliseconds