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:IWindowExtension
(Results
1 - 6
of
6
) sorted by relevance
/foundation/window/window_manager/test/fuzztest/window_scene/windowextensionstub_fuzzer/
H
A
D
windowextensionstub_fuzzer.cpp
56
static_cast<uint32_t>(
IWindowExtension
::TRANS_ID_SETBOUNDS),
in DoSomethingInterestingWithMyAPI()
60
static_cast<uint32_t>(
IWindowExtension
::TRANS_ID_HIDE_WINDOW),
in DoSomethingInterestingWithMyAPI()
64
static_cast<uint32_t>(
IWindowExtension
::TRANS_ID_SHOW_WINDOW),
in DoSomethingInterestingWithMyAPI()
68
static_cast<uint32_t>(
IWindowExtension
::TRANS_ID_REQUESTFOCUS),
in DoSomethingInterestingWithMyAPI()
72
static_cast<uint32_t>(
IWindowExtension
::TRANS_ID_CONNECT_TO_EXTENSION),
in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/extension/window_extension/include/zidl/
H
A
D
window_extension_proxy.h
24
class WindowExtensionProxy : public IRemoteProxy<
IWindowExtension
> {
27
: IRemoteProxy<
IWindowExtension
>(impl) {};
in WindowExtensionProxy()
H
A
D
window_extension_interface.h
28
class
IWindowExtension
: public IRemoteBroker {
class
30
DECLARE_INTERFACE_DESCRIPTOR(u"OHOS.
IWindowExtension
");
H
A
D
window_extension_stub.h
25
class WindowExtensionStub : public IRemoteStub<
IWindowExtension
> {
/foundation/window/window_manager/test/systemtest/extension/
H
A
D
extension_connection_test.cpp
30
class MockWindowExtensionProxy : public IRemoteProxy<
IWindowExtension
> {
33
: IRemoteProxy<
IWindowExtension
>(impl) {};
in MockWindowExtensionProxy()
/foundation/window/window_manager/extension/extension_connection/src/
H
A
D
window_extension_connection.cpp
70
sptr<
IWindowExtension
> proxy_;
Completed in 3 milliseconds