Home
last modified time | relevance | path

Searched refs:Unfreeze (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_freeze_test.cpp78 bool Unfreeze(const uid_t &uid);
358 bool CommonEventFreezeTest::Unfreeze(const uid_t &uid) in Unfreeze() function in __anonb9c819750110::CommonEventFreezeTest
360 …std::function<void()> UnfreezeFunc = std::bind(&InnerCommonEventManager::Unfreeze, innerCommonEven… in Unfreeze()
377 Unfreeze(UID); in AsyncProcess()
381 Unfreeze(UID2); in AsyncProcess()
H A Dcommon_event_manager_service_new_branch_test.cpp258 EXPECT_EQ(false, comm->Unfreeze(uid)); in HWTEST_F()
279 EXPECT_EQ(false, comm->Unfreeze(uid)); in HWTEST_F()
H A Dcommon_event_manager_service_test.cpp285 innerCommonEventManager->Unfreeze(uid); in HWTEST_F()
H A Dinner_common_event_manager_test.cpp249 innerCommonEventManager->Unfreeze(uid); in HWTEST_F()
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_manager.cpp125 bool CommonEventManager::Unfreeze(const uid_t &uid) in Unfreeze() function in OHOS::EventFwk::CommonEventManager
127 return CommonEvent::GetInstance()->Unfreeze(uid); in Unfreeze()
/ohos5.0/foundation/window/window_manager/test/demo/
H A Ddemo_freeze_display.cpp37 if (DisplayManager::GetInstance().Unfreeze(ids)) { in main()
/ohos5.0/base/notification/common_event_service/frameworks/core/
H A Dlibcesfwk_core.map20 "Unfreeze*";
/ohos5.0/base/notification/common_event_service/frameworks/core/include/
H A Dicommon_event.h124 virtual bool Unfreeze(const uid_t &uid) = 0;
H A Dcommon_event_proxy.h129 bool Unfreeze(const uid_t &uid) override;
H A Dcommon_event_stub.h137 bool Unfreeze(const uid_t &uid) override;
H A Dcommon_event.h146 bool Unfreeze(const uid_t &uid);
/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_stub.cpp197 bool ret = Unfreeze(uid); in OnRemoteRequest()
333 bool CommonEventStub::Unfreeze(const uid_t &uid) in Unfreeze() function in OHOS::EventFwk::CommonEventStub
H A Dcommon_event.cpp283 bool CommonEvent::Unfreeze(const uid_t &uid) in Unfreeze() function in OHOS::EventFwk::CommonEvent
292 return proxy->Unfreeze(uid); in Unfreeze()
H A Dcommon_event_proxy.cpp396 bool CommonEventProxy::Unfreeze(const uid_t &uid) in Unfreeze() function in OHOS::EventFwk::CommonEventProxy
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_manager.h202 static bool Unfreeze(const uid_t &uid);
/ohos5.0/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/
H A Dcommoneventmanagerservice_fuzzer.cpp70 service->Unfreeze(code); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/
H A Dcommoneventstub_fuzzer.cpp74 commonEventStub.Unfreeze(code); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_manager_service.h129 bool Unfreeze(const uid_t &uid) override;
H A Dinner_common_event_manager.h128 void Unfreeze(const uid_t &uid);
/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/
H A Dcommon_event_test.cpp149 bool unfreeze = commonEvent.Unfreeze(SYSTEM_UID);
348 bool unfreeze = commonEventStub.Unfreeze(SYSTEM_UID);
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_manager_service.cpp424 bool CommonEventManagerService::Unfreeze(const uid_t &uid) in Unfreeze() function in OHOS::EventFwk::CommonEventManagerService
447 innerCommonEventManager->Unfreeze(uid); in Unfreeze()
/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/common_event_branch_test/
H A Dcommon_event_branch_test.cpp123 EXPECT_EQ(false, commonEvent.Unfreeze(uid));
/ohos5.0/foundation/window/window_manager/test/fuzztest/dms/displaymanager_fuzzer/
H A Ddisplaymanager_fuzzer.cpp189 displayManager.Unfreeze(displays); in FreezeFuzzTest()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddisplay_manager.h362 bool Unfreeze(std::vector<DisplayId> displayIds);
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_test.cpp143 bool ret = DisplayManager::GetInstance().Unfreeze(displayIds);
163 bool ret = DisplayManager::GetInstance().Unfreeze(displayIds);
175 bool ret = DisplayManager::GetInstance().Unfreeze(displayIds);

12