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:focusState_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/include/
H
A
D
hcamera_device_manager.h
33
processState_(state),
focusState_
(focusState) {}
in CameraProcessPriority()
37
return (this->processState_ == rhs.processState_) && (this->
focusState_
== rhs.
focusState_
);
in operator ==()
53
return this->
focusState_
< rhs.
focusState_
;
in operator <()
89
focusState_
= focusState;
in SetProcessFocusState()
96
inline int32_t GetFocusState() const { return
focusState_
; }
in GetFocusState()
102
int32_t
focusState_
;
member in OHOS::CameraStandard::CameraProcessPriority
109
:pid_(pid), uid_(uid), state_(state),
focusState_
(focusState), accessTokenId_(accessTokenId), device_(device),
in HCameraDeviceHolder()
124
focusState_
in SetFocusState()
163
int32_t
focusState_
;
global()
member in OHOS::CameraStandard::HCameraDeviceHolder
[all...]
/foundation/window/window_manager/wm/src/
H
A
D
window_extension_session_impl.cpp
376
focusState_
= focusState;
in NotifyFocusStateEvent()
377
if (
focusState_
!= std::nullopt) {
in NotifyFocusStateEvent()
379
GetPersistentId(), static_cast<int32_t>(
focusState_
.value()));
in NotifyFocusStateEvent()
532
if (
focusState_
!= std::nullopt) {
in NapiSetUIContent()
533
focusState_
.value() ? uiContent->Focus() : uiContent->UnFocus();
in NapiSetUIContent()
1172
if (
focusState_
== std::nullopt) {
in PreNotifyKeyEvent()
1177
if (!
focusState_
.value()) {
in PreNotifyKeyEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H
A
D
ui_extension_pattern.cpp
763
focusState_
= pipeline->IsWindowFocused();
in HandleTouchEvent()
764
if (
focusState_
&& !focusHub->IsCurrentFocus()) {
in HandleTouchEvent()
773
if (
focusState_
&& newPointerEvent->GetPointerAction() == MMI::PointerEvent::POINTER_ACTION_UP) {
in HandleTouchEvent()
1362
DumpLog::GetInstance().AddDesc(std::string("focusStatus: ").append(std::to_string(
focusState_
)));
in DumpInfo()
1393
json->Put("focusStatus: ", std::to_string(
focusState_
).c_str());
in DumpInfo()
H
A
D
ui_extension_pattern.h
333
bool
focusState_
= false;
member in OHOS::OHOS::OHOS::OHOS::OHOS::Ace::NG::UIExtensionPattern
/foundation/window/window_manager/wm/include/
H
A
D
window_extension_session_impl.h
144
std::optional<std::atomic<bool>>
focusState_
= std::nullopt;
member in OHOS::Rosen::WindowExtensionSessionImpl
/foundation/window/window_manager/wm/test/unittest/ui_extension/
H
A
D
window_extension_session_impl_test.cpp
956
window_->
focusState_
= std::nullopt;
in HWTEST_F()
965
window_->
focusState_
= true;
in HWTEST_F()
1981
window_->
focusState_
= false;
in HWTEST_F()
1985
window_->
focusState_
= true;
in HWTEST_F()
Completed in 9 milliseconds