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:PrintSystemData
(Results
1 - 4
of
4
) sorted by relevance
/base/print/print_fwk/services/print_service/src/
H
A
D
print_system_data.cpp
29
bool
PrintSystemData
::ParsePrinterListJsonV1(nlohmann::json &jsonObject)
in ParsePrinterListJsonV1()
81
bool
PrintSystemData
::Init()
in Init()
93
bool
PrintSystemData
::GetJsonObjectFromFile(nlohmann::json &jsonObject, const std::string &fileName)
in GetJsonObjectFromFile()
127
void
PrintSystemData
::InsertCupsPrinter(
in InsertCupsPrinter()
163
void
PrintSystemData
::DeleteCupsPrinter(const std::string &printerId)
in DeleteCupsPrinter()
179
bool
PrintSystemData
::SaveCupsPrinterMap()
in SaveCupsPrinterMap()
224
std::string
PrintSystemData
::QueryPrinterIdByStandardizeName(const std::string &printerName)
in QueryPrinterIdByStandardizeName()
232
bool
PrintSystemData
::QueryCupsPrinterInfoByPrinterId(const std::string &printerId, CupsPrinterInfo &cupsPrinter)
in QueryCupsPrinterInfoByPrinterId()
247
void
PrintSystemData
::QueryPrinterInfoById(const std::string &printerId, PrinterInfo &printerInfo)
in QueryPrinterInfoById()
267
void
PrintSystemData
[all...]
/base/print/print_fwk/test/unittest/service_test/
H
A
D
print_system_data_test.cpp
56
* @tc.desc: Verify the
PrintSystemData
function.
62
auto systemData = std::make_shared<OHOS::Print::
PrintSystemData
>();
in HWTEST_F()
70
auto systemData = std::make_shared<OHOS::Print::
PrintSystemData
>();
in HWTEST_F()
86
auto systemData = std::make_shared<OHOS::Print::
PrintSystemData
>();
in HWTEST_F()
93
auto systemData = std::make_shared<OHOS::Print::
PrintSystemData
>();
in HWTEST_F()
104
auto systemData = std::make_shared<OHOS::Print::
PrintSystemData
>();
in HWTEST_F()
122
auto systemData = std::make_shared<OHOS::Print::
PrintSystemData
>();
in HWTEST_F()
140
auto systemData = std::make_shared<OHOS::Print::
PrintSystemData
>();
in HWTEST_F()
152
auto systemData = std::make_shared<OHOS::Print::
PrintSystemData
>();
in HWTEST_F()
171
auto systemData = std::make_shared<OHOS::Print::
PrintSystemData
>();
in HWTEST_F()
[all...]
/base/print/print_fwk/services/print_service/include/
H
A
D
print_system_data.h
42
class
PrintSystemData
{
class
H
A
D
print_service_ability.h
248
PrintSystemData
printSystemData_;
Completed in 4 milliseconds