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:SessionProxy
(Results
1 - 6
of
6
) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
session_proxy_test.cpp
44
SessionProxy
* sProxy = new(std::nothrow)
SessionProxy
(iRemoteObjectMocker);
in HWTEST_F()
60
SessionProxy
* sProxy = new(std::nothrow)
SessionProxy
(iRemoteObjectMocker);
in HWTEST_F()
77
SessionProxy
* sProxy = new(std::nothrow)
SessionProxy
(iRemoteObjectMocker);
in HWTEST_F()
92
sptr<
SessionProxy
> sProxy = sptr<
SessionProxy
>::MakeSptr(remoteMocker);
in HWTEST_F()
98
sptr<
SessionProxy
> tempProxy = sptr<
SessionProxy
>
in HWTEST_F()
[all...]
H
A
D
session_proxy_lifecycle_test.cpp
42
SessionProxy
* sProxy = new (std::nothrow)
SessionProxy
(iRemoteObjectMocker);
in HWTEST_F()
58
SessionProxy
* sProxy = new (std::nothrow)
SessionProxy
(iRemoteObjectMocker);
in HWTEST_F()
75
SessionProxy
* sProxy = new (std::nothrow)
SessionProxy
(iRemoteObjectMocker);
in HWTEST_F()
90
SessionProxy
* sProxy = new (std::nothrow)
SessionProxy
(iRemoteObjectMocker);
in HWTEST_F()
106
sptr<
SessionProxy
> sProxy = new (std::nothrow)
SessionProxy
(iRemoteObjectMocke
in HWTEST_F()
[all...]
H
A
D
session_proxy_mock_test.cpp
45
SessionProxy
* sProxy = new(std::nothrow)
SessionProxy
(iRemoteObjectMocker);
in HWTEST_F()
65
SessionProxy
* sProxy = new(std::nothrow)
SessionProxy
(iRemoteObjectMocker);
in HWTEST_F()
86
SessionProxy
* sProxy = new(std::nothrow)
SessionProxy
(iRemoteObjectMocker);
in HWTEST_F()
107
SessionProxy
* sessionProxy = new(std::nothrow)
SessionProxy
(iRemoteObjectMocker);
in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/zidl/
H
A
D
session_proxy.cpp
34
constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, HILOG_DOMAIN_WINDOW, "
SessionProxy
" };
56
WSError
SessionProxy
::Foreground(
in Foreground()
100
WSError
SessionProxy
::Background(bool isFromClient, const std::string& identityToken)
in Background()
131
WSError
SessionProxy
::Show(sptr<WindowSessionProperty> property)
in Show()
167
WSError
SessionProxy
::Hide()
in Hide()
191
WSError
SessionProxy
::Disconnect(bool isFromClient, const std::string& identityToken)
in Disconnect()
223
WSError
SessionProxy
::Connect(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel,
in Connect()
316
WSError
SessionProxy
::DrawingCompleted()
in DrawingCompleted()
339
WSError
SessionProxy
::ChangeSessionVisibilityWithStatusBar(sptr<AAFwk::SessionInfo> abilitySessionInfo, bool visible)
in ChangeSessionVisibilityWithStatusBar()
395
WSError
SessionProxy
[all...]
/foundation/window/window_manager/window_scene/session/host/include/zidl/
H
A
D
session_proxy.h
26
class
SessionProxy
: public IRemoteProxy<ISession> {
class
28
explicit
SessionProxy
(const sptr<IRemoteObject>& impl) : IRemoteProxy<ISession>(impl) {}
in SessionProxy()
function in OHOS::Rosen::SessionProxy
29
virtual ~
SessionProxy
() = default;
111
static inline BrokerDelegator<
SessionProxy
> delegator_;
/foundation/window/window_manager/test/fuzztest/window_scene/sessioninterface_fuzzer/
H
A
D
sessioninterface_fuzzer.cpp
61
sptr<
SessionProxy
> proxy = new
SessionProxy
(session->AsObject());
in GetProxy()
Completed in 5 milliseconds