Home
last modified time | relevance | path

Searched refs:Unfreeze (Results 1 - 24 of 24) sorted by relevance

/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()
/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 __anon1017::CommonEventFreezeTest
360 std::function<void()> UnfreezeFunc = std::bind(&InnerCommonEventManager::Unfreeze, innerCommonEventManager_, uid); in Unfreeze()
376 EVENT_LOGI("Subscriber1 Unfreeze"); in AsyncProcess()
377 Unfreeze(UID); in AsyncProcess()
380 EVENT_LOGI("Subscriber2 Unfreeze"); in AsyncProcess()
381 Unfreeze(UID2); in AsyncProcess()
H A Dcommon_event_manager_service_new_branch_test.cpp247 * @tc.desc: test Unfreeze function and IsReady is false.
258 EXPECT_EQ(false, comm->Unfreeze(uid)); in HWTEST_F()
264 * @tc.desc: test Unfreeze function.
277 // test Unfreeze function 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.cpp238 * @tc.desc: test Unfreeze function.
249 innerCommonEventManager->Unfreeze(uid); in HWTEST_F()
/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_manager.h202 static bool Unfreeze(const uid_t &uid);
/base/notification/common_event_service/frameworks/core/include/
H A Dcommon_event_stub.h137 bool Unfreeze(const uid_t &uid) override;
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.h146 bool Unfreeze(const uid_t &uid);
/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);
/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/
H A Dcommoneventmanagerservice_fuzzer.cpp70 service->Unfreeze(code); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/
H A Dcommoneventstub_fuzzer.cpp73 // test Unfreeze function in DoSomethingInterestingWithMyAPI()
74 commonEventStub.Unfreeze(code); in DoSomethingInterestingWithMyAPI()
/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
/base/notification/common_event_service/frameworks/core/test/unittest/common_event_branch_test/
H A Dcommon_event_branch_test.cpp115 * tc.name: Unfreeze
117 * tc.desc: test Unfreeze function and GetCommonEventProxy is false.
123 EXPECT_EQ(false, commonEvent.Unfreeze(uid)); in HWTEST_F()
130 * tc.desc: test Unfreeze function and GetCommonEventProxy is false.
/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()
H A Dinner_common_event_manager.cpp471 void InnerCommonEventManager::Unfreeze(const uid_t &uid) in Unfreeze() function in OHOS::EventFwk::InnerCommonEventManager
/base/notification/common_event_service/frameworks/core/test/unittest/
H A Dcommon_event_test.cpp141 * tc.name: test Unfreeze
144 * tc.desc: Invoke Unfreeze interface verify whether it is normal
149 bool unfreeze = commonEvent.Unfreeze(SYSTEM_UID); in HWTEST_F()
155 * tc.name: test Unfreeze
158 * tc.desc: Invoke Unfreeze interface verify whether it is normal
339 * tc.name: test Freeze Unfreeze UnfreezeAll
341 * tc.desc: Invoke Freeze Unfreeze UnfreezeAll interface verify whether it is normal
348 bool unfreeze = commonEventStub.Unfreeze(SYSTEM_UID); in HWTEST_F()
H A Dcommon_event_stub_test.cpp367 bool ret = commonEvent.Unfreeze(uid); in HWTEST_F()
/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dcommon_event_subscribe_test.cpp472 * tc.name: test Unfreeze
475 * tc.desc: Invoke Unfreeze interface verify whether it is normal
480 bool unfreeze = commonEventManager.Unfreeze(SYSTEM_UID); in HWTEST_F()
536 * tc.desc: Invoke Unfreeze interface verify whether it is normal
/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/
H A Dcommon_event_services_publish_ordered_module_test.cpp1164 * @tc.name: verify Unfreeze
1165 * @tc.desc: don't set innerCommonEventManager_ verify Unfreeze false
1171 bool unfreeze = OHOS::DelayedSingleton<CommonEventManagerService>::GetInstance()->Unfreeze(systemUid); in HWTEST_F()

Completed in 19 milliseconds