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:OnStopDiscovery
(Results
1 - 10
of
10
) sorted by relevance
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/mock/
H
A
D
mock_bsuni_driver.h
29
MOCK_METHOD0(
OnStopDiscovery
, int32_t());
/base/print/print_fwk/services/print_service/include/
H
A
D
vendor_ipp_everywhere.h
33
void
OnStopDiscovery
() override;
H
A
D
vendor_bsuni_driver.h
42
void
OnStopDiscovery
() override;
H
A
D
vendor_driver_base.h
73
virtual void
OnStopDiscovery
();
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H
A
D
vendor_bsuni_driver_test.cpp
61
return g_mockDriver->
OnStopDiscovery
();
in OnStopDiscoveryTest()
204
vendorDriver.
OnStopDiscovery
();
in HWTEST_F()
213
vendorDriver.
OnStopDiscovery
();
in HWTEST_F()
313
EXPECT_CALL(mockDriver,
OnStopDiscovery
()).Times(1).WillOnce(Return(0));
in HWTEST_F()
315
vendorDriver.
OnStopDiscovery
();
in HWTEST_F()
H
A
D
vendor_ipp_everywhere_test.cpp
69
vendorDriver.
OnStopDiscovery
();
in HWTEST_F()
/base/print/print_fwk/services/print_service/src/
H
A
D
vendor_driver_base.cpp
47
void VendorDriverBase::
OnStopDiscovery
() {}
in OnStopDiscovery()
function in VendorDriverBase
H
A
D
vendor_ipp_everywhere.cpp
53
void VendorIppEveryWhere::
OnStopDiscovery
() {}
in OnStopDiscovery()
function in VendorIppEveryWhere
H
A
D
vendor_bsuni_driver.cpp
281
void VendorBsuniDriver::
OnStopDiscovery
()
in OnStopDiscovery()
function in VendorBsuniDriver
283
PRINT_HILOGD("
OnStopDiscovery
enter");
in OnStopDiscovery()
284
VendorDriverBase::
OnStopDiscovery
();
in OnStopDiscovery()
294
PRINT_HILOGI("
OnStopDiscovery
quit: %{public}d", result);
in OnStopDiscovery()
H
A
D
vendor_manager.cpp
231
pair.second->
OnStopDiscovery
();
in StopDiscovery()
Completed in 5 milliseconds