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:IsBetaVersion
(Results
1 - 22
of
22
) sorted by relevance
/foundation/multimodalinput/input/frameworks/proxy/events/include/
H
A
D
event_log_helper.h
87
static bool
IsBetaVersion
()
in IsBetaVersion()
function in OHOS::MMI::final
129
if (!
IsBetaVersion
()) {
in PrintInfoLog()
162
if (!
IsBetaVersion
()) {
in PrintInfoLog()
182
if (
IsBetaVersion
()) {
in PrintInfoLog()
199
if (!
IsBetaVersion
()) {
in Print()
228
if (!
IsBetaVersion
()) {
in Print()
249
if (
IsBetaVersion
()) {
in Print()
285
if (!
IsBetaVersion
()) {
in PrintInfoLog()
318
if (
IsBetaVersion
()) {
in PrintInfoLog()
335
if (!
IsBetaVersion
()) {
in Print()
[all...]
/foundation/window/window_manager/window_scene/common/include/
H
A
D
session_permission.h
44
static bool
IsBetaVersion
();
/foundation/multimodalinput/input/service/subscriber/src/
H
A
D
key_gesture_manager.cpp
288
if (EventLogHelper::
IsBetaVersion
() && !keyEvent->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE)) {
in Intercept()
298
if (EventLogHelper::
IsBetaVersion
() && !keyEvent->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE)) {
in Intercept()
308
if (EventLogHelper::
IsBetaVersion
() && !keyEvent->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE)) {
in Intercept()
363
if (EventLogHelper::
IsBetaVersion
() && !keyEvent->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE)) {
in TriggerAll()
450
if (EventLogHelper::
IsBetaVersion
() && !keyEvent->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE)) {
H
A
D
key_subscriber_handler.cpp
74
if (EventLogHelper::
IsBetaVersion
() && !keyEvent->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE)) {
in HandleKeyEvent()
450
if (EventLogHelper::
IsBetaVersion
() && !keyEvent->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE)) {
in IsEnableCombineKey()
571
if (EventLogHelper::
IsBetaVersion
() && !keyEvent->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE)) {
in OnSubscribeKeyEvent()
585
if (EventLogHelper::
IsBetaVersion
() && !keyEvent->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE)) {
in OnSubscribeKeyEvent()
805
if (!EventLogHelper::
IsBetaVersion
()) {
in NotifySubscriber()
808
if (EventLogHelper::
IsBetaVersion
() && !keyEvent->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE)) {
in NotifySubscriber()
/foundation/multimodalinput/input/service/event_handler/src/
H
A
D
key_auto_repeat.cpp
83
return !EventLogHelper::
IsBetaVersion
() || keyEvent->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE);
in JudgeLimitPrint()
99
if (!EventLogHelper::
IsBetaVersion
()) {
in SelectAutoRepeat()
H
A
D
event_normalize_handler.cpp
293
if (!EventLogHelper::
IsBetaVersion
()) {
in HandlePointerEvent()
373
if (EventLogHelper::
IsBetaVersion
() && !keyEvent->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE)) {
in HandleKeyboardEvent()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H
A
D
multimodal_event_handler.cpp
104
if (EventLogHelper::
IsBetaVersion
()) {
in InjectEvent()
H
A
D
client_msg_handler.cpp
236
if (!EventLogHelper::
IsBetaVersion
()) {
in OnSubscribeKeyEventCallback()
H
A
D
input_manager_impl.cpp
993
if (!EventLogHelper::
IsBetaVersion
()) {
in SimulateInputEvent()
/foundation/multimodalinput/input/service/subscriber/test/
H
A
D
key_gesture_manager_test.cpp
92
EXPECT_FALSE(EventLogHelper::
IsBetaVersion
());
in HWTEST_F()
624
EXPECT_FALSE(EventLogHelper::
IsBetaVersion
());
in HWTEST_F()
H
A
D
key_subscriber_handler_test.cpp
223
EXPECT_FALSE(EventLogHelper::
IsBetaVersion
());
in HWTEST_F()
2412
EXPECT_FALSE(EventLogHelper::
IsBetaVersion
());
in HWTEST_F()
/foundation/window/window_manager/window_scene/common/src/
H
A
D
session_permission.cpp
321
bool SessionPermission::
IsBetaVersion
()
in IsBetaVersion()
function in OHOS::Rosen::SessionPermission
/foundation/multimodalinput/input/service/event_dispatch/src/
H
A
D
event_dispatch_handler.cpp
389
if (!EventLogHelper::
IsBetaVersion
()) {
in DispatchKeyEvent()
/foundation/multimodalinput/input/service/key_command/src/
H
A
D
key_command_handler.cpp
109
if (EventLogHelper::
IsBetaVersion
() && !pointerEvent->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE)) {
in HandlePointerEvent()
1113
if (EventLogHelper::
IsBetaVersion
() && !key->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE)) {
in IsEnableCombineKey()
1215
if (EventLogHelper::
IsBetaVersion
() && !key->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE)) {
in PreHandleEvent()
1639
if (EventLogHelper::
IsBetaVersion
() && !keyEvent->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE)) {
in HandleShortKeys()
/foundation/multimodalinput/input/service/message_handle/src/
H
A
D
server_msg_handler.cpp
159
if (EventLogHelper::
IsBetaVersion
() && !keyEvent->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE)) {
in OnInjectKeyEvent()
352
if (EventLogHelper::
IsBetaVersion
() && !pointerEvent->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE)) {
in AccelerateMotion()
/foundation/multimodalinput/input/service/event_resample/src/
H
A
D
event_resample.cpp
187
if (EventLogHelper::
IsBetaVersion
() && !pointerEvent_->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE)) {
in UpdatePointerEvent()
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/
H
A
D
js_register_module.cpp
103
if (!EventLogHelper::
IsBetaVersion
()) {
in GetInjectionEventDataNative()
/foundation/multimodalinput/input/tools/inject_event/src/
H
A
D
input_manager_command.cpp
899
if (!EventLogHelper::
IsBetaVersion
()) {
in ParseCommand()
918
if (!OHOS::MMI::EventLogHelper::
IsBetaVersion
()) {
in ParseCommand()
/foundation/window/window_manager/wm/src/
H
A
D
window_extension_session_impl.cpp
1269
if (!SessionPermission::
IsBetaVersion
()) {
in NotifyDumpInfo()
/foundation/multimodalinput/input/service/window_manager/src/
H
A
D
input_windows_manager.cpp
2757
if (EventLogHelper::
IsBetaVersion
() && !pointerEvent->HasFlag(InputEvent::EVENT_FLAG_PRIVACY_MODE)) {
in UpdateDisplayInfo()
3329
if (!EventLogHelper::
IsBetaVersion
()) {
in UpdateDisplayInfo()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_session_manager.cpp
2927
if (SessionPermission::
IsBetaVersion
()) {
in CreateVirtualScreen()
4106
if (SessionPermission::
IsBetaVersion
()) {
in GetDisplaySnapshot()
4148
if (pixelMap != nullptr && SessionPermission::
IsBetaVersion
()) {
in GetSnapshotByPicker()
/foundation/window/window_manager/window_scene/session/host/src/
H
A
D
session.cpp
2892
if (uiNodeId_ != 0 && uiNodeId != 0 && !IsSystemSession() && SessionPermission::
IsBetaVersion
()) {
in SetUINodeId()
Completed in 61 milliseconds