Home
last modified time | relevance | path

Searched refs:AppDeviceHandler (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dapp_device_handler.cpp22 AppDeviceHandler::AppDeviceHandler() in AppDeviceHandler() function in OHOS::ObjectStore::AppDeviceHandler
28 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()
H A Dcommunication_provider_impl.cpp23 CommunicationProviderImpl::CommunicationProviderImpl(AppPipeMgr &appPipeMgr, AppDeviceHandler &devi… in CommunicationProviderImpl()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dapp_device_handler.h23 class AppDeviceHandler {
25 ~AppDeviceHandler();
26 explicit AppDeviceHandler();
H A Dcommunication_provider_impl.h29 CommunicationProviderImpl(AppPipeMgr &appPipeMgr, AppDeviceHandler &deviceHandler);
70 AppDeviceHandler &appDeviceHandler_;
H A Dark_communication_provider.h36 AppDeviceHandler appDeviceHandlerImpl_{};