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:OnEventOn
(Results
1 - 5
of
5
) sorted by relevance
/base/print/print_fwk/services/scan_service/include/
H
A
D
scan_service_stub.h
50
bool
OnEventOn
(MessageParcel &data, MessageParcel &reply);
/base/print/print_fwk/services/print_service/include/
H
A
D
print_service_stub.h
32
bool
OnEventOn
(MessageParcel &data, MessageParcel &reply);
/base/print/print_fwk/test/unittest/service_test/
H
A
D
scan_service_stub_test.cpp
63
cmdMap_[CMD_ON] = &ScanServiceStub::
OnEventOn
;
in SetUp()
/base/print/print_fwk/services/scan_service/src/
H
A
D
scan_service_stub.cpp
50
cmdMap_[CMD_ON] = &ScanServiceStub::
OnEventOn
;
in ScanServiceStub()
268
bool ScanServiceStub::
OnEventOn
(MessageParcel &data, MessageParcel &reply)
in OnEventOn()
function in OHOS::Scan::ScanServiceStub
272
SCAN_HILOGD("ScanServiceStub::
OnEventOn
type=%{public}s ", type.c_str());
in OnEventOn()
274
SCAN_HILOGE("ScanServiceStub::
OnEventOn
type is null.");
in OnEventOn()
280
SCAN_HILOGE("ScanServiceStub::
OnEventOn
remote is nullptr");
in OnEventOn()
286
SCAN_HILOGE("ScanServiceStub::
OnEventOn
listener is null");
in OnEventOn()
292
SCAN_HILOGD("ScanServiceStub::
OnEventOn
out");
in OnEventOn()
/base/print/print_fwk/services/print_service/src/
H
A
D
print_service_stub.cpp
49
cmdMap_[OHOS::Print::IPrintInterfaceCode::CMD_ON] = &PrintServiceStub::
OnEventOn
;
in PrintServiceStub()
581
bool PrintServiceStub::
OnEventOn
(MessageParcel &data, MessageParcel &reply)
in OnEventOn()
function in OHOS::Print::PrintServiceStub
585
PRINT_HILOGI("PrintServiceStub::
OnEventOn
type=%{public}s ", type.c_str());
in OnEventOn()
587
PRINT_HILOGE("PrintServiceStub::
OnEventOn
type is null.");
in OnEventOn()
593
PRINT_HILOGE("PrintServiceStub::
OnEventOn
remote is nullptr");
in OnEventOn()
599
PRINT_HILOGE("PrintServiceStub::
OnEventOn
listener is null");
in OnEventOn()
605
PRINT_HILOGD("PrintServiceStub::
OnEventOn
out");
in OnEventOn()
625
PRINT_HILOGE("PrintServiceStub::
OnEventOn
type is null.");
in OnRegisterPrinterCallback()
632
PRINT_HILOGE("PrintServiceStub::
OnEventOn
remote is nullptr");
in OnRegisterPrinterCallback()
638
PRINT_HILOGE("PrintServiceStub::
OnEventOn
listene
in OnRegisterPrinterCallback()
[all...]
Completed in 4 milliseconds