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:printerInfoPtr
(Results
1 - 4
of
4
) sorted by relevance
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H
A
D
napi_print_ext.cpp
43
auto
printerInfoPtr
= PrinterInfoHelper::BuildFromJs(env, value);
in AddPrinters()
44
if (
printerInfoPtr
== nullptr) {
in AddPrinters()
49
printerInfoPtr
->SetPrinterId(
printerInfoPtr
->GetPrinterId());
in AddPrinters()
50
PRINT_HILOGD("
printerInfoPtr
->GetPrinterId() = %{public}s",
printerInfoPtr
->GetPrinterId().c_str());
in AddPrinters()
51
context->printerInfos.emplace_back(*
printerInfoPtr
);
in AddPrinters()
145
auto
printerInfoPtr
= PrinterInfoHelper::BuildFromJs(env, value);
in UpdatePrinters()
146
if (
printerInfoPtr
== nullptr) {
in UpdatePrinters()
151
context->printerInfos.emplace_back(*
printerInfoPtr
);
in UpdatePrinters()
[all...]
/base/print/print_fwk/services/print_service/src/
H
A
D
print_system_data.cpp
815
auto
printerInfoPtr
= iter->second;
816
if (
printerInfoPtr
== nullptr) {
819
if (PrintUtil::StandardizePrinterName(
printerInfoPtr
->GetPrinterName()) != name) {
822
return
printerInfoPtr
;
H
A
D
print_service_ability.cpp
3411
std::shared_ptr <PrinterInfo>
printerInfoPtr
= pair.second;
in HandlePrinterStateChangeRegister()
local
3412
SendPrinterEvent(*
printerInfoPtr
);
in HandlePrinterStateChangeRegister()
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H
A
D
print_service_proxy.cpp
433
auto
printerInfoPtr
= PrinterInfo::Unmarshalling(reply);
in QueryPrinterInfoByPrinterId()
local
434
if (
printerInfoPtr
== nullptr) {
in QueryPrinterInfoByPrinterId()
438
info = *
printerInfoPtr
;
in QueryPrinterInfoByPrinterId()
Completed in 10 milliseconds