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:printerMapJson
(Results
1 - 3
of
3
) sorted by relevance
/base/print/print_fwk/test/unittest/service_test/
H
A
D
print_system_data_test.cpp
173
nlohmann::json
printerMapJson
= nlohmann::json::array();
in HWTEST_F()
local
179
printerMapJson
.push_back(printerJson);
in HWTEST_F()
182
jsonObject["printer_list"] =
printerMapJson
;
in HWTEST_F()
183
EXPECT_EQ(systemData->ParsePrinterListJsonV1(
printerMapJson
), false);
in HWTEST_F()
193
nlohmann::json
printerMapJson
;
in HWTEST_F()
local
194
printerMapJson
["printer"] = "1234";
in HWTEST_F()
195
EXPECT_EQ(systemData->ParsePrinterListJsonV1(
printerMapJson
), false);
in HWTEST_F()
196
printerMapJson
["printer_list"] = "1234";
in HWTEST_F()
197
EXPECT_EQ(systemData->ParsePrinterListJsonV1(
printerMapJson
), false);
in HWTEST_F()
294
nlohmann::json
printerMapJson
in HWTEST_F()
local
311
nlohmann::json
printerMapJson
= nlohmann::json::array();
HWTEST_F()
local
360
nlohmann::json
printerMapJson
= nlohmann::json::array();
HWTEST_F()
local
394
nlohmann::json
printerMapJson
= nlohmann::json::array();
HWTEST_F()
local
413
nlohmann::json
printerMapJson
= nlohmann::json::array();
HWTEST_F()
local
1018
nlohmann::json
printerMapJson
= nlohmann::json::object();
HWTEST_F()
local
1043
nlohmann::json
printerMapJson
= nlohmann::json::array();
HWTEST_F()
local
1064
nlohmann::json
printerMapJson
= nlohmann::json::array();
HWTEST_F()
local
1092
nlohmann::json
printerMapJson
= nlohmann::json::array();
HWTEST_F()
local
[all...]
/base/print/print_fwk/services/print_service/src/
H
A
D
print_system_data.cpp
193
nlohmann::json
printerMapJson
= nlohmann::json::array();
in SaveCupsPrinterMap()
local
208
printerMapJson
.push_back(printerJson);
in SaveCupsPrinterMap()
212
jsonObject["printer_list"] =
printerMapJson
;
in SaveCupsPrinterMap()
690
nlohmann::json
printerMapJson
= jsonObject["printer_list"];
691
if (
printerMapJson
.empty()) {
H
A
D
print_service_ability.cpp
1004
nlohmann::json
printerMapJson
= nlohmann::json::array();
in WritePreferenceToFile()
local
1011
printerMapJson
.push_back(objectJson);
in WritePreferenceToFile()
1016
jsonObject["printer_list"] =
printerMapJson
;
in WritePreferenceToFile()
Completed in 16 milliseconds