Home
last modified time | relevance | path

Searched refs:OnGetDevicesList (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/
H A Discan_callback.h33 virtual bool OnGetDevicesList(std::vector<ScanDeviceInfo> &info) = 0;
H A Dscan_callback.h78 bool OnGetDevicesList(std::vector<ScanDeviceInfo> &info) override;
/ohos5.0/base/print/print_fwk/services/scan_service/include/
H A Dscan_callback_proxy.h34 bool OnGetDevicesList(std::vector<ScanDeviceInfo> &info) override;
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_callback_stub.cpp133 bool result = OnGetDevicesList(infos); in HandleSendDeviceList()
H A Dscan_callback.cpp314 bool ScanCallback::OnGetDevicesList(std::vector<ScanDeviceInfo> &infos) in OnGetDevicesList() function in OHOS::Scan::ScanCallback
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_callback_proxy.cpp207 bool ScanCallbackProxy::OnGetDevicesList(std::vector<ScanDeviceInfo> &infos) in OnGetDevicesList() function in OHOS::Scan::ScanCallbackProxy
H A Dscan_service_ability.cpp1311 eventIt->second->OnGetDevicesList(infos); in SendDeviceList()
/ohos5.0/base/print/print_fwk/test/fuzztest/scancallback_fuzzer/
H A Dscancallback_fuzzer.cpp109 callBack.OnGetDevicesList(infos); in TestOnGetDevicesList()