Home
last modified time | relevance | path

Searched refs:UnfreezeAll (Results 1 - 23 of 23) sorted by relevance

/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_manager.cpp130 bool CommonEventManager::UnfreezeAll() in UnfreezeAll() function in OHOS::EventFwk::CommonEventManager
132 return CommonEvent::GetInstance()->UnfreezeAll(); in UnfreezeAll()
/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_manager.h209 static bool UnfreezeAll();
/base/notification/common_event_service/frameworks/core/include/
H A Dcommon_event_stub.h144 bool UnfreezeAll() override;
H A Dicommon_event.h131 virtual bool UnfreezeAll() = 0;
H A Dcommon_event_proxy.h136 bool UnfreezeAll() override;
H A Dcommon_event.h153 bool UnfreezeAll();
/base/notification/common_event_service/services/include/
H A Dcommon_event_manager_service.h136 bool UnfreezeAll() override;
H A Dinner_common_event_manager.h133 void UnfreezeAll();
/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/
H A Dcommoneventmanagerservice_fuzzer.cpp71 service->UnfreezeAll(); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/
H A Dcommoneventstub_fuzzer.cpp76 // test UnfreezeAll function in DoSomethingInterestingWithMyAPI()
77 return commonEventStub.UnfreezeAll(); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_stub.cpp205 bool ret = UnfreezeAll(); in OnRemoteRequest()
340 bool CommonEventStub::UnfreezeAll() in UnfreezeAll() function in OHOS::EventFwk::CommonEventStub
H A Dcommon_event.cpp295 bool CommonEvent::UnfreezeAll() in UnfreezeAll() function in OHOS::EventFwk::CommonEvent
304 return proxy->UnfreezeAll(); in UnfreezeAll()
H A Dcommon_event_proxy.cpp422 bool CommonEventProxy::UnfreezeAll() in UnfreezeAll() function in OHOS::EventFwk::CommonEventProxy
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_manager_service_new_branch_test.cpp285 * @tc.desc: test UnfreezeAll function and IsReady is false.
295 EXPECT_EQ(false, comm->UnfreezeAll()); in HWTEST_F()
301 * @tc.desc: test UnfreezeAll function.
314 // test UnfreezeAll function in HWTEST_F()
315 EXPECT_EQ(false, comm->UnfreezeAll()); in HWTEST_F()
H A Dcommon_event_manager_service_test.cpp302 innerCommonEventManager->UnfreezeAll(); in HWTEST_F()
H A Dinner_common_event_manager_test.cpp255 * @tc.desc: test UnfreezeAll function.
265 innerCommonEventManager->UnfreezeAll(); in HWTEST_F()
/base/notification/common_event_service/frameworks/core/test/unittest/common_event_branch_test/
H A Dcommon_event_branch_test.cpp102 * tc.name: UnfreezeAll
104 * tc.desc: test UnfreezeAll function and GetCommonEventProxy is false.
110 EXPECT_EQ(false, commonEvent.UnfreezeAll()); in HWTEST_F()
/base/notification/common_event_service/services/src/
H A Dcommon_event_manager_service.cpp454 bool CommonEventManagerService::UnfreezeAll() in UnfreezeAll() function in OHOS::EventFwk::CommonEventManagerService
477 innerCommonEventManager->UnfreezeAll(); in UnfreezeAll()
H A Dinner_common_event_manager.cpp497 void InnerCommonEventManager::UnfreezeAll() in UnfreezeAll() function in OHOS::EventFwk::InnerCommonEventManager
/base/notification/common_event_service/frameworks/core/test/unittest/
H A Dcommon_event_test.cpp175 bool unfreezeAll = commonEvent.UnfreezeAll(); in HWTEST_F()
339 * tc.name: test Freeze Unfreeze UnfreezeAll
341 * tc.desc: Invoke Freeze Unfreeze UnfreezeAll interface verify whether it is normal
350 bool unfreezeAll = commonEventStub.UnfreezeAll(); in HWTEST_F()
H A Dcommon_event_stub_test.cpp413 bool ret = commonEvent.UnfreezeAll(); in HWTEST_F()
/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dcommon_event_subscribe_test.cpp486 * tc.name: test UnfreezeAll
489 * tc.desc: Invoke UnfreezeAll interface verify whether it is normal
494 bool unfreezeAll = commonEventManager.UnfreezeAll(); in HWTEST_F()
/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/
H A Dcommon_event_services_publish_ordered_module_test.cpp1177 * @tc.name: verify UnfreezeAll
1178 * @tc.desc: don't set innerCommonEventManager_ verify UnfreezeAll false
1183 bool unfreezeAll = OHOS::DelayedSingleton<CommonEventManagerService>::GetInstance()->UnfreezeAll(); in HWTEST_F()
1272 innerCommonEventManager_->UnfreezeAll(); in HWTEST_F()

Completed in 16 milliseconds