Home
last modified time | relevance | path

Searched refs:Freeze (Results 1 - 13 of 13) sorted by relevance

/foundation/window/window_manager/test/demo/
H A Ddemo_freeze_display.cpp32 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 Dinput_event_builder.h71 void Freeze();
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_builder.cpp82 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 Ddisplay_manager.h345 * @brief Freeze target displays.
350 bool Freeze(std::vector<DisplayId> displayIds);
/foundation/window/window_manager/test/fuzztest/dms/displaymanager_fuzzer/
H A Ddisplaymanager_fuzzer.cpp188 displayManager.Freeze(displays); in FreezeFuzzTest()
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_test.cpp95 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 Drender_context.h663 ACE_DEFINE_PROPERTY_ITEM_FUNC_WITHOUT_GROUP(Freeze, bool);
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_in.cpp337 context.inputEventBuilder_.Freeze(); in OnUpdateCooperateFlag()
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp1936 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 Dview_abstract.cpp2662 ACE_UPDATE_RENDER_CONTEXT(Freeze, freeze); in SetFreeze()
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp2663 obj->Freeze(vm); in napi_object_freeze()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp8051 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 Darkts_native_common_bridge.cpp7186 valueObj->Freeze(vm); in SetShouldBuiltInRecognizerParallelWith()

Completed in 63 milliseconds