/ohos5.0/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_freeze_test.cpp | 78 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 D | common_event_manager_service_new_branch_test.cpp | 258 EXPECT_EQ(false, comm->Unfreeze(uid)); in HWTEST_F() 279 EXPECT_EQ(false, comm->Unfreeze(uid)); in HWTEST_F()
|
H A D | common_event_manager_service_test.cpp | 285 innerCommonEventManager->Unfreeze(uid); in HWTEST_F()
|
H A D | inner_common_event_manager_test.cpp | 249 innerCommonEventManager->Unfreeze(uid); in HWTEST_F()
|
/ohos5.0/base/notification/common_event_service/frameworks/native/src/ |
H A D | common_event_manager.cpp | 125 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 D | demo_freeze_display.cpp | 37 if (DisplayManager::GetInstance().Unfreeze(ids)) { in main()
|
/ohos5.0/base/notification/common_event_service/frameworks/core/ |
H A D | libcesfwk_core.map | 20 "Unfreeze*";
|
/ohos5.0/base/notification/common_event_service/frameworks/core/include/ |
H A D | icommon_event.h | 124 virtual bool Unfreeze(const uid_t &uid) = 0;
|
H A D | common_event_proxy.h | 129 bool Unfreeze(const uid_t &uid) override;
|
H A D | common_event_stub.h | 137 bool Unfreeze(const uid_t &uid) override;
|
H A D | common_event.h | 146 bool Unfreeze(const uid_t &uid);
|
/ohos5.0/base/notification/common_event_service/frameworks/core/src/ |
H A D | common_event_stub.cpp | 197 bool ret = Unfreeze(uid); in OnRemoteRequest() 333 bool CommonEventStub::Unfreeze(const uid_t &uid) in Unfreeze() function in OHOS::EventFwk::CommonEventStub
|
H A D | common_event.cpp | 283 bool CommonEvent::Unfreeze(const uid_t &uid) in Unfreeze() function in OHOS::EventFwk::CommonEvent 292 return proxy->Unfreeze(uid); in Unfreeze()
|
H A D | common_event_proxy.cpp | 396 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 D | common_event_manager.h | 202 static bool Unfreeze(const uid_t &uid);
|
/ohos5.0/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/ |
H A D | commoneventmanagerservice_fuzzer.cpp | 70 service->Unfreeze(code); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/ |
H A D | commoneventstub_fuzzer.cpp | 74 commonEventStub.Unfreeze(code); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/common_event_service/services/include/ |
H A D | common_event_manager_service.h | 129 bool Unfreeze(const uid_t &uid) override;
|
H A D | inner_common_event_manager.h | 128 void Unfreeze(const uid_t &uid);
|
/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/ |
H A D | common_event_test.cpp | 149 bool unfreeze = commonEvent.Unfreeze(SYSTEM_UID); 348 bool unfreeze = commonEventStub.Unfreeze(SYSTEM_UID);
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | common_event_manager_service.cpp | 424 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 D | common_event_branch_test.cpp | 123 EXPECT_EQ(false, commonEvent.Unfreeze(uid));
|
/ohos5.0/foundation/window/window_manager/test/fuzztest/dms/displaymanager_fuzzer/ |
H A D | displaymanager_fuzzer.cpp | 189 displayManager.Unfreeze(displays); in FreezeFuzzTest()
|
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | display_manager.h | 362 bool Unfreeze(std::vector<DisplayId> displayIds);
|
/ohos5.0/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_test.cpp | 143 bool ret = DisplayManager::GetInstance().Unfreeze(displayIds); 163 bool ret = DisplayManager::GetInstance().Unfreeze(displayIds); 175 bool ret = DisplayManager::GetInstance().Unfreeze(displayIds);
|