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:remoteExtSession
(Results
1 - 2
of
2
) sorted by relevance
/foundation/window/window_manager/window_scene/session_manager/include/
H
A
D
scene_session_manager.h
664
void DestroyExtensionSession(const sptr<IRemoteObject>&
remoteExtSession
);
827
[this](const sptr<IRemoteObject>&
remoteExtSession
) { this->DestroyExtensionSession(
remoteExtSession
); });
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
scene_session_manager.cpp
9648
void SceneSessionManager::DestroyExtensionSession(const sptr<IRemoteObject>&
remoteExtSession
)
in DestroyExtensionSession()
argument
9650
auto task = [this,
remoteExtSession
]() {
in DestroyExtensionSession()
9651
auto iter = remoteExtSessionMap_.find(
remoteExtSession
);
in DestroyExtensionSession()
9653
TLOGI(WmsLogTag::WMS_UIEXT, "Invalid
remoteExtSession
or already destroyed");
in DestroyExtensionSession()
9752
auto
remoteExtSession
= sessionStage->AsObject();
in AddExtensionWindowStageToSCB()
9753
if (
remoteExtSession
== nullptr) {
in AddExtensionWindowStageToSCB()
9761
if (!
remoteExtSession
->AddDeathRecipient(extensionDeath_)) {
in AddExtensionWindowStageToSCB()
9780
remoteExtSessionMap_.insert(std::make_pair(
remoteExtSession
, token));
in AddExtensionWindowStageToSCB()
9807
auto
remoteExtSession
= sessionStage->AsObject();
in RemoveExtensionWindowStageFromSCB()
9808
if (
remoteExtSession
in RemoveExtensionWindowStageFromSCB()
[all...]
Completed in 20 milliseconds