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:HideWindow
(Results
1 - 10
of
10
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screenclient/test/unittest/src/
H
A
D
screen_client_test.cpp
111
* @tc.desc: Verify the
HideWindow
function.
117
int32_t ret = ScreenClient::GetInstance().
HideWindow
(0);
in HWTEST_F()
123
* @tc.desc: Verify the
HideWindow
function.
130
int32_t ret = ScreenClient::GetInstance().
HideWindow
(windowId);
in HWTEST_F()
138
* @tc.desc: Verify the
HideWindow
function.
146
int32_t ret = ScreenClient::GetInstance().
HideWindow
(windowId);
in HWTEST_F()
H
A
D
screen_client_window_adapter_test.cpp
112
* @tc.desc: Verify the
HideWindow
function.
118
int32_t ret = ScreenClientWindowAdapter::GetInstance().
HideWindow
(0);
in HWTEST_F()
124
* @tc.desc: Verify the
HideWindow
function.
132
int32_t ret = ScreenClientWindowAdapter::GetInstance().
HideWindow
(windowId);
in HWTEST_F()
140
* @tc.desc: Verify the
HideWindow
function.
148
int32_t ret = ScreenClientWindowAdapter::GetInstance().
HideWindow
(windowId);
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenclient/include/
H
A
D
screen_client.h
43
int32_t
HideWindow
(int32_t windowId);
H
A
D
screen_client_window_adapter.h
43
int32_t
HideWindow
(int32_t windowId);
/foundation/distributedhardware/distributed_screen/services/screenclient/src/
H
A
D
screen_client.cpp
64
int32_t ScreenClient::
HideWindow
(int32_t windowId)
in HideWindow()
function in OHOS::DistributedHardware::ScreenClient
74
int32_t ret = ScreenClientWindowAdapter::GetInstance().
HideWindow
(windowId);
in HideWindow()
H
A
D
screen_client_window_adapter.cpp
105
int32_t ScreenClientWindowAdapter::
HideWindow
(int32_t windowId)
in HideWindow()
function in OHOS::DistributedHardware::ScreenClientWindowAdapter
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
dialog_container.cpp
466
DialogContainer::
HideWindow
(instanceId);
in ShowToast()
490
DialogContainer::
HideWindow
(instanceId);
in CloseToast()
511
AceLogTag::ACE_DIALOG, "DialogContainer ShowDialog
HideWindow
instanceId = %{public}d", instanceId);
in ShowDialog()
513
DialogContainer::
HideWindow
(instanceId);
in ShowDialog()
530
TAG_LOGI(AceLogTag::ACE_DIALOG, "DialogContainer ShowDialog
HideWindow
instanceId = %{public}d", instanceId);
in ShowDialog()
532
DialogContainer::
HideWindow
(instanceId);
in ShowDialog()
548
DialogContainer::
HideWindow
(instanceId);
in ShowActionMenu()
587
bool DialogContainer::
HideWindow
(int32_t instanceId)
in HideWindow()
function in OHOS::Ace::Platform::DialogContainer
589
TAG_LOGI(AceLogTag::ACE_DIALOG, "DialogContainer
HideWindow
begin");
in HideWindow()
596
TAG_LOGE(AceLogTag::ACE_DIALOG, "DialogContainer
HideWindow
Faile
in HideWindow()
[all...]
H
A
D
dialog_container.h
179
static bool
HideWindow
(int32_t instanceId);
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H
A
D
subwindow_ohos.cpp
441
HideWindow
();
in CancelPopup()
556
void SubwindowOhos::
HideWindow
()
in HideWindow()
function in SubwindowOhos
689
HideWindow
();
in ClearMenu()
887
HideWindow
();
in ClearMenuNG()
906
HideWindow
();
in ClearPopupNG()
1161
Platform::DialogContainer::
HideWindow
(Container::CurrentId());
in HideSubWindowNG()
1167
HideWindow
();
in HideSubWindowNG()
1324
HideWindow
();
in ClearToast()
H
A
D
subwindow_ohos.h
165
void
HideWindow
();
Completed in 13 milliseconds