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:CJWindowImpl
(Results
1 - 5
of
5
) sorted by relevance
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H
A
D
window_ffi.cpp
75
auto instance = FFIData::GetData<
CJWindowImpl
>(id);
in FfiOHOSWindowHide()
88
auto instance = FFIData::GetData<
CJWindowImpl
>(id);
in FfiOHOSWindowHideWithAnimation()
101
auto instance = FFIData::GetData<
CJWindowImpl
>(id);
in FfiOHOSWindowShowWindow()
114
auto instance = FFIData::GetData<
CJWindowImpl
>(id);
in FfiOHOSWindowShowWithAnimation()
127
auto instance = FFIData::GetData<
CJWindowImpl
>(id);
in FfiOHOSWindowDestroyWindow()
140
auto instance = FFIData::GetData<
CJWindowImpl
>(id);
in FfiOHOSWindowMoveWindowTo()
153
auto instance = FFIData::GetData<
CJWindowImpl
>(id);
in FfiOHOSWindowResize()
166
auto instance = FFIData::GetData<
CJWindowImpl
>(id);
in FfiOHOSWindowSetWindowMode()
180
auto instance = FFIData::GetData<
CJWindowImpl
>(id);
in FfiOHOSWindowGetWindowProperties()
194
auto instance = FFIData::GetData<
CJWindowImpl
>(i
in FfiOHOSWindowSetWindowLayoutFullScreen()
[all...]
H
A
D
window_impl.cpp
29
static thread_local std::map<std::string, sptr<
CJWindowImpl
>> g_cjWindowMap;
33
sptr<
CJWindowImpl
> FindCjWindowObject(const std::string& windowName)
in FindCjWindowObject()
44
sptr<
CJWindowImpl
> CreateCjWindowObject(sptr<Window>& window)
in CreateCjWindowObject()
51
sptr<
CJWindowImpl
> windowImpl = FindCjWindowObject(windowName);
in CreateCjWindowObject()
57
windowImpl = FFI::FFIData::Create<
CJWindowImpl
>(window);
in CreateCjWindowObject()
67
CJWindowImpl
::
CJWindowImpl
(sptr<Window> ptr)
in CJWindowImpl()
function in OHOS::Rosen::CJWindowImpl
87
sptr<Window>
CJWindowImpl
::GetWindowToken()
in GetWindowToken()
92
ResWindow
CJWindowImpl
::CheckWindow()
in CheckWindow()
106
int32_t
CJWindowImpl
[all...]
H
A
D
window_impl.h
48
class
CJWindowImpl
: public OHOS::FFI::FFIData {
class
50
explicit
CJWindowImpl
(sptr<Window> ptr);
111
OHOS::FFI::RuntimeType::Create<OHOS::FFI::FFIData>("
CJWindowImpl
");
in GetClassType()
118
sptr<
CJWindowImpl
> CreateCjWindowObject(sptr<Window>& window);
119
sptr<
CJWindowImpl
> FindCjWindowObject(const std::string& windowName);
H
A
D
window_stage_impl.cpp
37
sptr<
CJWindowImpl
> windowImpl = CreateCjWindowObject(window);
in CreateCjSubWindowArrayObject()
88
sptr<
CJWindowImpl
> windowImpl = CreateCjWindowObject(window);
in CreateSubWindow()
H
A
D
window_manager_impl.cpp
127
sptr<
CJWindowImpl
> windowImpl = FindCjWindowObject(name);
in FindWindow()
136
sptr<
CJWindowImpl
> newWindow = CreateCjWindowObject(window);
in FindWindow()
Completed in 4 milliseconds