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:shortcutJson
(Results
1 - 5
of
5
) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H
A
D
shortcut_info.cpp
400
void from_json(const nlohmann::json &jsonObject, ShortcutJson &
shortcutJson
)
in from_json()
argument
408
shortcutJson
.shortcuts,
in from_json()
/foundation/bundlemanager/bundle_framework/test/benchmarktest/json_serializer_test/
H
A
D
json_serializer_test.cpp
535
ShortcutJson
shortcutJson
;
in BenchmarkTestForShortcutJsonFromJson()
local
538
from_json(jsonObject,
shortcutJson
);
in BenchmarkTestForShortcutJsonFromJson()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H
A
D
json_serializer.h
137
void from_json(const nlohmann::json &jsonObject, ShortcutJson &
shortcutJson
);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H
A
D
bms_bundle_kit_service_test.cpp
10737
* @tc.name:
shortcutJson
from_json branch cover
10738
* @tc.desc: 1.Test
shortcutJson
from_json
10743
ShortcutJson
shortcutJson
;
in HWTEST_F()
local
10744
from_json(jsonObject,
shortcutJson
);
in HWTEST_F()
10745
Shortcut shortcut =
shortcutJson
.shortcuts.front();
in HWTEST_F()
10753
* @tc.name:
shortcutJson
from_json branch cover
10754
* @tc.desc: 1.Test
shortcutJson
from_json
10760
ShortcutJson
shortcutJson
;
in HWTEST_F()
local
10761
from_json(jsonObject,
shortcutJson
);
in HWTEST_F()
10762
EXPECT_EQ(
shortcutJson
in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_data_mgr.cpp
4875
ShortcutJson
shortcutJson
= jsonObject.get<ShortcutJson>();
in GetShortcutInfosByInnerBundleInfo()
local
4876
for (const Shortcut &item :
shortcutJson
.shortcuts) {
in GetShortcutInfosByInnerBundleInfo()
Completed in 35 milliseconds