Home
last modified time | relevance | path

Searched refs:Freeze (Results 1 - 25 of 25) sorted by relevance

/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_manager.cpp120 bool CommonEventManager::Freeze(const uid_t &uid) in Freeze() function in OHOS::EventFwk::CommonEventManager
122 return CommonEvent::GetInstance()->Freeze(uid); in Freeze()
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_freeze_test.cpp77 bool Freeze(const uid_t &uid);
352 bool CommonEventFreezeTest::Freeze(const uid_t &uid) in Freeze() function in __anon1017::CommonEventFreezeTest
354 std::function<void()> FreezeFunc = std::bind(&InnerCommonEventManager::Freeze, innerCommonEventManager_, uid); in Freeze()
369 EVENT_LOGI("Subscriber1 Freeze"); in AsyncProcess()
370 Freeze(UID); in AsyncProcess()
371 EVENT_LOGI("Subscriber2 Freeze"); in AsyncProcess()
372 Freeze(UID2); in AsyncProcess()
H A Dcommon_event_manager_service_new_branch_test.cpp209 * @tc.desc: test Freeze function and IsReady is false.
220 EXPECT_EQ(false, comm->Freeze(uid)); in HWTEST_F()
226 * @tc.desc: test Freeze function.
239 // test Freeze function in HWTEST_F()
241 EXPECT_EQ(false, comm->Freeze(uid)); in HWTEST_F()
/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_manager.h194 static bool Freeze(const uid_t &uid);
/base/notification/common_event_service/frameworks/core/include/
H A Dcommon_event_stub.h129 bool Freeze(const uid_t &uid) override;
H A Dicommon_event.h116 virtual bool Freeze(const uid_t &uid) = 0;
H A Dcommon_event_proxy.h121 bool Freeze(const uid_t &uid) override;
H A Dcommon_event.h138 bool Freeze(const uid_t &uid);
/base/notification/common_event_service/services/include/
H A Dcommon_event_manager_service.h121 bool Freeze(const uid_t &uid) override;
H A Dinner_common_event_manager.h121 void Freeze(const uid_t &uid);
/base/msdp/device_status/intention/cooperate/plugin/include/input_event_transmission/
H A Dinput_event_builder.h80 void Freeze();
/base/notification/common_event_service/test/fuzztest/commoneventmanagerservice_fuzzer/
H A Dcommoneventmanagerservice_fuzzer.cpp69 service->Freeze(code); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/commoneventstub_fuzzer/
H A Dcommoneventstub_fuzzer.cpp71 // test Freeze function in DoSomethingInterestingWithMyAPI()
72 commonEventStub.Freeze(code); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_stub.cpp188 bool ret = Freeze(uid); in OnRemoteRequest()
326 bool CommonEventStub::Freeze(const uid_t &uid) in Freeze() function in OHOS::EventFwk::CommonEventStub
H A Dcommon_event.cpp271 bool CommonEvent::Freeze(const uid_t &uid) in Freeze() function in OHOS::EventFwk::CommonEvent
280 return proxy->Freeze(uid); in Freeze()
H A Dcommon_event_proxy.cpp370 bool CommonEventProxy::Freeze(const uid_t &uid) in Freeze() function in OHOS::EventFwk::CommonEventProxy
372 EVENT_LOGD("Freeze start"); in Freeze()
/base/notification/common_event_service/frameworks/core/test/unittest/common_event_branch_test/
H A Dcommon_event_branch_test.cpp128 * tc.name: Freeze
136 EXPECT_EQ(false, commonEvent.Freeze(uid)); in HWTEST_F()
/base/notification/common_event_service/services/src/
H A Dcommon_event_manager_service.cpp395 bool CommonEventManagerService::Freeze(const uid_t &uid) in Freeze() function in OHOS::EventFwk::CommonEventManagerService
417 innerCommonEventManager->Freeze(uid); in Freeze()
H A Dinner_common_event_manager.cpp464 void InnerCommonEventManager::Freeze(const uid_t &uid) in Freeze() function in OHOS::EventFwk::InnerCommonEventManager
/base/notification/common_event_service/frameworks/core/test/unittest/
H A Dcommon_event_test.cpp127 * tc.name: test Freeze
130 * tc.desc: Invoke Freeze interface verify whether it is normal
135 bool freeze = commonEvent.Freeze(SYSTEM_UID); in HWTEST_F()
339 * tc.name: test Freeze Unfreeze UnfreezeAll
341 * tc.desc: Invoke Freeze Unfreeze UnfreezeAll interface verify whether it is normal
346 bool freeze = commonEventStub.Freeze(SYSTEM_UID); in HWTEST_F()
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dinput_event_builder_test.cpp195 * @tc.desc: Test the funcation Freeze
202 ASSERT_NO_FATAL_FAILURE(builder_->Freeze()); in HWTEST_F()
204 ASSERT_NO_FATAL_FAILURE(builder_->Freeze()); in HWTEST_F()
/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_builder.cpp101 void InputEventBuilder::Freeze() in Freeze() function in OHOS::Msdp::DeviceStatus::Cooperate::InputEventBuilder
109 FI_HILOGI("Freeze remote input from '%{public}s'", Utility::Anonymize(remoteNetworkId_).c_str()); in Freeze()
/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dcommon_event_subscribe_test.cpp458 * tc.name: test Freeze
461 * tc.desc: Invoke Freeze interface verify whether it is normal
466 bool freeze = commonEventManager.Freeze(SYSTEM_UID); in HWTEST_F()
500 * tc.name: test Freeze
516 * tc.name: test Freeze
/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dcooperate_in.cpp340 context.inputEventBuilder_.Freeze(); in OnUpdateCooperateFlag()
/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/
H A Dcommon_event_services_publish_ordered_module_test.cpp1151 * @tc.name: verify Freeze
1152 * @tc.desc: don't set innerCommonEventManager_ verify Freeze false
1158 bool freeze = OHOS::DelayedSingleton<CommonEventManagerService>::GetInstance()->Freeze(systemUid); in HWTEST_F()

Completed in 17 milliseconds