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:DumpSessionAll
(Results
1 - 14
of
14
) sorted by relevance
/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H
A
D
scene_session_manager_proxy.h
77
WSError
DumpSessionAll
(std::vector<std::string>& infos) override;
H
A
D
scene_session_manager_interface.h
140
virtual WSError
DumpSessionAll
(std::vector<std::string>& infos) override { return WSError::WS_OK; }
/foundation/window/window_manager/interfaces/innerkits/wm/
H
A
D
window_manager.h
692
WMError
DumpSessionAll
(std::vector<std::string>& infos);
/foundation/window/window_manager/wm/include/
H
A
D
window_adapter.h
88
virtual WMError
DumpSessionAll
(std::vector<std::string>& infos);
/foundation/window/window_manager/wmserver/include/zidl/
H
A
D
window_manager_interface.h
139
virtual WSError
DumpSessionAll
(std::vector<std::string>& infos) { return WSError::WS_OK; }
in DumpSessionAll()
function in OHOS::Rosen::IWindowManager
/foundation/window/window_manager/wm/src/
H
A
D
window_adapter.cpp
626
WMError WindowAdapter::
DumpSessionAll
(std::vector<std::string>& infos)
in DumpSessionAll()
function in OHOS::Rosen::WindowAdapter
632
return static_cast<WMError>(wmsProxy->
DumpSessionAll
(infos));
in DumpSessionAll()
H
A
D
window_manager.cpp
1131
WMError WindowManager::
DumpSessionAll
(std::vector<std::string>& infos)
in DumpSessionAll()
function in OHOS::Rosen::WindowManager
1133
WMError ret = SingletonContainer::Get<WindowAdapter>().
DumpSessionAll
(infos);
in DumpSessionAll()
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
scene_session_manager_test2.cpp
1383
* @tc.name:
DumpSessionAll
1387
HWTEST_F(SceneSessionManagerTest2,
DumpSessionAll
, Function | SmallTest | Level3)
in HWTEST_F()
1391
sessionInfo.abilityName_ = "
DumpSessionAll
";
in HWTEST_F()
1396
WSError result = ssm_->
DumpSessionAll
(infos);
in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_manager_test.cpp
867
* @tc.name:
DumpSessionAll
868
* @tc.desc:
DumpSessionAll
871
HWTEST_F(WindowManagerTest,
DumpSessionAll
, Function | SmallTest | Level2)
in HWTEST_F()
875
WMError res = WindowManager::GetInstance().
DumpSessionAll
(infos);
in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H
A
D
scene_session_manager.h
226
WSError
DumpSessionAll
(std::vector<std::string>& infos) override;
/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H
A
D
scene_session_manager_stub.cpp
548
WSError errCode =
DumpSessionAll
(infos);
in HandleDumpSessionAll()
H
A
D
scene_session_manager_proxy.cpp
1039
WSError SceneSessionManagerProxy::
DumpSessionAll
(std::vector<std::string>& infos)
in DumpSessionAll()
function in OHOS::Rosen::SceneSessionManagerProxy
1041
WLOGFI("run SceneSessionManagerProxy::
DumpSessionAll
");
in DumpSessionAll()
1046
WLOGFE("
DumpSessionAll
write interface token failed.");
in DumpSessionAll()
1056
WLOGFE("
DumpSessionAll
sendRequest failed.");
in DumpSessionAll()
1060
WLOGFE("
DumpSessionAll
read session info failed.");
in DumpSessionAll()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_manager_service.cpp
5705
Rosen::WindowManager::GetInstance().
DumpSessionAll
(info);
in DumpMissionInfosInner()
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
scene_session_manager.cpp
6547
WSError SceneSessionManager::
DumpSessionAll
(std::vector<std::string>& infos)
in DumpSessionAll()
function in OHOS::Rosen::SceneSessionManager
6551
WLOGFE("
DumpSessionAll
permission denied!");
in DumpSessionAll()
6568
return taskScheduler_->PostSyncTask(task, "
DumpSessionAll
");
in DumpSessionAll()
Completed in 55 milliseconds