Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:VendorDriverBase
(Results
1 - 9
of
9
) sorted by relevance
/base/print/print_fwk/services/print_service/src/
H
A
D
vendor_driver_base.cpp
29
VendorDriverBase
::
VendorDriverBase
() {}
in VendorDriverBase()
function in VendorDriverBase
31
VendorDriverBase
::~
VendorDriverBase
() {}
in ~VendorDriverBase()
33
bool
VendorDriverBase
::Init(IPrinterVendorManager *manager)
in Init()
38
void
VendorDriverBase
::UnInit()
in UnInit()
43
void
VendorDriverBase
::OnCreate() {}
in OnCreate()
44
void
VendorDriverBase
::OnDestroy() {}
in OnDestroy()
46
void
VendorDriverBase
::OnStartDiscovery() {}
in OnStartDiscovery()
47
void
VendorDriverBase
in OnStartDiscovery()
[all...]
H
A
D
vendor_bsuni_driver.cpp
204
if (!
VendorDriverBase
::Init(manager)) {
in Init()
205
PRINT_HILOGD("
VendorDriverBase
init fail");
in Init()
223
VendorDriverBase
::UnInit();
in UnInit()
229
VendorDriverBase
::OnCreate();
in OnCreate()
252
VendorDriverBase
::OnDestroy();
in OnDestroy()
269
VendorDriverBase
::OnStartDiscovery();
in OnStartDiscovery()
284
VendorDriverBase
::OnStopDiscovery();
in OnStopDiscovery()
H
A
D
vendor_ipp_everywhere.cpp
34
if (!
VendorDriverBase
::Init(manager)) {
in Init()
35
PRINT_HILOGD("
VendorDriverBase
init fail");
in Init()
42
VendorDriverBase
::UnInit();
in UnInit()
H
A
D
vendor_manager.cpp
119
bool VendorManager::LoadVendorDriver(std::shared_ptr<
VendorDriverBase
> vendorDriver)
in LoadVendorDriver()
347
std::shared_ptr<
VendorDriverBase
> VendorManager::FindDriverByPrinterId(const std::string &globalPrinterId)
in FindDriverByPrinterId()
358
std::shared_ptr<
VendorDriverBase
> VendorManager::FindDriverByVendorName(const std::string &vendorName)
in FindDriverByVendorName()
/base/print/print_fwk/services/print_service/include/
H
A
D
vendor_manager.h
56
bool LoadVendorDriver(std::shared_ptr<
VendorDriverBase
> vendorDriver);
81
std::shared_ptr<
VendorDriverBase
> FindDriverByPrinterId(const std::string &globalPrinterId);
82
std::shared_ptr<
VendorDriverBase
> FindDriverByVendorName(const std::string &vendorName);
90
std::map<std::string, std::shared_ptr<
VendorDriverBase
>> vendorMap;
H
A
D
vendor_driver_base.h
64
class
VendorDriverBase
{
class
66
VendorDriverBase
();
67
virtual ~
VendorDriverBase
();
H
A
D
vendor_ipp_everywhere.h
24
class VendorIppEveryWhere : public
VendorDriverBase
{
H
A
D
vendor_bsuni_driver.h
23
class VendorBsuniDriver : public
VendorDriverBase
{
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H
A
D
vendor_ipp_everywhere_test.cpp
33
class VendorDriverBaseTest : public
VendorDriverBase
{
Completed in 5 milliseconds