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:NotifyFocused
(Results
1 - 4
of
4
) sorted by relevance
/foundation/window/window_manager/wm/src/
H
A
D
window_manager_lite.cpp
38
void
NotifyFocused
(uint32_t windowId, const sptr<IRemoteObject>& abilityToken,
42
void
NotifyFocused
(const sptr<FocusChangeInfo>& focusChangeInfo);
104
void WindowManagerLite::Impl::
NotifyFocused
(const sptr<FocusChangeInfo>& focusChangeInfo)
in NotifyFocused()
function in OHOS::Rosen::WindowManagerLite::Impl
109
WLOGFD("[WMSFocus]
NotifyFocused
[%{public}u; %{public}" PRIu64"; %{public}d; %{public}d; %{public}u]",
in NotifyFocused()
118
WLOGFD("
NotifyFocused
listeners: %{public}zu", focusChangeListeners.size());
in NotifyFocused()
406
pImpl_->
NotifyFocused
(focusChangeInfo);
in UpdateFocusChangeInfo()
H
A
D
window_manager.cpp
49
void
NotifyFocused
(uint32_t windowId, const sptr<IRemoteObject>& abilityToken,
53
void
NotifyFocused
(const sptr<FocusChangeInfo>& focusChangeInfo);
128
void WindowManager::Impl::
NotifyFocused
(const sptr<FocusChangeInfo>& focusChangeInfo)
in NotifyFocused()
function in OHOS::Rosen::WindowManager::Impl
130
TLOGD(WmsLogTag::WMS_FOCUS, "
NotifyFocused
[%{public}u; %{public}" PRIu64"; %{public}d; %{public}d; %{public}u]",
in NotifyFocused()
1058
pImpl_->
NotifyFocused
(focusChangeInfo);
in UpdateFocusChangeInfo()
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_manager_lite_test.cpp
288
lite.pImpl_->
NotifyFocused
(focusChangeInfo);
in HWTEST_F()
291
lite.pImpl_->
NotifyFocused
(focusChangeInfo);
in HWTEST_F()
464
* @tc.desc:
NotifyFocused
With MotifyUnFocused
471
lite.pImpl_->
NotifyFocused
(focusChangeInfo);
in HWTEST_F()
478
lite.pImpl_->
NotifyFocused
(focusChangeInfo);
in HWTEST_F()
H
A
D
window_manager_test.cpp
1357
* @tc.desc: check
NotifyFocused
1365
WindowManager::GetInstance().pImpl_->
NotifyFocused
(focusChangeInfo);
in HWTEST_F()
Completed in 9 milliseconds