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:Freeze
(Results
1 - 13
of
13
) sorted by relevance
/foundation/window/window_manager/test/demo/
H
A
D
demo_freeze_display.cpp
32
if (DisplayManager::GetInstance().
Freeze
(ids)) {
in main()
33
std::cout << "
Freeze
display success." << std::endl;
in main()
45
std::cout << "
Freeze
/Unfreeze failed." << std::endl;
in main()
/foundation/multimodalinput/input/intention/cooperate/plugin/include/input_event_transmission/
H
A
D
input_event_builder.h
71
void
Freeze
();
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H
A
D
input_event_builder.cpp
82
void InputEventBuilder::
Freeze
()
in Freeze()
function in OHOS::Msdp::DeviceStatus::Cooperate::InputEventBuilder
90
FI_HILOGI("
Freeze
remote input from '%{public}s'", Utility::Anonymize(remoteNetworkId_).c_str());
in Freeze()
/foundation/window/window_manager/interfaces/innerkits/dm/
H
A
D
display_manager.h
345
* @brief
Freeze
target displays.
350
bool
Freeze
(std::vector<DisplayId> displayIds);
/foundation/window/window_manager/test/fuzztest/dms/displaymanager_fuzzer/
H
A
D
displaymanager_fuzzer.cpp
188
displayManager.
Freeze
(displays);
in FreezeFuzzTest()
/foundation/window/window_manager/dm/test/unittest/
H
A
D
display_manager_test.cpp
95
bool ret = DisplayManager::GetInstance().
Freeze
(displayIds);
in HWTEST_F()
105
* @tc.desc: test
Freeze
displayIds exceed the maximum
114
bool ret = DisplayManager::GetInstance().
Freeze
(displayIds);
in HWTEST_F()
122
* @tc.desc: test
Freeze
displayIds empty
128
bool ret = DisplayManager::GetInstance().
Freeze
(displayIds);
in HWTEST_F()
153
* @tc.desc: test
Freeze
displayIds exceed the maximum
169
* @tc.desc: test
Freeze
displayIds empty
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H
A
D
render_context.h
663
ACE_DEFINE_PROPERTY_ITEM_FUNC_WITHOUT_GROUP(
Freeze
, bool);
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H
A
D
cooperate_in.cpp
337
context.inputEventBuilder_.
Freeze
();
in OnUpdateCooperateFlag()
/foundation/window/window_manager/dm/src/
H
A
D
display_manager.cpp
1936
bool DisplayManager::
Freeze
(std::vector<DisplayId> displayIds)
in Freeze()
function in OHOS::Rosen::DisplayManager
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
view_abstract.cpp
2662
ACE_UPDATE_RENDER_CONTEXT(
Freeze
, freeze);
in SetFreeze()
/foundation/arkui/napi/native_engine/
H
A
D
native_api.cpp
2663
obj->
Freeze
(vm);
in napi_object_freeze()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_manager_service.cpp
8051
IN_PROCESS_CALL_WITHOUT_RET(Rosen::DisplayManager::GetInstance().
Freeze
(displayIds));
in StartFreezingScreen()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_common_bridge.cpp
7186
valueObj->
Freeze
(vm);
in SetShouldBuiltInRecognizerParallelWith()
Completed in 63 milliseconds