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:GetAbcContent
(Results
1 - 5
of
5
) sorted by relevance
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_session_impl_test4.cpp
874
* @tc.name:
GetAbcContent
875
* @tc.desc:
GetAbcContent
Test
878
HWTEST_F(WindowSessionImplTest4,
GetAbcContent
, Function | SmallTest | Level2)
in HWTEST_F()
882
option->SetWindowName("
GetAbcContent
");
in HWTEST_F()
886
std::shared_ptr<std::vector<uint8_t>> res = window->
GetAbcContent
(abcPath);
in HWTEST_F()
894
res = window->
GetAbcContent
(abcPath);
in HWTEST_F()
902
res = window->
GetAbcContent
(abcPath);
in HWTEST_F()
910
res = window->
GetAbcContent
(abcPath);
in HWTEST_F()
/foundation/window/window_manager/wm/include/
H
A
D
window_session_impl.h
460
std::shared_ptr<std::vector<uint8_t>>
GetAbcContent
(const std::string& abcPath);
H
A
D
window_impl.h
425
std::shared_ptr<std::vector<uint8_t>>
GetAbcContent
(const std::string& abcPath);
/foundation/window/window_manager/wm/src/
H
A
D
window_impl.cpp
639
auto abcContent =
GetAbcContent
(contentInfo);
in SetUIContentInner()
700
std::shared_ptr<std::vector<uint8_t>> WindowImpl::
GetAbcContent
(const std::string& abcPath)
in GetAbcContent()
function in OHOS::Rosen::WindowImpl
H
A
D
window_session_impl.cpp
1228
auto abcContent =
GetAbcContent
(contentInfo);
in InitUIContent()
1353
std::shared_ptr<std::vector<uint8_t>> WindowSessionImpl::
GetAbcContent
(const std::string& abcPath)
in GetAbcContent()
function in OHOS::OHOS::Rosen::WindowSessionImpl
Completed in 20 milliseconds