Home
last modified time | relevance | path

Searched refs:IDeviceQuery (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H A Didevice_query.h22 class IDeviceQuery { class
24 API_EXPORT virtual ~IDeviceQuery() {} in ~IDeviceQuery()
H A Dcommunication_provider.h60 virtual void SetDeviceQuery(std::shared_ptr<IDeviceQuery> deviceQuery) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dark_communication_provider.h29 void SetDeviceQuery(std::shared_ptr<IDeviceQuery> deviceQuery) override;
41 std::shared_ptr<IDeviceQuery> deviceQuery_ {};
H A Dark_communication_provider.cpp70 void ArkCommunicationProvider::SetDeviceQuery(std::shared_ptr<IDeviceQuery> deviceQuery) in SetDeviceQuery()

Completed in 3 milliseconds