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:SaveUpdatedIcon
(Results
1 - 7
of
7
) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
scene_persistence_test.cpp
140
* @tc.name:
SaveUpdatedIcon
141
* @tc.desc: test function :
SaveUpdatedIcon
144
HWTEST_F(ScenePersistenceTest,
SaveUpdatedIcon
, Function | SmallTest | Level1)
in HWTEST_F()
150
scenePersistence->
SaveUpdatedIcon
(pixelMap);
in HWTEST_F()
155
scenePersistence->
SaveUpdatedIcon
(mPixelMap);
in HWTEST_F()
173
scenePersistence->
SaveUpdatedIcon
(mPixelMap);
in HWTEST_F()
H
A
D
scene_session_test2.cpp
795
* @tc.name:
SaveUpdatedIcon
796
* @tc.desc: * @tc.name:
SaveUpdatedIcon
799
HWTEST_F(SceneSessionTest2,
SaveUpdatedIcon
, Function | SmallTest | Level2)
in HWTEST_F()
802
info.abilityName_ = "
SaveUpdatedIcon
";
in HWTEST_F()
803
info.bundleName_ = "
SaveUpdatedIcon
";
in HWTEST_F()
809
scensession->
SaveUpdatedIcon
(nullptr);
in HWTEST_F()
832
scensession->
SaveUpdatedIcon
(nullptr);
in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H
A
D
scene_persistence.h
52
void
SaveUpdatedIcon
(const std::shared_ptr<Media::PixelMap>& pixelMap);
H
A
D
scene_session.h
351
void
SaveUpdatedIcon
(const std::shared_ptr<Media::PixelMap>& icon);
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
scene_persistence.cpp
190
void ScenePersistence::
SaveUpdatedIcon
(const std::shared_ptr<Media::PixelMap>& pixelMap)
in SaveUpdatedIcon()
function in OHOS::Rosen::ScenePersistence
218
WLOGFD("
SaveUpdatedIcon
finished");
in SaveUpdatedIcon()
H
A
D
session.cpp
1576
scenePersistence_->
SaveUpdatedIcon
(icon);
in SetSessionIcon()
H
A
D
scene_session.cpp
2648
void SceneSession::
SaveUpdatedIcon
(const std::shared_ptr<Media::PixelMap>& icon)
in SaveUpdatedIcon()
function in SceneSession
2650
WLOGFI("run
SaveUpdatedIcon
");
in SaveUpdatedIcon()
2652
scenePersistence_->
SaveUpdatedIcon
(icon);
in SaveUpdatedIcon()
Completed in 20 milliseconds