Home
last modified time | relevance | path

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

/base/notification/common_event_service/frameworks/native/src/
Dcommon_event_manager.cpp125 bool CommonEventManager::Unfreeze(const uid_t &uid) in Unfreeze() function in OHOS::EventFwk::CommonEventManager
127 return DelayedSingleton<CommonEvent>::GetInstance()->Unfreeze(uid); in Unfreeze()
/base/notification/common_event_service/frameworks/core/include/
Dicommon_event.h123 virtual bool Unfreeze(const uid_t &uid) = 0;
Dcommon_event_proxy.h128 bool Unfreeze(const uid_t &uid) override;
Dcommon_event_stub.h136 bool Unfreeze(const uid_t &uid) override;
Dcommon_event.h149 bool Unfreeze(const uid_t &uid);
/base/notification/common_event_service/services/test/unittest/
Dcommon_event_freeze_test.cpp78 bool Unfreeze(const uid_t &uid);
356 bool CommonEventFreezeTest::Unfreeze(const uid_t &uid) in Unfreeze() function in __anon5746ed9d0111::CommonEventFreezeTest
358 …std::function<void()> UnfreezeFunc = std::bind(&InnerCommonEventManager::Unfreeze, innerCommonEven… in Unfreeze()
375 Unfreeze(UID); in AsyncProcess()
379 Unfreeze(UID2); in AsyncProcess()
Dcommon_event_manager_service_new_branch_test.cpp257 EXPECT_EQ(false, comm->Unfreeze(uid)); in HWTEST_F()
278 EXPECT_EQ(true, comm->Unfreeze(uid)); in HWTEST_F()
Dcommon_event_manager_service_test.cpp268 innerCommonEventManager->Unfreeze(uid); in HWTEST_F()
Dinner_common_event_manager_test.cpp249 innerCommonEventManager->Unfreeze(uid); in HWTEST_F()
/base/notification/common_event_service/services/
Dlibcesfwk_services.map43 *Unfreeze*;
/base/notification/common_event_service/interfaces/inner_api/
Dcommon_event_manager.h202 static bool Unfreeze(const uid_t &uid);
/base/notification/common_event_service/services/include/
Dcommon_event_manager_service.h126 bool Unfreeze(const uid_t &uid) override;
Dinner_common_event_manager.h126 void Unfreeze(const uid_t &uid);
/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/
Dcommoneventmanagerservice_fuzzer.cpp67 commonEventManagerService.Unfreeze(code); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/
Dcommoneventstub_fuzzer.cpp75 commonEventStub.Unfreeze(code); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/frameworks/core/src/
Dcommon_event_stub.cpp189 bool ret = Unfreeze(uid); in OnRemoteRequest()
292 bool CommonEventStub::Unfreeze(const uid_t &uid) in Unfreeze() function in OHOS::EventFwk::CommonEventStub
Dcommon_event.cpp267 bool CommonEvent::Unfreeze(const uid_t &uid) in Unfreeze() function in OHOS::EventFwk::CommonEvent
276 return commonEventProxy_->Unfreeze(uid); in Unfreeze()
Dcommon_event_proxy.cpp391 bool CommonEventProxy::Unfreeze(const uid_t &uid) in Unfreeze() function in OHOS::EventFwk::CommonEventProxy
/base/notification/common_event_service/frameworks/core/test/unittest/
Dcommon_event_test.cpp147 bool unfreeze = commonEvent.Unfreeze(SYSTEM_UID);
332 bool unfreeze = commonEventStub.Unfreeze(SYSTEM_UID);
Dcommon_event_stub_test.cpp367 bool ret = commonEvent.Unfreeze(uid);
/base/notification/common_event_service/services/src/
Dcommon_event_manager_service.cpp373 bool CommonEventManagerService::Unfreeze(const uid_t &uid) in Unfreeze() function in OHOS::EventFwk::CommonEventManagerService
393 innerCommonEventManager->Unfreeze(uid); in Unfreeze()
Dinner_common_event_manager.cpp303 void InnerCommonEventManager::Unfreeze(const uid_t &uid) in Unfreeze() function in OHOS::EventFwk::InnerCommonEventManager
/base/notification/common_event_service/frameworks/core/test/unittest/common_event_branch_test/
Dcommon_event_branch_test.cpp157 EXPECT_EQ(false, commonEvent.Unfreeze(uid));
/base/notification/common_event_service/frameworks/native/test/unittest/
Dcommon_event_subscribe_test.cpp479 bool unfreeze = commonEventManager.Unfreeze(SYSTEM_UID);
/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/
Dcommon_event_services_publish_ordered_module_test.cpp1171 …bool unfreeze = OHOS::DelayedSingleton<CommonEventManagerService>::GetInstance()->Unfreeze(systemU…