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:VendorBsuniDriver
(Results
1 - 4
of
4
) sorted by relevance
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H
A
D
vendor_bsuni_driver_test.cpp
101
std::function<void(
VendorBsuniDriver
&vendorDriver, MockBsuniDriver &mockDriver, MockVendorManager &mockManager)>;
132
VendorBsuniDriver
vendorDriver;
in DoMockTest()
155
EXPECT_FALSE(
VendorBsuniDriver
::CheckVendorExtension(nullptr));
in HWTEST_F()
166
EXPECT_TRUE(
VendorBsuniDriver
::CheckVendorExtension(&vendorExtension));
in HWTEST_F()
168
EXPECT_FALSE(
VendorBsuniDriver
::CheckVendorExtension(&vendorExtension));
in HWTEST_F()
170
EXPECT_FALSE(
VendorBsuniDriver
::CheckVendorExtension(&vendorExtension));
in HWTEST_F()
172
EXPECT_FALSE(
VendorBsuniDriver
::CheckVendorExtension(&vendorExtension));
in HWTEST_F()
174
EXPECT_FALSE(
VendorBsuniDriver
::CheckVendorExtension(&vendorExtension));
in HWTEST_F()
176
EXPECT_FALSE(
VendorBsuniDriver
::CheckVendorExtension(&vendorExtension));
in HWTEST_F()
178
EXPECT_FALSE(
VendorBsuniDriver
in HWTEST_F()
[all...]
/base/print/print_fwk/services/print_service/src/
H
A
D
vendor_bsuni_driver.cpp
24
VendorBsuniDriver
*g_driverWrapper = nullptr;
27
void
VendorBsuniDriver
::SetDriverWrapper(
VendorBsuniDriver
*driver)
in SetDriverWrapper()
33
bool
VendorBsuniDriver
::CheckVendorExtension(Print_VendorExtension *extension)
in CheckVendorExtension()
48
bool
VendorBsuniDriver
::LoadDriverExtension()
in LoadDriverExtension()
82
int32_t
VendorBsuniDriver
::AddPrinterToDiscovery(const Print_DiscoveryItem *discoveryItem)
in AddPrinterToDiscovery()
99
int32_t
VendorBsuniDriver
::RemovePrinterFromDiscovery(const char *printerId)
in RemovePrinterFromDiscovery()
116
int32_t
VendorBsuniDriver
::AddPrinterToCups(const Print_DiscoveryItem *printer,
in AddPrinterToCups()
147
int32_t
VendorBsuniDriver
::RemovePrinterFromCups(const char *printerId)
in RemovePrinterFromCups()
163
int32_t
VendorBsuniDriver
197
VendorBsuniDriver
::
VendorBsuniDriver
() {}
VendorBsuniDriver()
function in VendorBsuniDriver
[all...]
H
A
D
vendor_manager.cpp
86
auto vendorBsUni = std::make_shared<
VendorBsuniDriver
>();
in Init()
/base/print/print_fwk/services/print_service/include/
H
A
D
vendor_bsuni_driver.h
23
class
VendorBsuniDriver
: public VendorDriverBase {
class
25
static void SetDriverWrapper(
VendorBsuniDriver
*driver);
35
VendorBsuniDriver
();
36
~
VendorBsuniDriver
();
Completed in 3 milliseconds