Searched refs:AppDeviceHandler (Results 1 – 5 of 5) sorted by relevance
22 AppDeviceHandler::AppDeviceHandler() in AppDeviceHandler() function in OHOS::ObjectStore::AppDeviceHandler28 AppDeviceHandler::~AppDeviceHandler() in ~AppDeviceHandler()32 void AppDeviceHandler::Init() in Init()37 Status AppDeviceHandler::StartWatchDeviceChange( in StartWatchDeviceChange()43 Status AppDeviceHandler::StopWatchDeviceChange( in StopWatchDeviceChange()49 std::vector<DeviceInfo> AppDeviceHandler::GetDeviceList() const in GetDeviceList()54 DeviceInfo AppDeviceHandler::GetLocalDevice() in GetLocalDevice()59 DeviceInfo AppDeviceHandler::GetLocalBasicInfo() const in GetLocalBasicInfo()64 std::vector<DeviceInfo> AppDeviceHandler::GetRemoteNodesBasicInfo() const in GetRemoteNodesBasicInfo()69 std::string AppDeviceHandler::GetUuidByNodeId(const std::string &nodeId) const in GetUuidByNodeId()
23 CommunicationProviderImpl::CommunicationProviderImpl(AppPipeMgr &appPipeMgr, AppDeviceHandler &devi… in CommunicationProviderImpl()
23 class AppDeviceHandler {25 ~AppDeviceHandler();26 explicit AppDeviceHandler();
29 CommunicationProviderImpl(AppPipeMgr &appPipeMgr, AppDeviceHandler &deviceHandler);70 AppDeviceHandler &appDeviceHandler_;
36 AppDeviceHandler appDeviceHandlerImpl_{};