/base/notification/common_event_service/frameworks/native/src/ |
D | common_event_manager.cpp | 125 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/ |
D | icommon_event.h | 123 virtual bool Unfreeze(const uid_t &uid) = 0;
|
D | common_event_proxy.h | 128 bool Unfreeze(const uid_t &uid) override;
|
D | common_event_stub.h | 136 bool Unfreeze(const uid_t &uid) override;
|
D | common_event.h | 149 bool Unfreeze(const uid_t &uid);
|
/base/notification/common_event_service/services/test/unittest/ |
D | common_event_freeze_test.cpp | 78 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()
|
D | common_event_manager_service_new_branch_test.cpp | 257 EXPECT_EQ(false, comm->Unfreeze(uid)); in HWTEST_F() 278 EXPECT_EQ(true, comm->Unfreeze(uid)); in HWTEST_F()
|
D | common_event_manager_service_test.cpp | 268 innerCommonEventManager->Unfreeze(uid); in HWTEST_F()
|
D | inner_common_event_manager_test.cpp | 249 innerCommonEventManager->Unfreeze(uid); in HWTEST_F()
|
/base/notification/common_event_service/services/ |
D | libcesfwk_services.map | 43 *Unfreeze*;
|
/base/notification/common_event_service/interfaces/inner_api/ |
D | common_event_manager.h | 202 static bool Unfreeze(const uid_t &uid);
|
/base/notification/common_event_service/services/include/ |
D | common_event_manager_service.h | 126 bool Unfreeze(const uid_t &uid) override;
|
D | inner_common_event_manager.h | 126 void Unfreeze(const uid_t &uid);
|
/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/ |
D | commoneventmanagerservice_fuzzer.cpp | 67 commonEventManagerService.Unfreeze(code); in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/ |
D | commoneventstub_fuzzer.cpp | 75 commonEventStub.Unfreeze(code); in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/frameworks/core/src/ |
D | common_event_stub.cpp | 189 bool ret = Unfreeze(uid); in OnRemoteRequest() 292 bool CommonEventStub::Unfreeze(const uid_t &uid) in Unfreeze() function in OHOS::EventFwk::CommonEventStub
|
D | common_event.cpp | 267 bool CommonEvent::Unfreeze(const uid_t &uid) in Unfreeze() function in OHOS::EventFwk::CommonEvent 276 return commonEventProxy_->Unfreeze(uid); in Unfreeze()
|
D | common_event_proxy.cpp | 391 bool CommonEventProxy::Unfreeze(const uid_t &uid) in Unfreeze() function in OHOS::EventFwk::CommonEventProxy
|
/base/notification/common_event_service/frameworks/core/test/unittest/ |
D | common_event_test.cpp | 147 bool unfreeze = commonEvent.Unfreeze(SYSTEM_UID); 332 bool unfreeze = commonEventStub.Unfreeze(SYSTEM_UID);
|
D | common_event_stub_test.cpp | 367 bool ret = commonEvent.Unfreeze(uid);
|
/base/notification/common_event_service/services/src/ |
D | common_event_manager_service.cpp | 373 bool CommonEventManagerService::Unfreeze(const uid_t &uid) in Unfreeze() function in OHOS::EventFwk::CommonEventManagerService 393 innerCommonEventManager->Unfreeze(uid); in Unfreeze()
|
D | inner_common_event_manager.cpp | 303 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/ |
D | common_event_branch_test.cpp | 157 EXPECT_EQ(false, commonEvent.Unfreeze(uid));
|
/base/notification/common_event_service/frameworks/native/test/unittest/ |
D | common_event_subscribe_test.cpp | 479 bool unfreeze = commonEventManager.Unfreeze(SYSTEM_UID);
|
/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/ |
D | common_event_services_publish_ordered_module_test.cpp | 1171 …bool unfreeze = OHOS::DelayedSingleton<CommonEventManagerService>::GetInstance()->Unfreeze(systemU…
|