/ohos5.0/docs/en/application-dev/dfx/ |
H A D | Readme-EN.md | 18 - Freeze Event 19 - [Freeze Event Overview](hiappevent-watcher-freeze-events.md) 20 - [Subscribing to Freeze Events (ArkTS)](hiappevent-watcher-freeze-events-arkts.md) 21 - [Subscribing to Freeze Events (C/C++)](hiappevent-watcher-freeze-events-ndk.md)
|
H A D | hiappevent-watcher-freeze-events.md | 1 # Freeze Event Overview 5 - [Subscribing to Freeze Events (ArkTS)](hiappevent-watcher-freeze-events-arkts.md) 6 - [Subscribing to Freeze Events (C/C++)](hiappevent-watcher-freeze-events-ndk.md)
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_freeze_test.cpp | 77 bool Freeze(const uid_t &uid); 352 bool CommonEventFreezeTest::Freeze(const uid_t &uid) in Freeze() function in __anonb9c819750110::CommonEventFreezeTest 354 …std::function<void()> FreezeFunc = std::bind(&InnerCommonEventManager::Freeze, innerCommonEventMan… in Freeze() 370 Freeze(UID); in AsyncProcess() 372 Freeze(UID2); in AsyncProcess()
|
H A D | common_event_manager_service_new_branch_test.cpp | 220 EXPECT_EQ(false, comm->Freeze(uid)); in HWTEST_F() 241 EXPECT_EQ(false, comm->Freeze(uid)); in HWTEST_F()
|
/ohos5.0/base/notification/common_event_service/frameworks/native/src/ |
H A D | common_event_manager.cpp | 120 bool CommonEventManager::Freeze(const uid_t &uid) in Freeze() function in OHOS::EventFwk::CommonEventManager 122 return CommonEvent::GetInstance()->Freeze(uid); in Freeze()
|
/ohos5.0/foundation/window/window_manager/test/demo/ |
H A D | demo_freeze_display.cpp | 32 if (DisplayManager::GetInstance().Freeze(ids)) { in main()
|
/ohos5.0/base/notification/common_event_service/frameworks/core/ |
H A D | libcesfwk_core.map | 18 "*Freeze*";
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/ |
H A D | input_event_builder_test.cpp | 192 ASSERT_NO_FATAL_FAILURE(builder_->Freeze()); 194 ASSERT_NO_FATAL_FAILURE(builder_->Freeze());
|
/ohos5.0/base/notification/common_event_service/frameworks/core/include/ |
H A D | icommon_event.h | 116 virtual bool Freeze(const uid_t &uid) = 0;
|
H A D | common_event_proxy.h | 121 bool Freeze(const uid_t &uid) override;
|
H A D | common_event_stub.h | 129 bool Freeze(const uid_t &uid) override;
|
H A D | common_event.h | 138 bool Freeze(const uid_t &uid);
|
/ohos5.0/base/notification/common_event_service/frameworks/core/src/ |
H A D | common_event_stub.cpp | 188 bool ret = Freeze(uid); in OnRemoteRequest() 326 bool CommonEventStub::Freeze(const uid_t &uid) in Freeze() function in OHOS::EventFwk::CommonEventStub
|
H A D | common_event.cpp | 271 bool CommonEvent::Freeze(const uid_t &uid) in Freeze() function in OHOS::EventFwk::CommonEvent 280 return proxy->Freeze(uid); in Freeze()
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/input_event_transmission/ |
H A D | input_event_builder.h | 71 void Freeze();
|
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/ |
H A D | common_event_manager.h | 194 static bool Freeze(const uid_t &uid);
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/input_event_transmission/ |
H A D | input_event_builder.h | 72 void Freeze();
|
/ohos5.0/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/ |
H A D | commoneventmanagerservice_fuzzer.cpp | 69 service->Freeze(code); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/ |
H A D | commoneventstub_fuzzer.cpp | 72 commonEventStub.Freeze(code); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | sendable-freeze.md | 28 freezeObj(this) // Freeze this object after the initialization is complete.
|
/ohos5.0/base/notification/common_event_service/services/include/ |
H A D | common_event_manager_service.h | 121 bool Freeze(const uid_t &uid) override;
|
H A D | inner_common_event_manager.h | 121 void Freeze(const uid_t &uid);
|
/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/ |
H A D | common_event_test.cpp | 135 bool freeze = commonEvent.Freeze(SYSTEM_UID); 346 bool freeze = commonEventStub.Freeze(SYSTEM_UID);
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | common_event_manager_service.cpp | 395 bool CommonEventManagerService::Freeze(const uid_t &uid) in Freeze() function in OHOS::EventFwk::CommonEventManagerService 417 innerCommonEventManager->Freeze(uid); in Freeze()
|
/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/common_event_branch_test/ |
H A D | common_event_branch_test.cpp | 136 EXPECT_EQ(false, commonEvent.Freeze(uid));
|