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:OnCallbackSync
(Results
1 - 9
of
9
) sorted by relevance
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/
H
A
D
iscan_callback.h
29
virtual bool
OnCallbackSync
(uint32_t state, const ScanDeviceInfoSync &info) = 0;
H
A
D
scan_callback.h
74
bool
OnCallbackSync
(uint32_t state, const ScanDeviceInfoSync &info) override;
/base/print/print_fwk/services/scan_service/include/
H
A
D
scan_callback_proxy.h
30
bool
OnCallbackSync
(uint32_t state, const ScanDeviceInfoSync &info) override;
/base/print/print_fwk/test/fuzztest/scancallbackproxy_fuzzer/
H
A
D
scancallbackproxy_fuzzer.cpp
50
scanCallbackProxy.
OnCallbackSync
(state, info);
in TestOnCallbackSync()
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H
A
D
scan_callback_stub.cpp
88
bool result =
OnCallbackSync
(state, *info);
in HandleDeviceInfoSyncEvent()
H
A
D
scan_callback.cpp
217
bool ScanCallback::
OnCallbackSync
(uint32_t state, const ScanDeviceInfoSync &info)
in OnCallbackSync()
function in OHOS::Scan::ScanCallback
/base/print/print_fwk/services/scan_service/src/
H
A
D
scan_callback_proxy.cpp
88
bool ScanCallbackProxy::
OnCallbackSync
(uint32_t state, const ScanDeviceInfoSync &info)
in OnCallbackSync()
function in OHOS::Scan::ScanCallbackProxy
104
SCAN_HILOGE("ScanCallbackProxy::
OnCallbackSync
remote is null");
in OnCallbackSync()
114
SCAN_HILOGD("ScanCallbackProxy::
OnCallbackSync
End");
in OnCallbackSync()
H
A
D
scan_service_ability.cpp
1236
eventIt->second->
OnCallbackSync
(info.GetDeviceState(), info);
in SendDeviceInfoSync()
/base/print/print_fwk/test/fuzztest/scancallback_fuzzer/
H
A
D
scancallback_fuzzer.cpp
71
callBack.
OnCallbackSync
(state, syncInfo);
in TestOnCallbackSync()
Completed in 7 milliseconds