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:printerId1
(Results
1 - 3
of
3
) sorted by relevance
/base/print/print_fwk/test/unittest/service_test/
H
A
D
print_user_data_test.cpp
364
std::string
printerId1
= "com.ohos.spooler:p2p://DIRECT_PixLab_V1-0105";
in HWTEST_F()
local
368
userData->SetLastUsedPrinter(
printerId1
);
in HWTEST_F()
369
EXPECT_STREQ(userData->GetLastUsedPrinter().c_str(),
printerId1
.c_str());
in HWTEST_F()
373
userData->SetDefaultPrinter(
printerId1
, DELETE_DEFAULT_PRINTER);
in HWTEST_F()
374
userData->DeletePrinter(
printerId1
);
in HWTEST_F()
H
A
D
print_system_data_test.cpp
1136
std::string
printerId1
= "1";
in HWTEST_F()
local
1138
systemData->addedPrinterMap_.Insert(
printerId1
, std::make_shared<CupsPrinterInfo>(cupsPrinterInfo1));
in HWTEST_F()
1139
systemData->CheckPrinterBusy(
printerId1
);
in HWTEST_F()
1153
std::string
printerId1
= "1";
in HWTEST_F()
local
1158
printerInfo->SetPrinterId(
printerId1
);
in HWTEST_F()
1162
auto discoveredPrinter = systemData->QueryDiscoveredPrinterInfoById(
printerId1
);
in HWTEST_F()
1170
systemData->RemovePrinterFromDiscovery(
printerId1
);
in HWTEST_F()
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H
A
D
print_service_ability_test.cpp
2138
std::string
printerId1
= "testprinter1";
in HWTEST_F()
local
2141
info1.SetPrinterId(
printerId1
);
in HWTEST_F()
Completed in 7 milliseconds